Uses of Class
org.eclipse.draw2d.Shape
Packages that use Shape
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of Shape in org.eclipse.draw2d
Subclasses of Shape in org.eclipse.draw2dModifier and TypeClassDescriptionclass
Base superclass for all polylines/polygonsclass
An figure that draws an ellipse filling its bounds.class
Renders aPointList
as a polygonal shape.class
A rotatable, polygon shaped decoration most commonly used for decorating the ends ofpolylines
.class
Renders aPointList
as a polygonal shape.class
Renders aPointList
as a series of line segments.class
An implementation ofConnection
based on Polyline.class
A decorative Figure intended to be placed on aPolyline
.class
Renders aPointList
as a series of line segments.class
Draws a rectangle whose size is determined by the bounds set to it.class
Draws a Rectangle whose corners are rounded in appearance.class
Renders aPointList
as a polygonal shape scaled in accordance with bounds to fill whole figure.final class
A triangular graphical figure.Methods in org.eclipse.draw2d that return ShapeModifier and TypeMethodDescriptionstatic Shape
FigureUtilities.makeGhostShape
(Shape s) Produces a ghosting effect on the shape s.Methods in org.eclipse.draw2d with parameters of type ShapeModifier and TypeMethodDescriptionstatic Shape
FigureUtilities.makeGhostShape
(Shape s) Produces a ghosting effect on the shape s.