static org.jfree.ui.RectangleEdge |
Plot.resolveDomainAxisLocation(AxisLocation location,
PlotOrientation orientation) |
Resolves a domain axis location for a given plot orientation.
|
static org.jfree.ui.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 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 |
CategoryPlot.setDomainAxisLocation(AxisLocation location) |
Sets the location of the 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(int index,
AxisLocation location) |
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 |
XYPlot.setDomainAxisLocation(AxisLocation location) |
Sets the location of the primary domain axis and 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 |
CategoryPlot.setRangeAxisLocation(int index,
AxisLocation location) |
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 |
CategoryPlot.setRangeAxisLocation(AxisLocation location) |
Sets the location of the 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(int index,
AxisLocation location) |
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 |
XYPlot.setRangeAxisLocation(AxisLocation location) |
Sets the location of the primary range axis and 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.
|