my.ABB_UI
Class WriteToFile

java.lang.Object
  extended by my.ABB_UI.WriteToFile

public class WriteToFile
extends java.lang.Object


Field Summary
 org.jfree.data.xy.XYSeries bandwithSerie_1
           
 org.jfree.data.xy.XYSeries bandwithSerie_2
           
 java.lang.Object[] channels
           
 org.jfree.data.xy.XYSeries jitterSerie_1
           
 org.jfree.data.xy.XYSeries jitterSerie_2
           
 org.jfree.data.xy.XYSeries lossSerie_1
           
 org.jfree.data.xy.XYSeries lossSerie_2
           
 org.jfree.data.xy.XYSeries rxRateSerie_1
           
 org.jfree.data.xy.XYSeries rxRateSerie_2
           
 
Constructor Summary
WriteToFile(generatorManager manager, java.lang.String fileName)
          Creates a new instance of FileWriter
 
Method Summary
 void writeTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bandwithSerie_1

public org.jfree.data.xy.XYSeries bandwithSerie_1

bandwithSerie_2

public org.jfree.data.xy.XYSeries bandwithSerie_2

jitterSerie_1

public org.jfree.data.xy.XYSeries jitterSerie_1

jitterSerie_2

public org.jfree.data.xy.XYSeries jitterSerie_2

lossSerie_1

public org.jfree.data.xy.XYSeries lossSerie_1

lossSerie_2

public org.jfree.data.xy.XYSeries lossSerie_2

rxRateSerie_1

public org.jfree.data.xy.XYSeries rxRateSerie_1

rxRateSerie_2

public org.jfree.data.xy.XYSeries rxRateSerie_2

channels

public java.lang.Object[] channels
Constructor Detail

WriteToFile

public WriteToFile(generatorManager manager,
                   java.lang.String fileName)
            throws java.io.IOException
Creates a new instance of FileWriter

Throws:
java.io.IOException
Method Detail

writeTo

public void writeTo()
             throws java.io.IOException
Throws:
java.io.IOException