|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plot
A representation of the model object 'Plot'. Plot represent the rectangular area in a chart, inside where the graph of its datapoints is displayed. It extends to the client area of a chart's block excluding the title and legend. Plot is a sub-type of Block, and exists as a child block of the chart's block in a chart's model.
Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the convenient method: Chart.getPlot( );
The following features are supported:
LayoutPackage.getPlot()| Method Summary | |
|---|---|
Plot |
copyInstance()
|
ClientArea |
getClientArea()
Returns the value of the 'Client Area' containment reference. |
int |
getHorizontalSpacing()
Returns the value of the 'Horizontal Spacing' attribute. |
int |
getVerticalSpacing()
Returns the value of the 'Vertical Spacing' attribute. |
boolean |
isSetHorizontalSpacing()
Returns whether the value of the ' Horizontal Spacing' attribute is set. |
boolean |
isSetVerticalSpacing()
Returns whether the value of the ' Vertical Spacing' attribute is set. |
void |
setClientArea(ClientArea value)
Sets the value of the ' Client Area' containment reference. |
void |
setHorizontalSpacing(int value)
Sets the value of the ' Horizontal Spacing' attribute. |
void |
setVerticalSpacing(int value)
Sets the value of the ' Vertical Spacing' attribute. |
void |
unsetHorizontalSpacing()
Unsets the value of the ' Horizontal Spacing' attribute. |
void |
unsetVerticalSpacing()
Unsets the value of the ' Vertical Spacing' attribute. |
| Methods inherited from interface org.eclipse.birt.chart.model.layout.Block |
|---|
add, children, getAnchor, getBackground, getBounds, getChildren, getColumn, getColumnspan, getCursor, getHeightHint, getInsets, getMinSize, getOutline, getPreferredSize, getRow, getRowspan, getStretch, getTriggers, getWidthHint, isCustom, isLegend, isPlot, isSetAnchor, isSetColumn, isSetColumnspan, isSetHeightHint, isSetRow, isSetRowspan, isSetStretch, isSetVisible, isSetWidthHint, isText, isTitle, isVisible, remove, setAnchor, setBackground, setBounds, setColumn, setColumnspan, setCursor, setHeightHint, setInsets, setMinSize, setOutline, setRow, setRowspan, setStretch, setVisible, setWidthHint, unsetAnchor, unsetColumn, unsetColumnspan, unsetHeightHint, unsetRow, unsetRowspan, unsetStretch, unsetVisible, unsetWidthHint |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
int getHorizontalSpacing()
isSetHorizontalSpacing(),
unsetHorizontalSpacing(),
setHorizontalSpacing(int),
LayoutPackage.getPlot_HorizontalSpacing()void setHorizontalSpacing(int value)
Horizontal Spacing' attribute.
value - the new value of the 'Horizontal Spacing' attribute.isSetHorizontalSpacing(),
unsetHorizontalSpacing(),
getHorizontalSpacing()void unsetHorizontalSpacing()
Horizontal Spacing' attribute.
isSetHorizontalSpacing(),
getHorizontalSpacing(),
setHorizontalSpacing(int)boolean isSetHorizontalSpacing()
Horizontal Spacing' attribute is set.
unsetHorizontalSpacing(),
getHorizontalSpacing(),
setHorizontalSpacing(int)int getVerticalSpacing()
isSetVerticalSpacing(),
unsetVerticalSpacing(),
setVerticalSpacing(int),
LayoutPackage.getPlot_VerticalSpacing()void setVerticalSpacing(int value)
Vertical Spacing' attribute.
value - the new value of the 'Vertical Spacing' attribute.isSetVerticalSpacing(),
unsetVerticalSpacing(),
getVerticalSpacing()void unsetVerticalSpacing()
Vertical Spacing' attribute.
isSetVerticalSpacing(),
getVerticalSpacing(),
setVerticalSpacing(int)boolean isSetVerticalSpacing()
Vertical Spacing' attribute is set.
unsetVerticalSpacing(),
getVerticalSpacing(),
setVerticalSpacing(int)ClientArea getClientArea()
For chart with axes it represents the area within axes.
For chart without axes it will be split into cells, with each cell for one single series.
setClientArea(ClientArea),
LayoutPackage.getPlot_ClientArea()void setClientArea(ClientArea value)
Client Area' containment reference.
value - the new value of the 'Client Area' containment reference.getClientArea()Plot copyInstance()
copyInstance in interface BlockcopyInstance in interface IChartObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||