Uses of Class
org.eclipse.birt.chart.computation.PlotComputation
Packages that use PlotComputation
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package.
Contains classes and interfaces used in the chart building and generation
phase.
Contains classes that represent the core plot rendering framework.
-
Uses of PlotComputation in org.eclipse.birt.chart.computation.withaxes
Subclasses of PlotComputation 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.class
PlotWithAxesFields in org.eclipse.birt.chart.computation.withaxes declared as PlotComputationConstructors in org.eclipse.birt.chart.computation.withaxes with parameters of type PlotComputationModifierConstructorDescriptionScaleInfo
(PlotComputation plotComp, int iType, RunTimeContext rtc, FormatSpecifier fs, OneAxis ax, int iScaleDirection, boolean bExpandMinMax) -
Uses of PlotComputation in org.eclipse.birt.chart.computation.withoutaxes
Subclasses of PlotComputation in org.eclipse.birt.chart.computation.withoutaxesModifier and TypeClassDescriptionfinal class
This class is capable of computing the content of a chart (without axes) based on preferred sizes, text rotation, fit ability, scaling, etc and prepares it for rendering. -
Uses of PlotComputation in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return PlotComputationModifier and TypeMethodDescriptionGeneratedChartState.getComputations()
Returns an internal class capable of computing the chart content. -
Uses of PlotComputation in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return PlotComputationMethods in org.eclipse.birt.chart.render with parameters of type PlotComputationModifier and TypeMethodDescriptionstatic final BaseRenderer[]
BaseRenderer.instances
(Chart cm, RunTimeContext rtc, PlotComputation oComputations) This method returns appropriate renders for the given chart model.void
AxesRenderer.set
(Chart _cm, PlotComputation _o, Series _se, Axis _ax, SeriesDefinition _sd) void
BaseRenderer.set
(Chart _cm, PlotComputation _oComputation, Series _se, SeriesDefinition _sd) Sets the context information for current renderer. -
Uses of PlotComputation in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type PlotComputationModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterComputations
(Chart cm, PlotComputation oComputations) void
IChartEventHandler.afterComputations
(Chart cm, PlotComputation oComputations) Called after computations of chart model.void
ChartEventHandlerAdapter.beforeComputations
(Chart cm, PlotComputation oComputations) void
IChartEventHandler.beforeComputations
(Chart cm, PlotComputation oComputations) Called before computations of chart model.