Uses of Class
org.eclipse.birt.chart.computation.withaxes.PlotWithAxes
-
Packages that use PlotWithAxes Package Description org.eclipse.birt.chart.computation.withaxes 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.withaxes Modifier and Type Class Description class
PlotWith2DAxes
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
PlotWith3DAxes
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 PlotWithAxes Constructor Description AxesAdjuster(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.
-