Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
Modifier and Type | Field and Description |
---|---|
static AxisLocation |
AxisLocation.BOTTOM_OR_LEFT
Axis at the bottom or left.
|
static AxisLocation |
AxisLocation.BOTTOM_OR_RIGHT
Axis at the bottom or right.
|
static AxisLocation |
AxisLocation.TOP_OR_LEFT
Axis at the top or left.
|
static AxisLocation |
AxisLocation.TOP_OR_RIGHT
Axis at the top or right.
|
Modifier and Type | Method and Description |
---|---|
AxisLocation |
AxisLocation.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 Type | Method and Description |
---|---|
static AxisLocation |
AxisLocation.getOpposite(AxisLocation location)
Returns the location that is opposite to the supplied location.
|
Modifier and Type | Method and Description |
---|---|
AxisLocation |
XYPlot.getDomainAxisLocation()
Returns the location of the primary domain axis.
|
AxisLocation |
CategoryPlot.getDomainAxisLocation()
Returns the domain axis location for the primary domain axis.
|
AxisLocation |
XYPlot.getDomainAxisLocation(int index)
Returns the location for a domain axis.
|
AxisLocation |
CategoryPlot.getDomainAxisLocation(int index)
Returns the location for a domain axis.
|
AxisLocation |
XYPlot.getRangeAxisLocation()
Returns the location of the primary range axis.
|
AxisLocation |
CategoryPlot.getRangeAxisLocation()
Returns the range axis location.
|
AxisLocation |
XYPlot.getRangeAxisLocation(int index)
Returns the location for a range axis.
|
AxisLocation |
CategoryPlot.getRangeAxisLocation(int index)
Returns the location for a range axis.
|
Modifier and Type | Method and Description |
---|---|
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 |
XYPlot.setDomainAxisLocation(AxisLocation location)
Sets the location of the primary 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 |
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.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 |
CategoryPlot.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 |
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.setRangeAxisLocation(AxisLocation location)
Sets the location of the primary 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 |
XYPlot.setRangeAxisLocation(AxisLocation location,
boolean notify)
Sets the location of the primary range axis and, if requested, 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 |
CategoryPlot.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 |
CategoryPlot.setRangeAxisLocation(int index,
AxisLocation location,
boolean notify)
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
AxisLocation |
PaintScaleLegend.getAxisLocation()
Returns the axis location.
|
Modifier and Type | Method and Description |
---|---|
void |
PaintScaleLegend.setAxisLocation(AxisLocation location)
Sets the axis location and sends a
TitleChangeEvent to all
registered listeners. |