Uses of Interface
org.eclipse.draw2d.RotatableDecoration
Packages that use RotatableDecoration
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of RotatableDecoration in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement RotatableDecorationModifier and TypeClassDescriptionclass
A rotatable, polygon shaped decoration most commonly used for decorating the ends ofpolylines
.class
A decorative Figure intended to be placed on aPolyline
.Methods in org.eclipse.draw2d that return RotatableDecorationModifier and TypeMethodDescriptionprotected RotatableDecoration
PolylineConnection.getSourceDecoration()
protected RotatableDecoration
PolylineConnection.getTargetDecoration()
Methods in org.eclipse.draw2d with parameters of type RotatableDecorationModifier and TypeMethodDescriptionvoid
PolylineConnection.setSourceDecoration
(RotatableDecoration dec) Sets the decoration to be used at the start of theConnection
.void
PolylineConnection.setTargetDecoration
(RotatableDecoration dec) Sets the decoration to be used at the end of theConnection
.