|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineAttributes
A representation of the model object 'Line Attributes'. This type defines a line.
The following features are supported:
AttributePackage.getLineAttributes()
Method Summary | |
---|---|
LineAttributes |
copyInstance()
A convenient method to get an instance copy. |
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |