public interface LineAttributes extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
LineAttributes |
copyInstance() |
ColorDefinition |
getColor()
Returns the value of the 'Color' containment reference.
|
LineStyle |
getStyle()
Returns the value of the 'Style' attribute.
|
int |
getThickness()
Returns the value of the 'Thickness' attribute.
|
boolean |
isSetStyle()
Returns whether the value of the '
Style' attribute is set.
|
boolean |
isSetThickness()
Returns whether the value of the '
Thickness' attribute is set |
boolean |
isSetVisible()
Returns whether the value of the '
Visible' attribute is set.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setColor(ColorDefinition value)
Sets the value of the '
Color' containment reference |
void |
setStyle(LineStyle value)
Sets the value of the '
Style' attribute |
void |
setThickness(int value)
Sets the value of the '
Thickness' attribute.
|
void |
setVisible(boolean value)
Sets the value of the '
Visible' attribute |
void |
unsetStyle()
Unsets the value of the '
Style' attribute |
void |
unsetThickness()
Unsets the value of the '
Thickness' attribute.
|
void |
unsetVisible()
Unsets the value of the '
Visible' attribute.
|
LineStyle getStyle()
"Solid".
The literals are from the enumeration LineStyle. Gets the line style.
Holds the line style.
LineStyle,
isSetStyle(),
unsetStyle(),
setStyle(LineStyle),
AttributePackage.getLineAttributes_Style()void setStyle(LineStyle value)
Style' attribute.
Sets the line style. value - the new value of the 'Style' attribute.LineStyle,
isSetStyle(),
unsetStyle(),
getStyle()void unsetStyle()
Style' attribute.
boolean isSetStyle()
Style' attribute is set. unsetStyle(),
getStyle(),
setStyle(LineStyle)int getThickness()
isSetThickness(),
unsetThickness(),
setThickness(int),
AttributePackage.getLineAttributes_Thickness()void setThickness(int value)
Thickness' attribute. Sets the thickness of the line. value - the new value of the 'Thickness' attribute.isSetThickness(),
unsetThickness(),
getThickness()void unsetThickness()
Thickness' attribute. boolean isSetThickness()
Thickness' attribute is set.
unsetThickness(),
getThickness(),
setThickness(int)ColorDefinition getColor()
setColor(ColorDefinition),
AttributePackage.getLineAttributes_Color()void setColor(ColorDefinition value)
Color' containment reference.
Sets the line color. value - the new value of the 'Color' containment reference.getColor()boolean isVisible()
isSetVisible(),
unsetVisible(),
setVisible(boolean),
AttributePackage.getLineAttributes_Visible()void setVisible(boolean value)
Visible' attribute.
Specifies whether or not the line is to be rendered. 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)LineAttributes copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.