Uses of Class
org.jfree.chart.axis.AxisSpace
Packages that use AxisSpace
Package
Description
Axis classes and interfaces.
Plot classes and related interfaces.
-
Uses of AxisSpace in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return AxisSpaceModifier and TypeMethodDescriptionabstract AxisSpaceAxis.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.Methods in org.jfree.chart.axis with parameters of type AxisSpaceModifier and TypeMethodDescriptionvoidAxisSpace.ensureAtLeast(AxisSpace space) Ensures that this object reserves at least as much space as another.abstract AxisSpaceAxis.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
Methods in org.jfree.chart.plot that return AxisSpaceModifier and TypeMethodDescriptionprotected AxisSpaceCategoryPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpaceCombinedDomainCategoryPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpaceCombinedDomainXYPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the axis space required.protected AxisSpaceCombinedRangeCategoryPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpaceCombinedRangeXYPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for the axes.protected AxisSpaceXYPlot.calculateAxisSpace(Graphics2D g2, Rectangle2D plotArea) Calculates the space required for all the axes in the plot.protected AxisSpaceCategoryPlot.calculateDomainAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpaceXYPlot.calculateDomainAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpaceCategoryPlot.calculateRangeAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.protected AxisSpaceXYPlot.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.Methods in org.jfree.chart.plot with parameters of type AxisSpaceModifier and TypeMethodDescriptionprotected AxisSpaceCategoryPlot.calculateDomainAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpaceXYPlot.calculateDomainAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the domain axis/axes.protected AxisSpaceCategoryPlot.calculateRangeAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.protected AxisSpaceXYPlot.calculateRangeAxisSpace(Graphics2D g2, Rectangle2D plotArea, AxisSpace space) Calculates the space required for the range axis/axes.voidCategoryPlot.setFixedDomainAxisSpace(AxisSpace space) Sets the fixed domain axis space and sends aPlotChangeEventto all registered listeners.voidCategoryPlot.setFixedDomainAxisSpace(AxisSpace space, boolean notify) Sets the fixed domain axis space and sends aPlotChangeEventto all registered listeners.voidXYPlot.setFixedDomainAxisSpace(AxisSpace space) Sets the fixed domain axis space and sends aPlotChangeEventto all registered listeners.voidXYPlot.setFixedDomainAxisSpace(AxisSpace space, boolean notify) Sets the fixed domain axis space and, if requested, sends aPlotChangeEventto all registered listeners.protected voidCombinedRangeCategoryPlot.setFixedDomainAxisSpaceForSubplots(AxisSpace space) Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.protected voidCombinedRangeXYPlot.setFixedDomainAxisSpaceForSubplots(AxisSpace space) Sets the space (width or height, depending on the orientation of the plot) for the domain axis of each subplot.voidCategoryPlot.setFixedRangeAxisSpace(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEventto all registered listeners.voidCategoryPlot.setFixedRangeAxisSpace(AxisSpace space, boolean notify) Sets the fixed range axis space and sends aPlotChangeEventto all registered listeners.voidCombinedDomainXYPlot.setFixedRangeAxisSpace(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEventto all registered listeners.voidXYPlot.setFixedRangeAxisSpace(AxisSpace space) Sets the fixed range axis space and sends aPlotChangeEventto all registered listeners.voidXYPlot.setFixedRangeAxisSpace(AxisSpace space, boolean notify) Sets the fixed range axis space and, if requested, sends aPlotChangeEventto all registered listeners.protected voidCombinedDomainCategoryPlot.setFixedRangeAxisSpaceForSubplots(AxisSpace space) Sets the size (width or height, depending on the orientation of the plot) for the range axis of each subplot.protected voidCombinedDomainXYPlot.setFixedRangeAxisSpaceForSubplots(AxisSpace space) Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.