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.draw2d
Subclasses of Figure in org.eclipse.draw2dModifier and TypeClassDescriptionclass
Abstract implementation of the image figure.class
Base superclass for all polylines/polygonsclass
A Button which displays a triangle pointing in a specified direction.class
A Button usually has a border and appears to move up and down in response to being pressed.final class
A Checkbox is a toggle figure which toggles between the checked and unchecked figures to simulate a check box.class
A Clickable responds to mouse clicks in some way (determined by a ClickBehavior) and fires action events.class
Layer designed specifically to handle the presence of connections.class
Lightweight Container which just draws the children according to the given layout.class
An figure that draws an ellipse filling its bounds.class
A Layer that can extend in all 4 directions.class
A LayeredPane that containsFreeformLayers
.class
A viewport forFreeformFigures
.class
A figure used to render a partly transparent copy of an original source figure.class
A Figure that simply contains an Image.class
A figure that can display text and/or an image.class
A Container with a title bar describing the contents of the container.class
A transparent figure intended to be added exclusively to aLayeredPane
, who has the responsibilty of managing its layers.class
A figure capable of holding any number of layers.protected class
The figure at the root of the LightweightSystem.class
A General purpose Container.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
AScrollPane
with transparentScrollBar
s.class
AScrollBar
with no thumb and non-opaque buttons.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
class
A non-freeform, scalable layered pane.class
Renders aPointList
as a polygonal shape scaled in accordance with bounds to fill whole figure.class
Provides for the scrollbars used by theScrollPane
.class
A class which implements automatic horizontal and/or vertical scrolling for a single IFigure child.class
Provides abstract support for a variety of shapes.class
Basic Rule for Toggle: Whoever creates the toggle is reponsible for response changes for it (selection, rollover, etc).class
A Toggle that appears like a 3-dimensional button.final class
A triangular graphical figure.class
A Viewport is a flexible window onto aScrollPane
and represents the visible portion of the ScrollPane.Methods in org.eclipse.draw2d with parameters of type FigureModifier and TypeMethodDescriptionprotected void
SWTEventDispatcher.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.parts
Subclasses of Figure in org.eclipse.draw2d.partsModifier and TypeClassDescriptionclass
A scaled image representation of a Figure.class
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.textModifier and TypeClassDescriptionclass
AFlowFigure
represented by a singleBlockBox
containing one or more lines.class
Adapts non-flow figures for use within a parent hierarchy requiring flow figures.class
The base implementation for text flow figures.class
The root of a Flow hierarchy.class
AFlowFigure
represented by multipleLineBox
fragments.class
An inline flow figure that renders a string of text across one or more lines.