Interface Polyline

All Superinterfaces:
DiagramElement, Element, org.eclipse.emf.ecore.EObject, GraphicPrimitive, LeafElement, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Implementing Classes:
PolylineImpl

public interface Polyline
extends GraphicPrimitive
A representation of the model object 'Polyline'.

The following features are supported:

See Also:
UmaPackage.getPolyline()
  • Method Details

    • getClosed

      java.lang.Boolean getClosed()
      Returns the value of the 'Closed' attribute. The default value is "true".
      Returns:
      the value of the 'Closed' attribute.
      See Also:
      setClosed(Boolean), UmaPackage.getPolyline_Closed()
    • setClosed

      void setClosed​(java.lang.Boolean value)
      Sets the value of the 'Closed' attribute.
      Parameters:
      value - the new value of the 'Closed' attribute.
      See Also:
      getClosed()
    • getWaypoints

      org.eclipse.emf.common.util.EList<Point> getWaypoints()
      Returns the value of the 'Waypoints' containment reference list. The list contents are of type Point.
      Returns:
      the value of the 'Waypoints' containment reference list.
      See Also:
      UmaPackage.getPolyline_Waypoints()