Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.Shape

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

Uses of Shape in org.eclipse.draw2d
 

Subclasses of Shape in org.eclipse.draw2d
 class Ellipse
          An figure that draws an ellipse filling its bounds.
 class Polygon
          Draws a polygon which encloses all of its Points.
 class PolygonDecoration
          A rotatable, polygon shaped decoration most commonly used for decorating the ends of polylines.
 class Polyline
          Provides for graphical lines comprised of Points.
 class PolylineConnection
          Connection based on polyline.
 class PolylineDecoration
          A decorative Figure intended to be placed on a Polyline.
 class RectangleFigure
          Draws a rectangle whose size is determined by the bounds set to it.
 class RoundedRectangle
          Draws a Rectangle whose corners are rounded in appearance.
 class Triangle
          A triangular graphical figure.
 

Methods in org.eclipse.draw2d that return Shape
static Shape FigureUtilities.makeGhostShape(Shape s)
          Produces a ghosting effect on the shape s.
 

Methods in org.eclipse.draw2d with parameters of type Shape
static Shape FigureUtilities.makeGhostShape(Shape s)
          Produces a ghosting effect on the shape s.
 


Eclipse Draw2d
2.1

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