Uses of Class
org.eclipse.birt.chart.computation.withaxes.PlotWithAxes
Packages that use PlotWithAxes
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
-
Uses of PlotWithAxes in org.eclipse.birt.chart.computation.withaxes
Subclasses of PlotWithAxes in org.eclipse.birt.chart.computation.withaxesModifier and TypeClassDescriptionfinal class
This class is capable of computing the content of a chart (with axes) based on preferred sizes, text rotation, fit ability, scaling, etc and prepares it for rendering.class
This class is capable of computing the content of a chart (with axes) based on preferred sizes, text rotation, fit ability, scaling, etc and prepares it for rendering.Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type PlotWithAxesModifierConstructorDescriptionAxesAdjuster
(PlotWithAxes plotWithAxes, org.eclipse.birt.chart.computation.withaxes.ValueAxesHelper valueAxesHelper, Bounds boPlot) Constructor.HorizontalAxesAdjuster
(OneAxis[] horizontalAxes, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.HorizontalAxisAdjuster
(OneAxis horizontalAxis, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) VerticalAxesAdjuster
(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.VerticalAxisAdjuster
(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.