Class PolylineImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GraphicsAlgorithm, Polyline, AbstractStyle, GraphicsAlgorithmContainer, PropertyContainer
Direct Known Subclasses:
PolygonImpl

public class PolylineImpl extends GraphicsAlgorithmImpl implements Polyline
An implementation of the model object 'Polyline'.

The following features are implemented:

  • Field Details

    • points

      protected org.eclipse.emf.common.util.EList<Point> points
      The cached value of the 'Points' containment reference list.
      See Also:
  • Constructor Details

    • PolylineImpl

      protected PolylineImpl()
  • Method Details

    • eStaticClass

      protected org.eclipse.emf.ecore.EClass eStaticClass()
      Overrides:
      eStaticClass in class GraphicsAlgorithmImpl
    • getPoints

      public org.eclipse.emf.common.util.EList<Point> getPoints()
      Specified by:
      getPoints in interface Polyline
      Returns:
      the value of the 'Points' containment reference list.
      See Also:
    • eInverseRemove

      public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
      Overrides:
      eInverseRemove in class GraphicsAlgorithmImpl
    • eGet

      public Object eGet(int featureID, boolean resolve, boolean coreType)
      Specified by:
      eGet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eGet in class GraphicsAlgorithmImpl
    • eSet

      public void eSet(int featureID, Object newValue)
      Specified by:
      eSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eSet in class GraphicsAlgorithmImpl
    • eUnset

      public void eUnset(int featureID)
      Specified by:
      eUnset in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eUnset in class GraphicsAlgorithmImpl
    • eIsSet

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eIsSet in class GraphicsAlgorithmImpl