LiveGraph
data visualisation and analysis framework

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

Packages that use GraphSettings.HGridType
org.LiveGraph.settings   
 

Uses of GraphSettings.HGridType in org.LiveGraph.settings
 

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


LiveGraph
data visualisation and analysis framework