Class AxisTickLabels<ST extends AxesChartStyler, S extends AxesChartSeries>
java.lang.Object
org.knowm.xchart.internal.chartpart.AxisTickLabels<ST,S>
- All Implemented Interfaces:
ChartPart
public class AxisTickLabels<ST extends AxesChartStyler, S extends AxesChartSeries>
extends Object
implements ChartPart
Axis tick labels
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Rectangle2Dprivate final Axis.Directionprivate final AxisFields inherited from interface ChartPart
SOLID_STROKE -
Constructor Summary
ConstructorsConstructorDescriptionAxisTickLabels(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor -
Method Summary
-
Field Details
-
chart
-
direction
-
yAxis
-
bounds
-
-
Constructor Details
-
AxisTickLabels
AxisTickLabels(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor- Parameters:
chart-direction-
-
-
Method Details