Uses of Class
org.jfree.chart.axis.AxisSpace
-
Uses of AxisSpace in org.jfree.chart.axis
Modifier and TypeMethodDescriptionabstract AxisSpace
Axis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.CategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.CyclicNumberAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Reserve some space on each axis side because we draw a centered label at each extremity.PeriodAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.SubCategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.ValueAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Returns the space required to draw the axis.Modifier and TypeMethodDescriptionvoid
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, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.CategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.CyclicNumberAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Reserve some space on each axis side because we draw a centered label at each extremity.PeriodAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space (height or width) required to draw the axis.SubCategoryAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Estimates the space required for the axis, given a specific drawing area.ValueAxis.reserveSpace
(Graphics2D g2, Plot plot, Rectangle2D plotArea, RectangleEdge edge, AxisSpace space) Returns the space required to draw the axis. -
Uses of AxisSpace in org.jfree.chart.plot
Modifier and TypeMethodDescriptionprotected AxisSpace
CategoryPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpace
CombinedDomainCategoryPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpace
CombinedDomainXYPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the axis space required.protected AxisSpace
CombinedRangeCategoryPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpace
CombinedRangeXYPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpace
XYPlot.calculateAxisSpace
(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for all the axes in the plot.protected AxisSpace
CategoryPlot.calculateDomainAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpace
XYPlot.calculateDomainAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpace
CategoryPlot.calculateRangeAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.protected AxisSpace
XYPlot.calculateRangeAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.CategoryPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space.XYPlot.getFixedDomainAxisSpace()
Returns the fixed domain axis space.CategoryPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space.XYPlot.getFixedRangeAxisSpace()
Returns the fixed range axis space.Modifier and TypeMethodDescriptionprotected AxisSpace
CategoryPlot.calculateDomainAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpace
XYPlot.calculateDomainAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpace
CategoryPlot.calculateRangeAxisSpace
(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.protected AxisSpace
XYPlot.calculateRangeAxisSpace
(Graphics2D g2, 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 aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setFixedDomainAxisSpace
(AxisSpace space, boolean notify) Sets the fixed domain axis space and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setFixedDomainAxisSpace
(AxisSpace space) Sets the fixed domain axis space and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setFixedDomainAxisSpace
(AxisSpace space, boolean notify) Sets the fixed domain axis space and, if requested, sends aPlotChangeEvent
to all registered listeners.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.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
CategoryPlot.setFixedRangeAxisSpace
(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setFixedRangeAxisSpace
(AxisSpace space, boolean notify) Sets the fixed range axis space and sends aPlotChangeEvent
to all registered listeners.void
CombinedDomainXYPlot.setFixedRangeAxisSpace
(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setFixedRangeAxisSpace
(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEvent
to all registered listeners.void
XYPlot.setFixedRangeAxisSpace
(AxisSpace space, boolean notify) Sets the fixed range axis space and, if requested, sends aPlotChangeEvent
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.