public interface Polyline extends GraphicPrimitive
The following features are supported:
UMLPackage.getPolyline()
Modifier and Type | Method and Description |
---|---|
MDWEList<Point> |
getWaypoints()
Returns the value of the 'Waypoints' containment reference list.
|
boolean |
isClosed()
Returns the value of the 'Closed' attribute
|
boolean |
isSetClosed()
Returns whether the value of the '
Closed ' attribute is set |
void |
setClosed(boolean value)
Sets the value of the '
Closed ' attribute |
void |
unsetClosed()
Unsets the value of the '
Closed ' attribute |
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MDWEList<Point> getWaypoints()
Point
.
UMLPackage.getPolyline_Waypoints()
boolean isClosed()
isSetClosed()
,
unsetClosed()
,
setClosed(boolean)
,
UMLPackage.getPolyline_Closed()
void setClosed(boolean value)
Closed
' attribute.
value
- the new value of the 'Closed' attribute.isSetClosed()
,
unsetClosed()
,
isClosed()
void unsetClosed()
Closed
' attribute.
isSetClosed()
,
isClosed()
,
setClosed(boolean)
boolean isSetClosed()
Closed
' attribute is set.
unsetClosed()
,
isClosed()
,
setClosed(boolean)