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.draw2dClasses in org.eclipse.draw2d that implement RotatableDecorationModifier and TypeClassDescriptionclassA rotatable, polygon shaped decoration most commonly used for decorating the ends ofpolylines.classA decorative Figure intended to be placed on aPolyline.Methods in org.eclipse.draw2d that return RotatableDecorationModifier and TypeMethodDescriptionprotected RotatableDecorationPolylineConnection.getSourceDecoration()protected RotatableDecorationPolylineConnection.getTargetDecoration()Methods in org.eclipse.draw2d with parameters of type RotatableDecorationModifier and TypeMethodDescriptionvoidPolylineConnection.setSourceDecoration(RotatableDecoration dec) Sets the decoration to be used at the start of theConnection.voidPolylineConnection.setTargetDecoration(RotatableDecoration dec) Sets the decoration to be used at the end of theConnection.