|
||||||||||
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'. This is the area of the center of the chart, extending to but not including the axes. For charts without axes, this area includes the data points and data labels, but not the title or legend.
The following features are supported:
LayoutPackage.getPlot()
Method Summary | |
---|---|
Plot |
copyInstance()
A convenient method to get an instance copy. |
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, 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()
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 Block
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |