Class AxisTickMarks<ST extends AxesChartStyler, S extends AxesChartSeries>
java.lang.Object
org.knowm.xchart.internal.chartpart.AxisTickMarks<ST,S>
- All Implemented Interfaces:
ChartPart
public class AxisTickMarks<ST extends AxesChartStyler, S extends AxesChartSeries>
extends Object
implements ChartPart
Axis tick marks. This includes the little tick marks and the line that hugs the plot area.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Rectangle2Dprivate final Axis.Directionprivate final AxisFields inherited from interface ChartPart
SOLID_STROKE -
Constructor Summary
ConstructorsConstructorDescriptionAxisTickMarks(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor -
Method Summary
-
Field Details
-
chart
-
direction
-
yAxis
-
bounds
-
-
Constructor Details
-
AxisTickMarks
AxisTickMarks(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor- Parameters:
chart-direction-
-
-
Method Details