public interface Style extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Style |
copyInstance() |
ColorDefinition |
getBackgroundColor()
Returns the value of the 'Background Color' containment reference
|
Image |
getBackgroundImage()
Returns the value of the 'Background Image' containment reference
|
ColorDefinition |
getColor()
Returns the value of the 'Color' containment reference
|
FontDefinition |
getFont()
Returns the value of the 'Font' containment reference
|
Insets |
getPadding()
Returns the value of the 'Padding' containment reference
|
void |
setBackgroundColor(ColorDefinition value)
Sets the value of the '
Background Color' containment reference |
void |
setBackgroundImage(Image value)
Sets the value of the '
Background Image' containment reference |
void |
setColor(ColorDefinition value)
Sets the value of the '
Color' containment reference |
void |
setFont(FontDefinition value)
Sets the value of the '
Font' containment reference |
void |
setPadding(Insets value)
Sets the value of the '
Padding' containment reference |
FontDefinition getFont()
setFont(FontDefinition),
AttributePackage.getStyle_Font()void setFont(FontDefinition value)
Font' containment reference.
value - the new value of the 'Font' containment reference.getFont()ColorDefinition getColor()
setColor(ColorDefinition),
AttributePackage.getStyle_Color()void setColor(ColorDefinition value)
Color' containment reference.
value - the new value of the 'Color' containment reference.getColor()ColorDefinition getBackgroundColor()
setBackgroundColor(ColorDefinition),
AttributePackage.getStyle_BackgroundColor()void setBackgroundColor(ColorDefinition value)
Background Color' containment reference.
value - the new value of the 'Background Color' containment reference.getBackgroundColor()Image getBackgroundImage()
setBackgroundImage(Image),
AttributePackage.getStyle_BackgroundImage()void setBackgroundImage(Image value)
Background Image' containment reference.
value - the new value of the 'Background Image' containment reference.getBackgroundImage()Insets getPadding()
setPadding(Insets),
AttributePackage.getStyle_Padding()void setPadding(Insets value)
Padding' containment reference.
value - the new value of the 'Padding' containment reference.getPadding()Style copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.