Home
last modified time | relevance | path

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

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DAxisLocation.java75 public static final AxisLocation BOTTOM_OR_RIGHT = new AxisLocation( field in AxisLocation
157 result = AxisLocation.BOTTOM_OR_RIGHT; in getOpposite()
165 else if (location == AxisLocation.BOTTOM_OR_RIGHT) { in getOpposite()
185 else if (this.equals(AxisLocation.BOTTOM_OR_RIGHT)) { in readResolve()
186 return AxisLocation.BOTTOM_OR_RIGHT; in readResolve()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/axis/
H A DAxisLocationTest.java61 assertEquals(AxisLocation.BOTTOM_OR_RIGHT, in testEquals()
62 AxisLocation.BOTTOM_OR_RIGHT); in testEquals()
85 AxisLocation location1 = AxisLocation.BOTTOM_OR_RIGHT; in testSerialization()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/title/
H A DPaintScaleLegendTest.java92 l1.setAxisLocation(AxisLocation.BOTTOM_OR_RIGHT); in testEquals()
94 l2.setAxisLocation(AxisLocation.BOTTOM_OR_RIGHT); in testEquals()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DPlot.java1460 else if (location == AxisLocation.BOTTOM_OR_RIGHT) { in resolveDomainAxisLocation()
1515 else if (location == AxisLocation.BOTTOM_OR_RIGHT) { in resolveRangeAxisLocation()