Package | Description |
---|---|
org.jfree.chart.axis | |
org.jfree.chart.plot |
Modifier and Type | Method and Description |
---|---|
AxisSpace |
PeriodAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
ValueAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Returns the space required to draw the axis.
|
abstract AxisSpace |
Axis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisSpace.ensureAtLeast(AxisSpace space)
Ensures that this object reserves at least as much space as another.
|
AxisSpace |
PeriodAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
ValueAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Returns the space required to draw the axis.
|
abstract AxisSpace |
Axis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
Modifier and Type | Method and Description |
---|---|
protected AxisSpace |
CombinedDomainXYPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the axis space required.
|
protected AxisSpace |
CombinedRangeXYPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes.
|
protected AxisSpace |
XYPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for all the axes in the plot.
|
protected AxisSpace |
XYPlot.calculateDomainAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the domain axis/axes.
|
protected AxisSpace |
XYPlot.calculateRangeAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the range axis/axes.
|
AxisSpace |
XYPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space.
|
AxisSpace |
XYPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space.
|
Modifier and Type | Method and Description |
---|---|
protected AxisSpace |
XYPlot.calculateDomainAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the domain axis/axes.
|
protected AxisSpace |
XYPlot.calculateRangeAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the range axis/axes.
|
void |
XYPlot.setFixedDomainAxisSpace(AxisSpace space)
Sets the fixed domain axis space and sends a
PlotChangeEvent to
all registered listeners. |
void |
XYPlot.setFixedDomainAxisSpace(AxisSpace space,
boolean notify)
Sets the fixed domain axis space and, if requested, sends a
PlotChangeEvent to all registered listeners. |
protected void |
CombinedRangeXYPlot.setFixedDomainAxisSpaceForSubplots(AxisSpace space)
Sets the space (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
|
void |
CombinedDomainXYPlot.setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners. |
void |
XYPlot.setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners. |
void |
XYPlot.setFixedRangeAxisSpace(AxisSpace space,
boolean notify)
Sets the fixed range axis space and, if requested, sends a
PlotChangeEvent to all registered listeners. |
protected void |
CombinedDomainXYPlot.setFixedRangeAxisSpaceForSubplots(AxisSpace space)
Sets the size (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
|