public interface ClientArea extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
ClientArea |
copyInstance() |
Fill |
getBackground()
Returns the value of the 'Background' containment reference.
|
Insets |
getInsets()
Returns the value of the 'Insets' containment reference.
|
LineAttributes |
getOutline()
Returns the value of the 'Outline' containment reference.
|
ColorDefinition |
getShadowColor()
Returns the value of the 'Shadow Color' containment reference.
|
boolean |
isSetVisible()
Returns whether the value of the '
Visible' attribute is set |
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setBackground(Fill value)
Sets the value of the '
Background' containment reference |
void |
setInsets(Insets value)
Sets the value of the '
Insets' containment reference |
void |
setOutline(LineAttributes value)
Sets the value of the '
Outline' containment reference |
void |
setShadowColor(ColorDefinition value)
Sets the value of the '
Shadow Color' containment reference |
void |
setVisible(boolean value)
Sets the value of the '
Visible' attribute |
void |
unsetVisible()
Unsets the value of the '
Visible' attribute |
Fill getBackground()
setBackground(Fill),
LayoutPackage.getClientArea_Background()void setBackground(Fill value)
Background' containment reference.
value - the new value of the 'Background' containment reference.getBackground()LineAttributes getOutline()
setOutline(LineAttributes),
LayoutPackage.getClientArea_Outline()void setOutline(LineAttributes value)
Outline' containment reference.
value - the new value of the 'Outline' containment reference.getOutline()ColorDefinition getShadowColor()
setShadowColor(ColorDefinition),
LayoutPackage.getClientArea_ShadowColor()void setShadowColor(ColorDefinition value)
Shadow Color' containment reference.
value - the new value of the 'Shadow Color' containment reference.getShadowColor()Insets getInsets()
setInsets(Insets),
LayoutPackage.getClientArea_Insets()void setInsets(Insets value)
Insets' containment reference.
value - the new value of the 'Insets' containment reference.getInsets()boolean isVisible()
"true".
Attribute "Visible" specifies whether client area is visible.
isSetVisible(),
unsetVisible(),
setVisible(boolean),
LayoutPackage.getClientArea_Visible()void setVisible(boolean value)
Visible' attribute.
value - the new value of the 'Visible' attribute.isSetVisible(),
unsetVisible(),
isVisible()void unsetVisible()
Visible' attribute.
boolean isSetVisible()
Visible' attribute is set.
unsetVisible(),
isVisible(),
setVisible(boolean)ClientArea copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.