Uses of Interface
org.eclipse.birt.chart.model.ChartWithAxes
Packages that use ChartWithAxes
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
Contains the chart model interfaces that define the starting point for creating
a new chart.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
Contains classes that represent the core plot rendering framework.
-
Uses of ChartWithAxes in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return ChartWithAxesMethods in org.eclipse.birt.chart.computation.withaxes with parameters of type ChartWithAxesModifier and TypeMethodDescriptionstatic StackedSeriesLookup
StackedSeriesLookup.create
(ChartWithAxes cwa, RunTimeContext rtc) Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type ChartWithAxesModifierConstructorDescriptionPlotWith2DAxes
(IDisplayServer _ids, ChartWithAxes _cwa, RunTimeContext _rtc) The default constructorPlotWith3DAxes
(IDisplayServer _ids, ChartWithAxes _cwa, RunTimeContext _rtc) PlotWithAxes
(IDisplayServer ids, RunTimeContext rtc, ChartWithAxes cwa) -
Uses of ChartWithAxes in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return ChartWithAxesModifier and TypeMethodDescriptionChartWithAxes.copyInstance()
ModelFactory.createChartWithAxes()
Returns a new object of class 'Chart With Axes'. -
Uses of ChartWithAxes in org.eclipse.birt.chart.model.impl
Classes in org.eclipse.birt.chart.model.impl that implement ChartWithAxesModifier and TypeClassDescriptionclass
An implementation of the model object ' Chart With Axes'.Methods in org.eclipse.birt.chart.model.impl that return ChartWithAxesModifier and TypeMethodDescriptionChartWithAxesImpl.copyInstance()
static final ChartWithAxes
ChartWithAxesImpl.create()
A convenience method to create an initialized 'ChartWithAxes' instance Note: Manually writtenModelFactoryImpl.createChartWithAxes()
static final ChartWithAxes
ChartWithAxesImpl.createDefault()
A convenience method to create an initialized 'ChartWithAxes' instance Note: Manually written -
Uses of ChartWithAxes in org.eclipse.birt.chart.render
Constructors in org.eclipse.birt.chart.render with parameters of type ChartWithAxesModifierConstructorDescriptionCurveRenderer
(ChartWithAxes _cwa, BaseRenderer _render, LineAttributes _lia, Location[] _lo, boolean _bShowAsTape, double _tapeWidth, boolean _bDeferred, boolean _bKeepState, Fill paletteEntry, boolean usePaletteLineColor, boolean connectMissingValue) The constructor.CurveRenderer
(ChartWithAxes _cwa, BaseRenderer _render, LineAttributes _lia, Location[] _lo, double _zeroLocation, boolean _bShowAsTape, double _tapeWidth, boolean _bFillArea, boolean _bTranslucent, boolean _bUseLastState, boolean _bDeferred, boolean _bKeepState, Fill paletteEntry, boolean usePaletteLineColor, boolean connectMissingValue) The constructor.