org.eclipse.graphiti.mm.algorithms
Interface Polyline

All Superinterfaces:
AbstractStyle, GraphicsAlgorithm, GraphicsAlgorithmContainer, 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
  getPoints()
          Returns the value of the 'Points' containment reference list.
 
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.graphiti.mm.PropertyContainer
getProperties
 
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency
 

Method Detail

getPoints

 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:
AlgorithmsPackage.getPolyline_Points()


Copyright (c) SAP AG 2005, 2010.