|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphSettings.XAxisType | |
---|---|
org.LiveGraph.gui.gs | |
org.LiveGraph.settings |
Uses of GraphSettings.XAxisType in org.LiveGraph.gui.gs |
---|
Methods in org.LiveGraph.gui.gs with parameters of type GraphSettings.XAxisType | |
---|---|
private void |
GraphSettingsPanel.xAxisTypeSet(GraphSettings.XAxisType xAxisType)
|
Uses of GraphSettings.XAxisType in org.LiveGraph.settings |
---|
Fields in org.LiveGraph.settings declared as GraphSettings.XAxisType | |
---|---|
private GraphSettings.XAxisType |
GraphSettings.xAxisType
Against what to plot the values. |
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 | |
---|---|
private double |
GraphSettings.ensureGoodXAxisParameter(GraphSettings.XAxisType xAxisType,
double parameter)
Ensure that the transformation parameter has a legal value for the given x-axis type. |
void |
GraphSettings.setXAxisType(GraphSettings.XAxisType v)
Sets the type for the x-axis. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |