Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- label - Variable in class org.eclipse.draw2d.ToggleButton
- 
This ToggleButton's Label
- Label - Class in org.eclipse.draw2d
- 
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(String, Image) - Constructor for class org.eclipse.draw2d.Label
- 
Construct a Label with passed String as text and passed Image as its icon.
- Label(Image) - Constructor for class org.eclipse.draw2d.Label
- 
Construct a Label with passed Image as its icon.
- LabelAnchor - Class in org.eclipse.draw2d
- 
LabelAnchors must have an owner of typeLabel.
- 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 in org.eclipse.draw2d
- 
LabeledBorders have a text message somewhere on them.
- LabeledContainer - Class in org.eclipse.draw2d
- 
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 aGroupBoxBorder.
- LabeledContainer(Border) - Constructor for class org.eclipse.draw2d.LabeledContainer
- 
Constructs a labeled container with the border given as input.
- Layer - Class in org.eclipse.draw2d
- 
A transparent figure intended to be added exclusively to aLayeredPane, who has the responsibilty of managing its layers.
- Layer() - Constructor for class org.eclipse.draw2d.Layer
- LayeredPane - Class in org.eclipse.draw2d
- 
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.
- layout() - Method in class org.eclipse.draw2d.Figure
- 
Lays out this Figure using itsLayoutManager.
- layout() - Method in class org.eclipse.draw2d.PolylineConnection
- 
Layouts this polyline.
- 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 duringFlowFigureLayout.layout(IFigure).
- layout() - Method in class org.eclipse.draw2d.text.ParagraphTextLayout
- layout() - Method in class org.eclipse.draw2d.text.SimpleTextLayout
- 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 theirLocatorconstraint.
- layout(IFigure) - Method in class org.eclipse.draw2d.FlowLayout
- layout(IFigure) - Method in class org.eclipse.draw2d.GridLayout
- layout(IFigure) - Method in class org.eclipse.draw2d.LayoutAnimator
- 
Hooks layout in case animation is in progress.
- layout(IFigure) - Method in interface org.eclipse.draw2d.LayoutListener
- 
Called prior to layout occurring.
- layout(IFigure) - Method in class org.eclipse.draw2d.LayoutListener.Stub
- 
Stub which does nothing.
- layout(IFigure) - Method in interface org.eclipse.draw2d.LayoutManager
- 
Lays out the given figure.
- 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.text.FlowFigureLayout
- 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.
- LayoutAnimator - Class in org.eclipse.draw2d
- 
Animates the layout of a figure's children.
- LayoutAnimator() - Constructor for class org.eclipse.draw2d.LayoutAnimator
- 
Constructs a new Animator.
- 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.
- LayoutListener - Interface in org.eclipse.draw2d
- 
Classes which implement this interface provide callback hooks for various layout related events.
- LayoutListener.Stub - Class in org.eclipse.draw2d
- 
A stub implementation which implements all of the declared methods.
- LayoutManager - Interface in org.eclipse.draw2d
- 
A helper for positioning child figures and determining the ideal size for a figure with 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() - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Returns the X-coordinate of the left side of this Rectangle.
- 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_CENTER_RIGHT - Static variable in interface org.eclipse.draw2d.PositionConstants
- 
Bit-wise OR of LEFT, CENTER, and RIGHT
- length - Variable in class org.eclipse.draw2d.text.TextFragmentBox
- 
The fragment's length in characters.
- length() - Method in record class org.eclipse.draw2d.geometry.Interval
- 
Returns the value of thelengthrecord component.
- length() - Method in class org.eclipse.draw2d.geometry.Ray
- 
Deprecated.Returns the length of this Ray.
- 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
- lighter(Color) - Static method in class org.eclipse.draw2d.FigureUtilities
- 
Returns a Color the same as the passed color in a lighter hue.
- LIGHTER_DARKER - Static variable in class org.eclipse.draw2d.SchemeBorder
- 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
- LightweightSystem - Class in org.eclipse.draw2d
- 
The LightweightSystem is the link between SWT and Draw2d.
- LightweightSystem() - Constructor for class org.eclipse.draw2d.LightweightSystem
- 
Constructs a LightweightSystem without a Canvas.
- LightweightSystem(Canvas) - Constructor for class org.eclipse.draw2d.LightweightSystem
- 
Constructs a LightweightSystem on Canvas c.
- LightweightSystem.EventHandler - Class in org.eclipse.draw2d
- 
Listener used to get all necessary events from the Canvas and pass them on to theEventDispatcher.
- LightweightSystem.RootFigure - Class in org.eclipse.draw2d
- 
The figure at the root of the LightweightSystem.
- 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
- LineBorder - Class in org.eclipse.draw2d
- 
Provides for a line border with sides of equal widths.
- LineBorder() - Constructor for class org.eclipse.draw2d.LineBorder
- 
Constructs a default black LineBorder with a width of one pixel.
- LineBorder(int) - Constructor for class org.eclipse.draw2d.LineBorder
- 
Constructs a black LineBorder with 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(Color, int) - Constructor for class org.eclipse.draw2d.LineBorder
- 
Constructs a LineBorder with the specified color and of the specified width.
- LineBorder(Color, int, int) - Constructor for class org.eclipse.draw2d.LineBorder
- 
Constructs a LineBorder with the specified color and of the specified width and style.
- LineBox - Class in org.eclipse.draw2d.text
- LineBox() - Constructor for class org.eclipse.draw2d.text.LineBox
- lineForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
- LineRoot - Class in org.eclipse.draw2d.text
- 
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
- linesIntersect(int, int, int, int, int, int, int, int) - Static method in class org.eclipse.draw2d.geometry.Geometry
- 
Determines whether the two line segments p1->p2 and p3->p4, given by p1=(x1, y1), p2=(x2,y2), p3=(x3,y3), p4=(x4,y4) intersect.
- lineStyle - Variable in class org.eclipse.draw2d.Shape
- 
Deprecated.
- lineWidth - Variable in class org.eclipse.draw2d.Shape
- 
Deprecated.UseShape.setLineWidth(int)orShape.setLineWidthFloat(float)instead.
- listBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
- listeners - Variable in class org.eclipse.draw2d.ConnectionAnchorBase
- 
The list of listeners
- listForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
- listHoverBackgroundColor - Static variable in interface org.eclipse.draw2d.ColorConstants
- listSelectedBackgroundColor - Static variable in interface org.eclipse.draw2d.ColorConstants
- Locator - Interface in org.eclipse.draw2d
- 
Controls the location of an IFigure.
- loser - Variable in class org.eclipse.draw2d.FocusEvent
- 
The figure losing focus
- LOWERED - Static variable in interface org.eclipse.draw2d.SchemeBorder.SCHEMES
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Shape.setLineStyle(int)instead.