public interface LineAttributes extends IChartObject
The following features are supported:
AttributePackage.getLineAttributes()
Modifier and Type | Method and Description |
---|---|
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.
isSetStyle()
,
getStyle()
,
setStyle(LineStyle)
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. isSetThickness()
,
getThickness()
,
setThickness(int)
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. isSetVisible()
,
isVisible()
,
setVisible(boolean)
boolean isSetVisible()
Visible
' attribute is set. unsetVisible()
,
isVisible()
,
setVisible(boolean)
LineAttributes copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.