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
 A representation of the model object 'Polyline'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryMethods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStylegetBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisibleMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithmgetGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setYMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.graphiti.mm.PropertyContainergetProperties
- 
Method Details- 
getPointsorg.eclipse.emf.common.util.EList<Point> getPoints()Returns the value of the 'Points' containment reference list. The list contents are of typePoint.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:
 
 
-