Home
last modified time | relevance | path

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

/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/axis/
H A DAxisTest.java173 a1.setTickLabelsVisible(false); in testEquals()
175 a2.setTickLabelsVisible(false); in testEquals()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/dial/
H A DStandardDialScaleTest.java159 s1.setTickLabelsVisible(false); in testEquals()
161 s2.setTickLabelsVisible(false); in testEquals()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/
H A DMeterPlotTest.java147 plot1.setTickLabelsVisible(false); in testEquals()
149 plot2.setTickLabelsVisible(false); in testEquals()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/editor/
H A DDefaultAxisEditor.java518 axis.setTickLabelsVisible(isTickLabelsVisible()); in setAxisProperties()
/dports/java/jfreechart/jfreechart-1.0.17/swt/org/jfree/experimental/chart/swt/editor/
H A DSWTAxisEditor.java378 axis.setTickLabelsVisible(this.showTickLabelsCheckBox.getSelection()); in setAxisProperties()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/dial/
H A DStandardDialScale.java678 public void setTickLabelsVisible(boolean visible) { in setTickLabelsVisible() method in StandardDialScale
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DMeterPlot.java466 public void setTickLabelsVisible(boolean visible) { in setTickLabelsVisible() method in MeterPlot
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DAxis.java708 public void setTickLabelsVisible(boolean flag) { in setTickLabelsVisible() method in Axis
/dports/java/jfreechart/jfreechart-1.0.17/
H A DChangeLog8547 (setTickLabelsVisible): New method,