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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMax()doublegetMin()getText()voidsetAxisType(Axis.Type axisType) voidsetMax(double max) voidsetMin(double min) voidvoidsetTickFormat(Axis.TickFormat tickFormat) voidsetTickFormatString(String tickFormatString)
-
Constructor Details
-
BasicAxis
-
-
Method Details
-
setText
-
getText
-
getAxisType
- Specified by:
getAxisTypein interfaceAxis
-
setAxisType
- Specified by:
setAxisTypein interfaceAxis
-
getMax
public double getMax() -
getMin
public double getMin() -
setMin
public void setMin(double min) -
setMax
public void setMax(double max) -
getTickFormat
- Specified by:
getTickFormatin interfaceAxis
-
setTickFormat
- Specified by:
setTickFormatin interfaceAxis
-
getTickFormatString
- Specified by:
getTickFormatStringin interfaceAxis
-
setTickFormatString
- Specified by:
setTickFormatStringin interfaceAxis
-