Uses of Class
org.jfree.chart.axis.AxisLocation
-
Uses of AxisLocation in org.jfree.chart.axis
Modifier and TypeFieldDescriptionstatic final AxisLocation
AxisLocation.BOTTOM_OR_LEFT
Axis at the bottom or left.static final AxisLocation
AxisLocation.BOTTOM_OR_RIGHT
Axis at the bottom or right.static final AxisLocation
AxisLocation.TOP_OR_LEFT
Axis at the top or left.static final AxisLocation
AxisLocation.TOP_OR_RIGHT
Axis at the top or right.Modifier and TypeMethodDescriptionAxisLocation.getOpposite()
Returns the location that is opposite to this location.static AxisLocation
AxisLocation.getOpposite
(AxisLocation location) Returns the location that is opposite to the supplied location.Modifier and TypeMethodDescriptionstatic AxisLocation
AxisLocation.getOpposite
(AxisLocation location) Returns the location that is opposite to the supplied location. -
Uses of AxisLocation in org.jfree.chart.plot
Modifier and TypeMethodDescriptionCategoryPlot.getDomainAxisLocation()
Returns the domain axis location for the primary domain axis.CategoryPlot.getDomainAxisLocation
(int index) Returns the location for a domain axis.XYPlot.getDomainAxisLocation()
Returns the location of the primary domain axis.XYPlot.getDomainAxisLocation
(int index) Returns the location for a domain axis.CategoryPlot.getRangeAxisLocation()
Returns the range axis location.CategoryPlot.getRangeAxisLocation
(int index) Returns the location for a range axis.XYPlot.getRangeAxisLocation()
Returns the location of the primary range axis.XYPlot.getRangeAxisLocation
(int index) Returns the location for a range axis.Modifier and TypeMethodDescriptionstatic RectangleEdge
Plot.resolveDomainAxisLocation
(AxisLocation location, PlotOrientation orientation) Resolves a domain axis location for a given plot orientation.static RectangleEdge
Plot.resolveRangeAxisLocation
(AxisLocation location, PlotOrientation orientation) Resolves a range axis location for a given plot orientation.void
CategoryPlot.setDomainAxisLocation
(int index, AxisLocation location) Sets the location for a domain axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setDomainAxisLocation
(int index, AxisLocation location, boolean notify) Sets the location for a domain axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setDomainAxisLocation
(AxisLocation location) Sets the location of the domain axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setDomainAxisLocation
(AxisLocation location, boolean notify) Sets the location of the domain axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setDomainAxisLocation
(int index, AxisLocation location) Sets the location for a domain axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setDomainAxisLocation
(int index, AxisLocation location, boolean notify) Sets the axis location for a domain axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setDomainAxisLocation
(AxisLocation location) Sets the location of the primary domain axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setDomainAxisLocation
(AxisLocation location, boolean notify) Sets the location of the domain axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setRangeAxisLocation
(int index, AxisLocation location) Sets the location for a range axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setRangeAxisLocation
(int index, AxisLocation location, boolean notify) Sets the location for a range axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setRangeAxisLocation
(AxisLocation location) Sets the location of the range axis and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setRangeAxisLocation
(AxisLocation location, boolean notify) Sets the location of the range axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setRangeAxisLocation
(int index, AxisLocation location) Sets the location for a range axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setRangeAxisLocation
(int index, AxisLocation location, boolean notify) Sets the axis location for a domain axis and, if requested, sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setRangeAxisLocation
(AxisLocation location) Sets the location of the primary range axis and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setRangeAxisLocation
(AxisLocation location, boolean notify) Sets the location of the primary range axis and, if requested, sends aPlotChangeEvent
to all registered listeners. -
Uses of AxisLocation in org.jfree.chart.title
Modifier and TypeMethodDescriptionvoid
PaintScaleLegend.setAxisLocation
(AxisLocation location) Sets the axis location and sends aTitleChangeEvent
to all registered listeners.