Class BasicAxis
java.lang.Object
llnl.gnem.core.gui.plotting.plotly.BasicAxis
- All Implemented Interfaces:
Serializable
,Axis
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface llnl.gnem.core.gui.plotting.api.Axis
Axis.TickFormat, Axis.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getMax()
double
getMin()
getText()
void
setAxisType
(Axis.Type axisType) void
setMax
(double max) void
setMin
(double min) void
void
setTickFormat
(Axis.TickFormat tickFormat) void
setTickFormatString
(String tickFormatString)
-
Constructor Details
-
BasicAxis
-
-
Method Details
-
setText
-
getText
-
getAxisType
- Specified by:
getAxisType
in interfaceAxis
-
setAxisType
- Specified by:
setAxisType
in interfaceAxis
-
getMax
public double getMax() -
getMin
public double getMin() -
setMin
public void setMin(double min) -
setMax
public void setMax(double max) -
getTickFormat
- Specified by:
getTickFormat
in interfaceAxis
-
setTickFormat
- Specified by:
setTickFormat
in interfaceAxis
-
getTickFormatString
- Specified by:
getTickFormatString
in interfaceAxis
-
setTickFormatString
- Specified by:
setTickFormatString
in interfaceAxis
-