public interface Line extends Shape
The following features are supported:
VisualInterfacePackage.getLine()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Position> |
getPoints()
Returns the value of the 'Points' containment reference list.
|
getAlpha, getAntialias, getLineWidth, isFill, isOutline, setAlpha, setAntialias, setFill, setLineWidth, setOutline
getBackgroundColor, getBorder, getCursor, getForegroundColor, getOnClick, getOnDoubleClick, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setOnClick, setOnDoubleClick, setOpaque, setSize, setToolTip, setVisible
org.eclipse.emf.common.util.EList<Position> getPoints()
Position
.
If the meaning of the 'Points' containment reference list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getLine_Points()