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 AxisSpaceAxis. 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.AxisSpaceCategoryAxis. 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.AxisSpaceColorBar. 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.AxisSpaceCyclicNumberAxis. 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.AxisSpaceSubCategoryAxis. 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.AxisSpaceValueAxis. 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 voidAxisSpace. ensureAtLeast(AxisSpace space)Ensures that this object reserves at least as much space as another.abstract AxisSpaceAxis. 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.AxisSpaceCategoryAxis. 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.AxisSpaceColorBar. 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.AxisSpaceCyclicNumberAxis. 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.AxisSpaceSubCategoryAxis. 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.AxisSpaceValueAxis. 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 AxisSpaceCategoryPlot. getFixedDomainAxisSpace()Returns the fixed domain axis space.AxisSpaceXYPlot. getFixedDomainAxisSpace()Returns the fixed domain axis space.AxisSpaceCategoryPlot. getFixedRangeAxisSpace()Returns the fixed range axis space.AxisSpaceXYPlot. getFixedRangeAxisSpace()Returns the fixed range axis space.Methods in org.jfree.chart.plot with parameters of type AxisSpace Modifier and Type Method Description voidCategoryPlot. setFixedDomainAxisSpace(AxisSpace space)Sets the fixed domain axis space.voidXYPlot. setFixedDomainAxisSpace(AxisSpace space)Sets the fixed domain axis space.voidCategoryPlot. setFixedRangeAxisSpace(AxisSpace space)Sets the fixed range axis space.voidXYPlot. setFixedRangeAxisSpace(AxisSpace space)Sets the fixed range axis space.