Eclipse Draw2d
3.1
A B C D E F G H I K L M N O P Q R S T U V W X Y

L

LEFT - Static variable in class org.eclipse.draw2d.BorderLayout
Constant to be used as a constraint for child figures
LEFT - Static variable in interface org.eclipse.draw2d.PositionConstants
Left
LEFT - Static variable in class org.eclipse.draw2d.graph.SubgraphBoundary
constant indicating LEFT.
LEFT_CENTER_RIGHT - Static variable in interface org.eclipse.draw2d.PositionConstants
Bit-wise OR of LEFT, CENTER, and RIGHT
LIGHTER_DARKER - Static variable in class org.eclipse.draw2d.SchemeBorder
Arrays of Colors, used for shadow or highlight effects
LINE_CUSTOM - Static variable in class org.eclipse.draw2d.Graphics
 
LINE_DASH - Static variable in class org.eclipse.draw2d.Graphics
 
LINE_DASHDOT - Static variable in class org.eclipse.draw2d.Graphics
 
LINE_DASHDOTDOT - Static variable in class org.eclipse.draw2d.Graphics
 
LINE_DOT - Static variable in class org.eclipse.draw2d.Graphics
 
LINE_SOLID - Static variable in class org.eclipse.draw2d.Graphics
 
LOWERED - Static variable in interface org.eclipse.draw2d.SchemeBorder.SCHEMES
Schemes used for shadow and highlight effects
Label - class org.eclipse.draw2d.Label.
A figure that can display text and/or an image.
Label() - Constructor for class org.eclipse.draw2d.Label
Construct an empty Label.
Label(String) - Constructor for class org.eclipse.draw2d.Label
Construct a Label with passed String as its text.
Label(Image) - Constructor for class org.eclipse.draw2d.Label
Construct a Label with passed Image as its icon.
Label(String, Image) - Constructor for class org.eclipse.draw2d.Label
Construct a Label with passed String as text and passed Image as its icon.
LabelAnchor - class org.eclipse.draw2d.LabelAnchor.
LabelAnchors must have an owner of type Label.
LabelAnchor() - Constructor for class org.eclipse.draw2d.LabelAnchor
Constructs a LabelAnchor with no owner.
LabelAnchor(Label) - Constructor for class org.eclipse.draw2d.LabelAnchor
Constructs a LabelAnchor with owner label.
LabeledBorder - interface org.eclipse.draw2d.LabeledBorder.
LabeledBorders have a text message somewhere on them.
LabeledContainer - class org.eclipse.draw2d.LabeledContainer.
A Container with a title bar describing the contents of the container.
LabeledContainer() - Constructor for class org.eclipse.draw2d.LabeledContainer
Constructs a default container with a GroupBoxBorder.
LabeledContainer(Border) - Constructor for class org.eclipse.draw2d.LabeledContainer
Constructs a labeled container with the border given as input.
Layer - class org.eclipse.draw2d.Layer.
A transparent figure intended to be added exclusively to a LayeredPane, who has the responsibilty of managing its layers.
Layer() - Constructor for class org.eclipse.draw2d.Layer
 
LayeredPane - class org.eclipse.draw2d.LayeredPane.
A figure capable of holding any number of layers.
LayeredPane() - Constructor for class org.eclipse.draw2d.LayeredPane
Constructs a new layered pane with no layers in it.
LayoutListener - interface org.eclipse.draw2d.LayoutListener.
Experimental API.
LayoutListener.Stub - class org.eclipse.draw2d.LayoutListener.Stub.
A stub implementation which implements all of the declared methods.
LayoutListener.Stub() - Constructor for class org.eclipse.draw2d.LayoutListener.Stub
 
LayoutManager - interface org.eclipse.draw2d.LayoutManager.
A helper for positioning child figures and determining the ideal size for a figure with children.
LightweightSystem - class org.eclipse.draw2d.LightweightSystem.
The LightweightSystem is the link between SWT and Draw2d.
LightweightSystem(Canvas) - Constructor for class org.eclipse.draw2d.LightweightSystem
Constructs a LightweightSystem on Canvas c.
LightweightSystem() - Constructor for class org.eclipse.draw2d.LightweightSystem
Constructs a LightweightSystem without a Canvas.
LightweightSystem.EventHandler - class org.eclipse.draw2d.LightweightSystem.EventHandler.
Listener used to get all necessary events from the Canvas and pass them on to the EventDispatcher.
LightweightSystem.EventHandler() - Constructor for class org.eclipse.draw2d.LightweightSystem.EventHandler
 
LightweightSystem.RootFigure - class org.eclipse.draw2d.LightweightSystem.RootFigure.
The figure at the root of the LightweightSystem.
LightweightSystem.RootFigure() - Constructor for class org.eclipse.draw2d.LightweightSystem.RootFigure
 
LineBorder - class org.eclipse.draw2d.LineBorder.
Provides for a line border with sides of equal widths.
LineBorder(Color, int) - Constructor for class org.eclipse.draw2d.LineBorder
Constructs a LineBorder with the specified color and of the specified width.
LineBorder(Color) - Constructor for class org.eclipse.draw2d.LineBorder
Constructs a LineBorder with the specified color and a width of 1 pixel.
LineBorder(int) - Constructor for class org.eclipse.draw2d.LineBorder
Constructs a black LineBorder with the specified width.
LineBorder() - Constructor for class org.eclipse.draw2d.LineBorder
Constructs a default black LineBorder with a width of one pixel.
LineBox - class org.eclipse.draw2d.text.LineBox.
 
LineBox() - Constructor for class org.eclipse.draw2d.text.LineBox
 
LineRoot - class org.eclipse.draw2d.text.LineRoot.
LineRoot is the top-most container on a line of text displayed in Draw2d.
LineRoot(boolean) - Constructor for class org.eclipse.draw2d.text.LineRoot
Constructor
LocalOptimizer - class org.eclipse.draw2d.internal.graph.LocalOptimizer.
This graph visitor examines all adjacent pairs of nodes and determines if swapping the two nodes provides improved graph aesthetics.
LocalOptimizer() - Constructor for class org.eclipse.draw2d.internal.graph.LocalOptimizer
 
Locator - interface org.eclipse.draw2d.Locator.
Controls the location of an IFigure.
label - Variable in class org.eclipse.draw2d.ToggleButton
This ToggleButton's Label
lastAdjusted - Static variable in class org.eclipse.draw2d.internal.graph.HorizontalPlacement
 
layout(IFigure) - Method in class org.eclipse.draw2d.BorderLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.DelegatingLayout
Lays out the given figure's children based on their Locator constraint.
layout() - Method in class org.eclipse.draw2d.Figure
Lays out this Figure using its LayoutManager.
layout(IFigure) - Method in class org.eclipse.draw2d.FlowLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.LayoutListener.Stub
Stub which does nothing.
layout(IFigure) - Method in interface org.eclipse.draw2d.LayoutListener
Called prior to layout occurring.
layout(IFigure) - Method in interface org.eclipse.draw2d.LayoutManager
Lays out the given figure.
layout() - Method in class org.eclipse.draw2d.PolylineConnection
Layouts this polyline.
layout(IFigure) - Method in class org.eclipse.draw2d.ScrollBarLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.ScrollPaneLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.StackLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.ToolbarLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.ViewportLayout
 
layout(IFigure) - Method in class org.eclipse.draw2d.XYLayout
Implements the algorithm to layout the components of the given container figure.
layout() - Method in class org.eclipse.draw2d.text.FlowAdapter
Sizes the content box to be big enough to display all figures.
layout() - Method in class org.eclipse.draw2d.text.FlowContainerLayout
 
layout() - Method in class org.eclipse.draw2d.text.FlowFigureLayout
Called during FlowFigureLayout.layout(IFigure).
layout(IFigure) - Method in class org.eclipse.draw2d.text.FlowFigureLayout
 
layout() - Method in class org.eclipse.draw2d.text.ParagraphTextLayout
 
layout() - Method in class org.eclipse.draw2d.text.SimpleTextLayout
 
layoutButtons(ScrollBar) - Method in class org.eclipse.draw2d.ScrollBarLayout
Places the buttons and returns the Rectangle into which the track should be placed.
layoutChildren() - Method in class org.eclipse.draw2d.text.FlowContainerLayout
Layout all children.
layoutRow(IFigure) - Method in class org.eclipse.draw2d.FlowLayout
Layouts one row of components.
leadingJoiner - Variable in class org.eclipse.draw2d.text.BidiInfo
Indicates if the ZWJ character needs to be prepended to text being rendered.
left - Variable in class org.eclipse.draw2d.geometry.Insets
distance from left
left - Variable in class org.eclipse.draw2d.graph.Subgraph
For internal use only.
length() - Method in class org.eclipse.draw2d.geometry.Ray
Returns the length of this Ray.
length - Variable in class org.eclipse.draw2d.text.TextFragmentBox
The fragment's length in characters.
levelInfo - Variable in class org.eclipse.draw2d.text.BidiInfo
Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.
lightBlue - Static variable in interface org.eclipse.draw2d.ColorConstants
One of the pre-defined colors
lightGray - Static variable in interface org.eclipse.draw2d.ColorConstants
One of the pre-defined colors
lightGreen - Static variable in interface org.eclipse.draw2d.ColorConstants
One of the pre-defined colors
lighter(Color) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns a Color the same as the passed color in a lighter hue.
lineStyle - Variable in class org.eclipse.draw2d.Shape
The line style to be used for this shape's outline.
lineWidth - Variable in class org.eclipse.draw2d.Shape
The width of this shape's outline.
linesIntersect(int, int, int, int, int, int, int, int) - Static method in class org.eclipse.draw2d.geometry.Geometry
Determines whether the two line segments formed by the given coordinates intersect.
listBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
listForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
listeners - Variable in class org.eclipse.draw2d.ConnectionAnchorBase
The list of listeners
loser - Variable in class org.eclipse.draw2d.FocusEvent
The figure losing focus

Eclipse Draw2d
3.1
A B C D E F G H I K L M N O P Q R S T U V W X Y
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.