Home
last modified time | relevance | path

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

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DNumberAxis.java154 public static final NumberTickUnit DEFAULT_TICK_UNIT = new NumberTickUnit( field in NumberAxis
206 this.tickUnit = DEFAULT_TICK_UNIT; in NumberAxis()