Package llnl.gnem.core.gui.plotting.api
Interface Axis
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicAxis
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMax()doublegetMin()getText()voidsetAxisType(Axis.Type axisType) voidsetMax(double max) voidsetMin(double min) voidvoidsetTickFormat(Axis.TickFormat tickFormat) voidsetTickFormatString(String tickFormat)
-
Method Details
-
setText
-
getText
String getText() -
getAxisType
Axis.Type getAxisType() -
setAxisType
-
getMax
double getMax() -
getMin
double getMin() -
setMin
void setMin(double min) -
setMax
void setMax(double max) -
getTickFormat
Axis.TickFormat getTickFormat() -
setTickFormat
-
getTickFormatString
String getTickFormatString() -
setTickFormatString
-