Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PolygonDecoration
A rotatable, polygon shaped decoration most commonly used for decorating the
ends of
polylines . |
class |
PolylineDecoration
A decorative Figure intended to be placed on a
Polyline . |
Modifier and Type | Method and Description |
---|---|
protected RotatableDecoration |
PolylineConnection.getSourceDecoration() |
protected RotatableDecoration |
PolylineConnection.getTargetDecoration() |
Modifier and Type | Method and Description |
---|---|
void |
PolylineConnection.setSourceDecoration(RotatableDecoration dec)
Sets the decoration to be used at the start of the
Connection . |
void |
PolylineConnection.setTargetDecoration(RotatableDecoration dec)
Sets the decoration to be used at the end of the
Connection . |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.