Uses of Class
org.jfree.chart.axis.AxisSpace
Package | Description |
---|---|
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 Modifier and Type Method Description abstract AxisSpace
Axis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Estimates the space (height or width) required to draw the axis.AxisSpace
CategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Estimates the space required for the axis, given a specific drawing area.AxisSpace
ColorBar. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, Rectangle2D dataArea, org.jfree.ui.RectangleEdge edge, AxisSpace space)
Reserves the space required to draw the color bar.AxisSpace
CyclicNumberAxis. reserveSpace(Graphics2D g2, Plot plot, 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
SubCategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.AxisSpace
ValueAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Returns the space required to draw the axis.Methods in org.jfree.chart.axis with parameters of type AxisSpace Modifier and Type Method Description void
AxisSpace. ensureAtLeast(AxisSpace space)
Ensures that this object reserves at least as much space as another.abstract AxisSpace
Axis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Estimates the space (height or width) required to draw the axis.AxisSpace
CategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Estimates the space required for the axis, given a specific drawing area.AxisSpace
ColorBar. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, Rectangle2D dataArea, org.jfree.ui.RectangleEdge edge, AxisSpace space)
Reserves the space required to draw the color bar.AxisSpace
CyclicNumberAxis. reserveSpace(Graphics2D g2, Plot plot, 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
SubCategoryAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space)
Estimates the space required for the axis, given a specific drawing area.AxisSpace
ValueAxis. reserveSpace(Graphics2D g2, Plot plot, Rectangle2D plotArea, org.jfree.ui.RectangleEdge edge, AxisSpace space, boolean isOpositeAxisVisible)
Returns the space required to draw the axis. -
Uses of AxisSpace in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return AxisSpace Modifier and Type Method Description 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 Modifier and Type Method Description void
CategoryPlot. setFixedDomainAxisSpace(AxisSpace space)
Sets the fixed domain axis space.void
XYPlot. setFixedDomainAxisSpace(AxisSpace space)
Sets the fixed domain axis space.void
CategoryPlot. setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space.void
XYPlot. setFixedRangeAxisSpace(AxisSpace space)
Sets the fixed range axis space.