Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.Figure

Packages that use Figure
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
org.eclipse.draw2d.parts This package contains some complex parts used with Draw2d. 
org.eclipse.draw2d.text   
 

Uses of Figure in org.eclipse.draw2d
 

Subclasses of Figure in org.eclipse.draw2d
 class ArrowButton
          A Button containing an arrow in it, and providing directional support for the arrow.
 class Button
          A Button usually has a border and appears to move up and down in response to being pressed.
 class CheckBox
          A Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.
 class Clickable
          A Clickable responds to mouse clicks in some way (determined by a ClickBehavior) and fires action events.
 class ConnectionLayer
          Layer designed specifically to handle the presence of connections.
 class Ellipse
          Draws an ellipse whose major and minor radii are determined by the bounds set to it.
 class FreeformLayer
           
 class FreeformLayeredPane
           
 class FreeformViewport
           
 class ImageFigure
          A Figure that simply contains an Image.
 class Label
           
 class LabeledContainer
          LabeledContainer - Container with a title bar describing the contents of the container.
 class Layer
          Transparent Figure intended to be added exclusively to a LayeredPane, who has the responsibilty of managing its Layers.
 class LayeredPane
          LayeredPane - Figure capable of holding any number of layers.
protected  class LightweightSystem.RootFigure
           
 class Panel
          A General purpose Container.
 class Polygon
          Draws a polygon which encloses all of its Points.
 class PolygonDecoration
           
 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 ScalableFreeformLayeredPane
           
 class ScrollBar
          Provides for the scrollbars used by the ScrollPane.
 class ScrollPane
          A class which implements automatic horizontal and/or vertical scrolling for a single IFigure child.
 class Shape
          Provides abstract support for a variety of shapes.
 class Toggle
          Basic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection / rollover / etc...).
 class ToggleButton
          A Toggle that appears like a 3-dimensional button.
 class Triangle
          A triangular graphical figure.
 class Viewport
          A Viewport is a flexible window onto a ScrollPane and represents the visible portion of the ScrollPane.
 

Uses of Figure in org.eclipse.draw2d.parts
 

Subclasses of Figure in org.eclipse.draw2d.parts
 class ScrollableThumbnail
          A scaled image representation of a Figure.
 class Thumbnail
          A Thumbnail is a Figure that displays an image of its source Figure at a smaller size.
 

Uses of Figure in org.eclipse.draw2d.text
 

Subclasses of Figure in org.eclipse.draw2d.text
 class BlockFlow
          A FlowFigure represented by a single BlockBox fragment containing one or more lines.
 class FlowFigure
          The base implementation for text flow figures.
 class FlowPage
          The root of a Flow hierarchy.
 class InlineFlow
          A FlowFigure represented by multiple LineBox fragments.
 class TextFlow
          An inline flow that renders a sting of text across one or more lines.
 


Eclipse Draw2d
2.1

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