|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Chart With Axes'. This is a chart with axes...(e.g. Bar Chart, Line Chart etc.).
The following features are supported:
ModelPackage.getChartWithAxes()
Method Summary | |
Axis |
getAncillaryBaseAxis(Axis axBase)
This method returns the ancillary base axis for a given base axis NOTE: Manually written |
org.eclipse.emf.common.util.EList |
getAxes()
Returns the value of the 'Axes' containment reference list. |
Axis[] |
getBaseAxes()
This method returns all base axes associated with the chart model NOTE: Manually written |
Fill |
getFloorFill()
Returns the value of the 'Floor Fill' containment reference. |
Orientation |
getOrientation()
Returns the value of the 'Orientation' attribute. |
Axis[] |
getOrthogonalAxes(Axis axBase,
boolean bIncludePrimary)
This method returns all (primary and overlay) orthogonal axes for a given base axis If the primary orthogonal is requested for, it would be returned as the first element in the array NOTE: Manually written |
Axis[] |
getPrimaryBaseAxes()
This method returns all primary base axes associated with the chart model NOTE: Manually written |
Axis |
getPrimaryOrthogonalAxis(Axis axBase)
This method returns the primary orthogonal axis for a given base axis NOTE: Manually written |
Rotation3D |
getRotation()
Returns the value of the 'Rotation' containment reference. |
Series[] |
getSeries(int iBaseOrOrthogonal)
This method needs to be called after the chart has been populated with runtime datasets and runtime series have been associated with each of the axes. |
double |
getUnitSpacing()
Returns the value of the 'Unit Spacing' attribute. |
Fill |
getWallFill()
Returns the value of the 'Wall Fill' containment reference. |
boolean |
isSetOrientation()
Returns whether the value of the ' Orientation ' attribute is set. |
boolean |
isSetUnitSpacing()
Returns whether the value of the ' Unit Spacing ' attribute is set. |
boolean |
isTransposed()
A convenience method used to determine if the plot is transposed or not. |
void |
setFloorFill(Fill value)
Sets the value of the ' Floor Fill ' containment reference. |
void |
setOrientation(Orientation value)
Sets the value of the ' Orientation ' attribute. |
void |
setRotation(Rotation3D value)
Sets the value of the ' Rotation ' containment reference. |
void |
setTransposed(boolean bTransposed)
A convenience method used to specify if the plot is transposed or not. |
void |
setUnitSpacing(double value)
Sets the value of the ' Unit Spacing ' attribute. |
void |
setWallFill(Fill value)
Sets the value of the ' Wall Fill ' containment reference. |
void |
unsetOrientation()
Unsets the value of the ' Orientation ' attribute. |
void |
unsetUnitSpacing()
Unsets the value of the ' Unit Spacing ' attribute. |
Methods inherited from interface org.eclipse.birt.chart.model.Chart |
clearSections, createSampleRuntimeSeries, getBlock, getDescription, getDimension, getExtendedProperties, getGridColumnCount, getInteractivity, getLegend, getPlot, getSampleData, getScript, getSeriesForLegend, getSeriesThickness, getStyles, getSubType, getTitle, getType, getUnits, getVersion, isSetDimension, isSetGridColumnCount, isSetSeriesThickness, isSetVersion, setBlock, setDescription, setDimension, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, setUnits, setVersion, unsetDimension, unsetGridColumnCount, unsetSeriesThickness, unsetVersion |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public org.eclipse.emf.common.util.EList getAxes()
Axis
. Gets the list of base axes for the
chart. 'Base' axes are the Category axes for the chart if the chart has any. Each of these axes can contain zero
or more 'Orthogonal' axes.
Holds all the base axes for the chart.
ModelPackage.getChartWithAxes_Axes()
public Fill getWallFill()
setWallFill(Fill)
,
ModelPackage.getChartWithAxes_WallFill()
public void setWallFill(Fill value)
Wall Fill
' containment reference.
value
- the new value of the 'Wall Fill' containment reference.getWallFill()
public Fill getFloorFill()
setFloorFill(Fill)
,
ModelPackage.getChartWithAxes_FloorFill()
public void setFloorFill(Fill value)
Floor Fill
' containment reference.
value
- the new value of the 'Floor Fill' containment reference.getFloorFill()
public Orientation getOrientation()
"Horizontal"
. The literals are from the enumeration
Orientation
. Gets the orientation of the
chart as a whole. This drives the way the chart will be rendered and affects the orientations of other elements
throughout the chart.
Specifies whether the chart is a vertical or horizontal chart.
Orientation
,
isSetOrientation()
,
unsetOrientation()
,
setOrientation(Orientation)
,
ModelPackage.getChartWithAxes_Orientation()
public void setOrientation(Orientation value)
Orientation
' attribute.
Sets the orientation of the chart as a whole. This drives the way the chart
will be rendered and affects the orientations of other elements throughout the chart.
value
- the new value of the 'Orientation' attribute.Orientation
,
isSetOrientation()
,
unsetOrientation()
,
getOrientation()
public void unsetOrientation()
Orientation
' attribute.
isSetOrientation()
,
getOrientation()
,
setOrientation(Orientation)
public boolean isSetOrientation()
Orientation
' attribute is set.
unsetOrientation()
,
getOrientation()
,
setOrientation(Orientation)
public double getUnitSpacing()
isSetUnitSpacing()
,
unsetUnitSpacing()
,
setUnitSpacing(double)
,
ModelPackage.getChartWithAxes_UnitSpacing()
public void setUnitSpacing(double value)
Unit Spacing
' attribute.
value
- the new value of the 'Unit Spacing' attribute.isSetUnitSpacing()
,
unsetUnitSpacing()
,
getUnitSpacing()
public void unsetUnitSpacing()
Unit Spacing
' attribute.
isSetUnitSpacing()
,
getUnitSpacing()
,
setUnitSpacing(double)
public boolean isSetUnitSpacing()
Unit Spacing
' attribute is set.
unsetUnitSpacing()
,
getUnitSpacing()
,
setUnitSpacing(double)
public Rotation3D getRotation()
setRotation(Rotation3D)
,
ModelPackage.getChartWithAxes_Rotation()
public void setRotation(Rotation3D value)
Rotation
' containment reference.
value
- the new value of the 'Rotation' containment reference.getRotation()
public Axis[] getBaseAxes()
public Axis[] getPrimaryBaseAxes()
public Axis[] getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
axBase
-
public Axis getPrimaryOrthogonalAxis(Axis axBase)
axBase
-
public Axis getAncillaryBaseAxis(Axis axBase)
axBase
-
public Series[] getSeries(int iBaseOrOrthogonal)
iBaseOrOrthogonal
-
public boolean isTransposed()
public void setTransposed(boolean bTransposed)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |