Package io.keikai.model.impl
Class AbstractChartAxisAdv
java.lang.Object
io.keikai.model.impl.AbstractChartAxisAdv
- All Implemented Interfaces:
SChartAxis,Serializable
- Direct Known Subclasses:
ChartAxisImpl
- Since:
- 5.3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumNested classes/interfaces inherited from interface io.keikai.model.SChartAxis
SChartAxis.SChartAxisType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractChartAxisAdv.CrossesReturns the possible crossing points for the axis.abstract longReturns the id of the axis cross another axisabstract AbstractChartAxisAdv.OrientationReturns the orientation of the values.abstract AbstractChartAxisAdv.PositionReturns the position of this axis.Returns the position of the tick label.abstract booleanReturns if this axis has major gridlineabstract booleanReturns if this axis is visibleabstract voidsetCrossAxisId(long id) Sets the id of the axis cross another axis
-
Constructor Details
-
AbstractChartAxisAdv
public AbstractChartAxisAdv()
-
-
Method Details
-
isVisible
public abstract boolean isVisible()Returns if this axis is visible- Returns:
- visible if the axis is visible
-
getPosition
Returns the position of this axis.- Returns:
- position the position of this axis
-
hasMajorGridline
public abstract boolean hasMajorGridline()Returns if this axis has major gridline- Returns:
- majorGridline if the axis has major gridline
-
getOrientation
Returns the orientation of the values.- Returns:
- orientation the orientation of the values
-
getTickLabelPosition
Returns the position of the tick label.- Returns:
- tickLabelPosition the position of the tick label.
-
getCrossAxisId
public abstract long getCrossAxisId()Returns the id of the axis cross another axis -
setCrossAxisId
public abstract void setCrossAxisId(long id) Sets the id of the axis cross another axis -
getAxisCrosses
Returns the possible crossing points for the axis.- Returns:
- axisCrosses the possible crossing points for the axis
-