jAER project on SourceForge

Uses of Class
net.sf.jaer.graphics.JAERDataViewer.DataType

Packages that use JAERDataViewer.DataType
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of JAERDataViewer.DataType in net.sf.jaer.graphics
 

Fields in net.sf.jaer.graphics declared as JAERDataViewer.DataType
 JAERDataViewer.DataType JAERDataViewer.GraphData.DataType
           
 

Methods in net.sf.jaer.graphics that return JAERDataViewer.DataType
static JAERDataViewer.DataType JAERDataViewer.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JAERDataViewer.DataType[] JAERDataViewer.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jaer.graphics with parameters of type JAERDataViewer.DataType
 void JAERDataViewer.addDataSet(java.lang.String Name, java.util.ArrayList<java.lang.Double> x, java.util.ArrayList<java.lang.Double> y, double samplingRate, JAERDataViewer.DataType dataType, JAERDataViewer.LineStyle style, java.awt.Color color)
           
 


jAER project on SourceForge