|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartWithAxes | |
org.eclipse.birt.chart.computation.withaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. |
org.eclipse.birt.chart.model | Contains the chart model interfaces that define the starting point for creating a new chart. |
org.eclipse.birt.chart.model.impl | Represents the chart model implementation classes that define the starting point for creating a new chart. |
org.eclipse.birt.chart.model.util | This is a placeholder file for the org.eclipse.birt.chart.model.util package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of ChartWithAxes in org.eclipse.birt.chart.computation.withaxes |
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type ChartWithAxes | |
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
|
|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor |
Uses of ChartWithAxes in org.eclipse.birt.chart.model |
Methods in org.eclipse.birt.chart.model that return ChartWithAxes | |
ChartWithAxes |
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 ChartWithAxes | |
class |
ChartWithAxesImpl
An implementation of the model object ' Chart With Axes'. |
Methods in org.eclipse.birt.chart.model.impl that return ChartWithAxes | |
static ChartWithAxes |
ChartWithAxesImpl.create()
A convenience method to create an initialized 'ChartWithAxes' instance Note: Manually written |
ChartWithAxes |
ModelFactoryImpl.createChartWithAxes()
|
Uses of ChartWithAxes in org.eclipse.birt.chart.model.util |
Methods in org.eclipse.birt.chart.model.util with parameters of type ChartWithAxes | |
java.lang.Object |
ModelSwitch.caseChartWithAxes(ChartWithAxes object)
Returns the result of interpretting the object as an instance of 'Chart With Axes'. |
Uses of ChartWithAxes in org.eclipse.birt.chart.render |
Constructors in org.eclipse.birt.chart.render with parameters of type ChartWithAxes | |
CurveRenderer(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. |
Uses of ChartWithAxes in org.eclipse.birt.chart.util |
Methods in org.eclipse.birt.chart.util with parameters of type ChartWithAxes | |
static double |
ChartUtil.computeHeightOfOrthogonalAxisTitle(ChartWithAxes cm,
IDisplayServer xs)
Computes the height of orthogonal axis title. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |