Home
last modified time | relevance | path

Searched refs:getTickLabelPaint (Results 1 – 9 of 9) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/editor/
H A DDefaultAxisEditor.java183 this.tickLabelPaintSample = new PaintSample(axis.getTickLabelPaint()); in DefaultAxisEditor()
347 public Paint getTickLabelPaint() { in getTickLabelPaint() method in DefaultAxisEditor
520 axis.setTickLabelPaint(getTickLabelPaint()); in setAxisProperties()
/dports/java/jfreechart/jfreechart-1.0.17/swt/org/jfree/experimental/chart/swt/editor/
H A DSWTAxisEditor.java138 axis.getTickLabelPaint()); in SWTAxisEditor()
345 public Paint getTickLabelPaint() { in getTickLabelPaint() method in SWTAxisEditor
380 axis.setTickLabelPaint(getTickLabelPaint()); in setAxisProperties()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DCategoryAxis.java454 public Paint getTickLabelPaint(Comparable category) { in getTickLabelPaint() method in CategoryAxis
459 result = getTickLabelPaint(); in getTickLabelPaint()
1027 g2.setPaint(getTickLabelPaint(tick.getCategory())); in drawCategoryLabels()
1274 getTickLabelFont(category), getTickLabelPaint(category), width, in createLabel()
H A DValueAxis.java696 g2.setPaint(getTickLabelPaint()); in drawTickMarksAndLabels()
H A DAxis.java784 public Paint getTickLabelPaint() { in getTickLabelPaint() method in Axis
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/dial/
H A DStandardDialScale.java641 public Paint getTickLabelPaint() { in getTickLabelPaint() method in StandardDialScale
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DMeterPlot.java507 public Paint getTickLabelPaint() { in getTickLabelPaint() method in MeterPlot
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DStandardChartTheme.java811 public Paint getTickLabelPaint() { in getTickLabelPaint() method in StandardChartTheme
/dports/java/jfreechart/jfreechart-1.0.17/
H A DChangeLog11048 (getTickLabelPaint(Comparable)): New method,
11159 (getTickLabelPaint): New method,