public interface Plot extends Block
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()| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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, unsetWidthHintint 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.
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. 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 在接口中 BlockcopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.