LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.GraphSettings.XAxisType

Packages that use GraphSettings.XAxisType
org.LiveGraph.settings   
 

Uses of GraphSettings.XAxisType in org.LiveGraph.settings
 

Methods in org.LiveGraph.settings that return GraphSettings.XAxisType
 GraphSettings.XAxisType GraphSettings.getXAxisType()
          Gets the type for the x-axis.
static GraphSettings.XAxisType GraphSettings.XAxisType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphSettings.XAxisType[] GraphSettings.XAxisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.LiveGraph.settings with parameters of type GraphSettings.XAxisType
 void GraphSettings.setXAxisType(GraphSettings.XAxisType v)
          Sets the type for the x-axis.
 


LiveGraph
data visualisation and analysis framework