Class AxisTick<ST extends AxesChartStyler, S extends AxesChartSeries>
java.lang.Object
org.knowm.xchart.internal.chartpart.AxisTick<ST,S>
- All Implemented Interfaces:
ChartPart
public class AxisTick<ST extends AxesChartStyler, S extends AxesChartSeries>
extends Object
implements ChartPart
An axis tick
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AxisTickLabels<ST, S> the axisticklabelsprivate final AxisTickMarks<ST, S> the axistickmarksprivate Rectangle2Dprivate final Axis.DirectionFields inherited from interface ChartPart
SOLID_STROKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) AxisTickLabels<ST, S> voidpaint(Graphics2D g)
-
Field Details
-
chart
-
direction
-
axisTickLabels
the axisticklabels -
axisTickMarks
the axistickmarks -
bounds
-
-
Constructor Details
-
AxisTick
AxisTick(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor- Parameters:
chart-direction-yAxis-
-
-
Method Details