Klasse AxisPosition
java.lang.Object
com.inet.report.chart.axis.AxisPosition
- Alle implementierten Schnittstellen:
Serializable
The
AxisPosition class contains axis placements that can
be used by the BaseAxis.setAxisPosition(AxisPosition).- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final AxisPositionShowing of this axis is disabled.static final AxisPositionThe axis position on the maximum of the other axis.static final AxisPositionThe axis position is on the minimum of the other axis. -
Methodenübersicht
-
Felddetails
-
NONE
Showing of this axis is disabled. -
ON_MIN
The axis position is on the minimum of the other axis. For the y-axis, this would mean an axis position on the left side of chart. -
ON_MAX
The axis position on the maximum of the other axis. For the y-axis, this would mean an axis position on the right side of the chart.
-
-
Methodendetails
-
toString
-
equals
-
hashCode
-