Interface Polyline

All Superinterfaces:
AbstractStyle, org.eclipse.emf.ecore.EObject, GraphicsAlgorithm, GraphicsAlgorithmContainer, org.eclipse.emf.common.notify.Notifier, PropertyContainer
All Known Subinterfaces:
Polygon
All Known Implementing Classes:
PolygonImpl, PolylineImpl

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

The following features are supported:

See Also:
  • Method Details

    • getPoints

      org.eclipse.emf.common.util.EList<Point> getPoints()
      Returns the value of the 'Points' containment reference list. The list contents are of type Point.

      If the meaning of the 'Points' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Points' containment reference list.
      See Also: