|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisSpace | |
---|---|
org.jfree.chart.axis | Axis classes and interfaces. |
org.jfree.chart.plot | Plot classes and related interfaces. |
Uses of AxisSpace in org.jfree.chart.axis |
---|
Methods in org.jfree.chart.axis that return AxisSpace | |
---|---|
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 |
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. |
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. |
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 |
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. |
Methods in org.jfree.chart.axis with parameters of type AxisSpace | |
---|---|
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 |
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. |
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. |
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 |
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. |
Uses of AxisSpace in org.jfree.chart.plot |
---|
Methods in org.jfree.chart.plot that return AxisSpace | |
---|---|
protected AxisSpace |
CombinedRangeXYPlot.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.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for all the axes in the plot. |
protected AxisSpace |
CombinedRangeCategoryPlot.calculateAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea)
Calculates the space required for the axes. |
protected AxisSpace |
CombinedDomainCategoryPlot.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 |
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.calculateDomainAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the domain 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. |
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 |
CategoryPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space. |
AxisSpace |
XYPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space. |
AxisSpace |
CategoryPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space. |
AxisSpace |
XYPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space. |
Methods in org.jfree.chart.plot with parameters of type AxisSpace | |
---|---|
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.calculateDomainAxisSpace(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
AxisSpace space)
Calculates the space required for the domain 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. |
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 |
CategoryPlot.setFixedDomainAxisSpace(AxisSpace space)
Sets the fixed domain axis space and sends a PlotChangeEvent to
all registered listeners. |
void |
XYPlot.setFixedDomainAxisSpace(AxisSpace space)
Sets the fixed domain axis space and 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. |
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. |
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 |
CategoryPlot.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 |
CombinedDomainXYPlot.setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space and 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. |
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 |
CombinedDomainCategoryPlot.setFixedRangeAxisSpaceForSubplots(AxisSpace space)
Sets the size (width or height, depending on the orientation of the plot) for the range axis of each subplot. |
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. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |