Home
last modified time | relevance | path

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

/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/
H A DCombinedDomainXYPlotTest.java155 yAxis.setAutoRangeIncludesZero(!yAxis.getAutoRangeIncludesZero()); in testNotification()
H A DCombinedRangeXYPlotTest.java146 xAxis.setAutoRangeIncludesZero(!xAxis.getAutoRangeIncludesZero()); in testNotification()
H A DCombinedRangeCategoryPlotTest.java145 yAxis.setAutoRangeIncludesZero(!yAxis.getAutoRangeIncludesZero()); in testNotification()
H A DCombinedDomainCategoryPlotTest.java145 yAxis.setAutoRangeIncludesZero(!yAxis.getAutoRangeIncludesZero()); in testNotification()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DNumberAxis.java241 public boolean getAutoRangeIncludesZero() { in getAutoRangeIncludesZero() method in NumberAxis
449 if (getAutoRangeIncludesZero()) { in autoAdjustRange()
H A DSymbolAxis.java474 if (getAutoRangeIncludesZero()) { in autoAdjustRange()