LiveGraph
data visualisation and analysis framework

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

Packages that use GraphSettings.VGridType
org.LiveGraph.settings   
 

Uses of GraphSettings.VGridType in org.LiveGraph.settings
 

Methods in org.LiveGraph.settings that return GraphSettings.VGridType
 GraphSettings.VGridType GraphSettings.getVGridType()
          Sets the vertical grid type.
static GraphSettings.VGridType GraphSettings.VGridType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphSettings.VGridType[] GraphSettings.VGridType.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.VGridType
 void GraphSettings.setVGridType(GraphSettings.VGridType v)
          Gets the vertical grid type.
 


LiveGraph
data visualisation and analysis framework