Uses of Class org.jfree.chart.axis.AxisLocation

Uses in package org.jfree.chart.plot

Methods with parameter type org.jfree.chart.axis.AxisLocation

RectangleEdge
Resolves a domain axis location for a given plot orientation.
RectangleEdge
Resolves a range axis location for a given plot orientation.
void
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
void
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.setDomainAxisLocation(int index, AxisLocation location, boolean notify)
Sets the location for a domain axis and sends a PlotChangeEvent 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 a PlotChangeEvent to all registered listeners.
void
Sets the location of the domain axis and sends a PlotChangeEvent to all registered listeners.
void
Sets the location of the primary domain axis and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.setDomainAxisLocation(AxisLocation location, boolean notify)
Sets the location of the domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
void
XYPlot.setDomainAxisLocation(AxisLocation location, boolean notify)
Sets the location of the domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
void
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
void
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.setRangeAxisLocation(int index, AxisLocation location, boolean notify)
Sets the location for a range axis and sends a PlotChangeEvent 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 a PlotChangeEvent to all registered listeners.
void
Sets the location of the range axis and sends a PlotChangeEvent to all registered listeners.
void
Sets the location of the primary range axis and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.setRangeAxisLocation(AxisLocation location, boolean notify)
Sets the location of the range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
void
XYPlot.setRangeAxisLocation(AxisLocation location, boolean notify)
Sets the location of the primary range axis and, if requested, sends a PlotChangeEvent to all registered listeners.

Methods with return type org.jfree.chart.axis.AxisLocation

AxisLocation
Returns the domain axis location for the primary domain axis.
AxisLocation
Returns the location of the primary domain axis.
AxisLocation
Returns the location for a domain axis.
AxisLocation
Returns the location for a domain axis.
AxisLocation
Returns the range axis location.
AxisLocation
Returns the location of the primary range axis.
AxisLocation
Returns the location for a range axis.
AxisLocation
Returns the location for a range axis.

Uses in package org.jfree.chart.title

Methods with parameter type org.jfree.chart.axis.AxisLocation

void
Sets the axis location and sends a TitleChangeEvent to all registered listeners.

Methods with return type org.jfree.chart.axis.AxisLocation

AxisLocation
Returns the axis location.

Uses in package org.jfree.chart.axis

Fields of type org.jfree.chart.axis.AxisLocation

AxisLocation
Axis at the bottom or left.
AxisLocation
Axis at the bottom or right.
AxisLocation
Axis at the top or left.
AxisLocation
Axis at the top or right.

Methods with parameter type org.jfree.chart.axis.AxisLocation

AxisLocation
Returns the location that is opposite to the supplied location.

Methods with return type org.jfree.chart.axis.AxisLocation

AxisLocation
Returns the location that is opposite to this location.
AxisLocation
Returns the location that is opposite to the supplied location.