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:
AlgorithmsPackage.getPolyline()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Point>
getPoints()
Returns the value of the 'Points' containment reference list.-
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
-
-
-
-
Method Detail
-
getPoints
org.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:
AlgorithmsPackage.getPolyline_Points()
-
-