Eclipse Draw2d
2.1

Uses of Interface
org.eclipse.draw2d.RotatableDecoration

Packages that use RotatableDecoration
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of RotatableDecoration in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement RotatableDecoration
 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.
 

Methods in org.eclipse.draw2d that return RotatableDecoration
protected  RotatableDecoration PolylineConnection.getSourceDecoration()
           
protected  RotatableDecoration PolylineConnection.getTargetDecoration()
           
 

Methods in org.eclipse.draw2d with parameters of type RotatableDecoration
 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.
 


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.