Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
AxisSpace |
ColorBar.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Deprecated.
Reserves the space required to draw the color bar.
|
AxisSpace |
ValueAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Returns the space required to draw the axis.
|
AxisSpace |
SubCategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
|
AxisSpace |
PeriodAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
CyclicNumberAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Reserve some space on each axis side because we draw a centered label at
each extremity.
|
AxisSpace |
CategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
|
abstract AxisSpace |
Axis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.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 |
ColorBar.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Deprecated.
Reserves the space required to draw the color bar.
|
AxisSpace |
ValueAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Returns the space required to draw the axis.
|
AxisSpace |
SubCategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
|
AxisSpace |
PeriodAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
AxisSpace |
CyclicNumberAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Reserve some space on each axis side because we draw a centered label at
each extremity.
|
AxisSpace |
CategoryAxis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.
|
abstract AxisSpace |
Axis.reserveSpace(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D plotArea,
org.jfree.ui.RectangleEdge edge,
AxisSpace space)
Estimates the space (height or width) required to draw the axis.
|
Modifier and Type | Method and Description |
---|---|
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 |
CombinedRangeXYPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes.
|
protected AxisSpace |
CombinedRangeCategoryPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes.
|
protected AxisSpace |
CombinedDomainXYPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the axis space required.
|
protected AxisSpace |
CombinedDomainCategoryPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes.
|
protected AxisSpace |
CategoryPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes.
|
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 |
CategoryPlot.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.
|
protected AxisSpace |
CategoryPlot.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 |
CategoryPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space.
|
AxisSpace |
XYPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space.
|
AxisSpace |
CategoryPlot.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 |
CategoryPlot.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.
|
protected AxisSpace |
CategoryPlot.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 |
CategoryPlot.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. |
void |
CategoryPlot.setFixedDomainAxisSpace(AxisSpace space,
boolean notify)
Sets the fixed domain axis space and 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.
|
protected void |
CombinedRangeCategoryPlot.setFixedDomainAxisSpaceForSubplots(AxisSpace space)
Sets the size (width or height, depending on the orientation of the
plot) for the domain axis of each subplot.
|
void |
XYPlot.setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners. |
void |
CombinedDomainXYPlot.setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space and sends a
PlotChangeEvent to
all registered listeners. |
void |
CategoryPlot.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. |
void |
CategoryPlot.setFixedRangeAxisSpace(AxisSpace space,
boolean notify)
Sets the fixed range axis space and 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.
|
protected void |
CombinedDomainCategoryPlot.setFixedRangeAxisSpaceForSubplots(AxisSpace space)
Sets the size (width or height, depending on the orientation of the
plot) for the range axis of each subplot.
|