|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisType | |
---|---|
jas.plot |
Uses of AxisType in jas.plot |
---|
Subclasses of AxisType in jas.plot | |
---|---|
class |
DateAxis
This class implements a simple date axis, where values on the axis are particular instances in time. |
class |
DoubleAxis
Implements a simple numeric axis, with either linear or logarithmic scale. |
class |
StringAxis
This class simply displays a given array of strings. |
class |
TimeAxis
An axis type for representing times. |
Methods in jas.plot that return AxisType | |
---|---|
AxisType |
Axis.getType()
Returns the AxisType for this axis. |
Methods in jas.plot with parameters of type AxisType | |
---|---|
void |
Axis.setType(AxisType type)
Sets the AxisType for this axis. |
Constructors in jas.plot with parameters of type AxisType | |
---|---|
Axis(AxisType type,
boolean onLeftSide)
Creates a vertical axis object. |
|
Axis(AxisType type,
int axisOrientation)
Creates a new axis object. |
|
Axis(AxisType type,
int axisOrientation,
boolean onLeftSide)
Creates a new axis object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |