Uses of Class
org.eclipse.draw2d.Figure
Packages that use Figure
Package
Description
Primary package containing general interfaces and implementation classes.
This package contains some complex parts used with Draw2d.
Figures and support classes related to the layout and rendering of rich text.
- 
Uses of Figure in org.eclipse.draw2dSubclasses of Figure in org.eclipse.draw2dModifier and TypeClassDescriptionclassAbstract implementation of the image figure.classBase superclass for all polylines/polygonsclassA Button which displays a triangle pointing in a specified direction.classA Button usually has a border and appears to move up and down in response to being pressed.final classA Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.classA Clickable responds to mouse clicks in some way (determined by a ClickBehavior) and fires action events.classLayer designed specifically to handle the presence of connections.classLightweight Container which just draws the children according to the given layout.classAn figure that draws an ellipse filling its bounds.classA Layer that can extend in all 4 directions.classA LayeredPane that containsFreeformLayers.classA viewport forFreeformFigures.classA figure used to render a partly transparent copy of an original source figure.classA Figure that simply contains an Image.classA figure that can display text and/or an image.classA Container with a title bar describing the contents of the container.classA transparent figure intended to be added exclusively to aLayeredPane, who has the responsibilty of managing its layers.classA figure capable of holding any number of layers.protected classThe figure at the root of the LightweightSystem.classA General purpose Container.classRenders aPointListas a polygonal shape.classA rotatable, polygon shaped decoration most commonly used for decorating the ends ofpolylines.classRenders aPointListas a polygonal shape.classRenders aPointListas a series of line segments.classAn implementation ofConnectionbased on Polyline.classA decorative Figure intended to be placed on aPolyline.classRenders aPointListas a series of line segments.classAScrollPanewith transparentScrollBars.classAScrollBarwith no thumb and non-opaque buttons.classDraws a rectangle whose size is determined by the bounds set to it.classDraws a Rectangle whose corners are rounded in appearance.classclassA non-freeform, scalable layered pane.classRenders aPointListas a polygonal shape scaled in accordance with bounds to fill whole figure.classProvides for the scrollbars used by theScrollPane.classA class which implements automatic horizontal and/or vertical scrolling for a single IFigure child.classProvides abstract support for a variety of shapes.classBasic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).classA Toggle that appears like a 3-dimensional button.final classA triangular graphical figure.classA Viewport is a flexible window onto aScrollPaneand represents the visible portion of the ScrollPane.Methods in org.eclipse.draw2d with parameters of type FigureModifier and TypeMethodDescriptionprotected voidSWTEventDispatcher.setHoverSource(Figure figure, MouseEvent me) Sets the figure that the mouse cursor is hovering over.Constructors in org.eclipse.draw2d with parameters of type FigureModifierConstructorDescriptionRoundedRectangleAnchor(Figure figure, Dimension corners) Rounded Rectangle getCornerDimension should be public #302836 then Rounded Rectangle would be sufficient.
- 
Uses of Figure in org.eclipse.draw2d.partsSubclasses of Figure in org.eclipse.draw2d.partsModifier and TypeClassDescriptionclassA scaled image representation of a Figure.classA Thumbnail is a Figure that displays an image of its source Figure at a smaller size.
- 
Uses of Figure in org.eclipse.draw2d.textSubclasses of Figure in org.eclipse.draw2d.textModifier and TypeClassDescriptionclassAFlowFigurerepresented by a singleBlockBoxcontaining one or more lines.classAdapts non-flow figures for use within a parent hierarchy requiring flow figures.classThe base implementation for text flow figures.classThe root of a Flow hierarchy.classAFlowFigurerepresented by multipleLineBoxfragments.classAn inline flow figure that renders a string of text across one or more lines.