Package llnl.gnem.core.gui.plotting.api
Interface Axis
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicAxis
-
Nested Class 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 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
-