@Beta public interface ChartAxis
Modifier and Type | Method and Description |
---|---|
void |
crossAxis(ChartAxis axis)
Declare this axis cross another axis.
|
AxisCrosses |
getCrosses() |
long |
getId() |
double |
getLogBase() |
double |
getMaximum() |
double |
getMinimum() |
AxisOrientation |
getOrientation() |
AxisPosition |
getPosition() |
AxisTickLabelPosition |
getTickLabelPosition()
Returns tick label position.
|
boolean |
isSetLogBase() |
boolean |
isSetMaximum() |
boolean |
isSetMinimum() |
void |
setCrosses(AxisCrosses crosses) |
void |
setLogBase(double logBase) |
void |
setMaximum(double max) |
void |
setMinimum(double min) |
void |
setOrientation(AxisOrientation orientation) |
void |
setPosition(AxisPosition position) |
void |
setTickLabelPosition(AxisTickLabelPosition tickLblPos)
Sets tick label position.
|
long getId()
AxisPosition getPosition()
void setPosition(AxisPosition position)
position
- new axis positionboolean isSetLogBase()
void setLogBase(double logBase)
logBase
- a number between 2 and 1000 (inclusive)java.lang.IllegalArgumentException
- if log base not within allowed rangedouble getLogBase()
boolean isSetMinimum()
double getMinimum()
void setMinimum(double min)
min
- axis minimumboolean isSetMaximum()
double getMaximum()
void setMaximum(double max)
max
- axis maximumAxisOrientation getOrientation()
void setOrientation(AxisOrientation orientation)
orientation
- axis orientationvoid setCrosses(AxisCrosses crosses)
crosses
- axis cross typeAxisCrosses getCrosses()
void crossAxis(ChartAxis axis)
axis
- that this axis should crossAxisTickLabelPosition getTickLabelPosition()
void setTickLabelPosition(AxisTickLabelPosition tickLblPos)
tickLblPos
- the tick label positionCopyright © 2005-2010 Potix Corporation. All Rights Reserved.