JHotDraw 7.0.6
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

L

LabeledLineConnectionFigure - Class in org.jhotdraw.draw
A LineConnection with labels.
LabeledLineConnectionFigure() - Constructor for class org.jhotdraw.draw.LabeledLineConnectionFigure
Creates a new instance.
LabelFigure - Class in org.jhotdraw.draw
LabelFigure.
LabelFigure() - Constructor for class org.jhotdraw.draw.LabelFigure
Creates a new instance.
LabelFigure(String) - Constructor for class org.jhotdraw.draw.LabelFigure
 
labels - Variable in class org.jhotdraw.app.AbstractApplication
 
labels - Static variable in class org.jhotdraw.draw.action.AbstractEditorAction
 
labels - Variable in class org.jhotdraw.draw.action.AbstractSelectedAction
 
labels - Static variable in class org.jhotdraw.draw.action.AbstractViewAction
 
launch(String[]) - Method in class org.jhotdraw.app.AbstractApplication
 
launch(String[]) - Method in interface org.jhotdraw.app.Application
Launches the application from the main method.
launch(String[]) - Method in class org.jhotdraw.app.DefaultMDIApplication
 
launch(String[]) - Method in class org.jhotdraw.app.DefaultOSXApplication
 
launch(String[]) - Method in class org.jhotdraw.app.DefaultSDIApplication
 
layout() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout() - Method in class org.jhotdraw.draw.BezierFigure
 
layout() - Method in interface org.jhotdraw.draw.CompositeFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.HorizontalLayouter
 
layout() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.Layouter
Method which lays out a figure.
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.LocatorLayouter
 
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.VerticalLayouter
 
LAYOUT_INSETS - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Insets2DDouble object.
LAYOUT_INSETS - Static variable in interface org.jhotdraw.draw.CompositeFigure
The value of this attribute is a Insets2DDouble object.
LAYOUT_LOCATOR - Static variable in class org.jhotdraw.draw.LocatorLayouter
LayoutLocator property used by the children to specify their location relative to the compositeFigure.
layoutContainer(Container) - Method in class org.jhotdraw.draw.action.VerticalGridLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in class org.jhotdraw.gui.PlacardScrollPaneLayout
 
Layouter - Interface in org.jhotdraw.draw
A Layouter encapsulates a algorithm to layout a CompositeFigure.
left - Variable in class org.jhotdraw.geom.Insets2DDouble
The inset from the left.
length(int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length(Point2D.Double, Point2D.Double) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length2(int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Gets the square distance between two points.
length2(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the square distance between two points.
LineConnectionFigure - Class in org.jhotdraw.draw
A LineConnection is a standard implementation of the ConnectionFigure interface.
LineConnectionFigure() - Constructor for class org.jhotdraw.draw.LineConnectionFigure
Creates a new instance.
lineContainsPoint(int, int, int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
lineContainsPoint(int, int, int, int, int, int, double) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
lineContainsPoint(double, double, double, double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
LineDecoration - Interface in org.jhotdraw.draw
Decorate the start or end Point2D.Double of a line or poly line figure.
LineDecorationIcon - Class in org.jhotdraw.draw.action
LineDecorationIcon.
LineDecorationIcon(LineDecoration, boolean) - Constructor for class org.jhotdraw.draw.action.LineDecorationIcon
Creates a new instance.
LineFigure - Class in org.jhotdraw.draw
LineFigure.
LineFigure() - Constructor for class org.jhotdraw.draw.LineFigure
Creates a new instance.
lineout() - Method in interface org.jhotdraw.draw.ConnectionFigure
A lineout algorithm is used to define how the child components should be laid out in relation to each other.
lineout(ConnectionFigure) - Method in class org.jhotdraw.draw.ElbowLiner
 
lineout() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
lineout(ConnectionFigure) - Method in interface org.jhotdraw.draw.Liner
Layouts the Path.
lineout(ConnectionFigure) - Method in class org.jhotdraw.draw.SlantedLiner
 
Liner - Interface in org.jhotdraw.draw
A Liner encapsulates an algorithm to lineout a ConnectionFigure.
lineTo(double, double) - Method in class org.jhotdraw.geom.BezierPath
 
listenerList - Variable in class org.jhotdraw.draw.AbstractDrawing
 
listenerList - Variable in class org.jhotdraw.draw.AbstractFigure
 
listenerList - Variable in class org.jhotdraw.draw.AbstractHandle
 
listenerList - Variable in class org.jhotdraw.draw.AbstractTool
 
listenerList - Variable in class org.jhotdraw.gui.JSheet
Event listener list.
ListFigure - Class in org.jhotdraw.draw
A ListFigure consists of a list of Figures and a RectangleFigure.
ListFigure() - Constructor for class org.jhotdraw.draw.ListFigure
Creates a new instance.
ListFigure(Figure) - Constructor for class org.jhotdraw.draw.ListFigure
 
LoadAction - Class in org.jhotdraw.app.action
Loads a file into the current project.
LoadAction(Application) - Constructor for class org.jhotdraw.app.action.LoadAction
Creates a new instance.
LoadRecentAction - Class in org.jhotdraw.app.action
LoadRecentAction.
LoadRecentAction(Application, File) - Constructor for class org.jhotdraw.app.action.LoadRecentAction
Creates a new instance.
LocaleUtil - Class in org.jhotdraw.util
LocaleUtil provides a setDefault()/getDefault() wrapper to java.util.Locale in order to overcome the security restriction preventing Applets from using their own locale.
LocaleUtil() - Constructor for class org.jhotdraw.util.LocaleUtil
Creates a new instance.
locate(Figure, Figure) - Method in class org.jhotdraw.draw.AbstractLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.BezierLabelLocator
 
locate(Figure, Figure) - Method in class org.jhotdraw.draw.BezierLabelLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.BezierPointLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.FontSizeLocator
Locates a position on the provided figure.
locate(Figure, Figure) - Method in class org.jhotdraw.draw.FontSizeLocator
 
locate(Figure) - Method in interface org.jhotdraw.draw.Locator
Locates a position on the provided figure.
locate(Figure, Figure) - Method in interface org.jhotdraw.draw.Locator
Locates a position on the provided figure relative to the dependent figure.
locate(ConnectionFigure) - Method in class org.jhotdraw.draw.LocatorConnector
 
locate(Figure) - Method in class org.jhotdraw.draw.RelativeDecoratorLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.RelativeLocator
 
Locator - Interface in org.jhotdraw.draw
Locators can be used to locate a position on a figure.
LocatorConnector - Class in org.jhotdraw.draw
A LocatorConnector locates connection points with the help of a Locator.
LocatorConnector() - Constructor for class org.jhotdraw.draw.LocatorConnector
Creates a new instance.
LocatorConnector(Figure, Locator) - Constructor for class org.jhotdraw.draw.LocatorConnector
 
LocatorHandle - Class in org.jhotdraw.draw
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
LocatorHandle(Figure, Locator) - Constructor for class org.jhotdraw.draw.LocatorHandle
Initializes the LocatorHandle with the given Locator.
LocatorLayouter - Class in org.jhotdraw.draw
A layouter which lays out all children of a CompositeFigure according to their LayoutLocator property..
LocatorLayouter() - Constructor for class org.jhotdraw.draw.LocatorLayouter
Creates a new instance.
lostOwnership(Clipboard, Transferable) - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
 
lostOwnership(Clipboard, Transferable) - Method in class org.jhotdraw.xml.XMLTransferable
Notifies this object that it is no longer the owner of the contents of the clipboard.

Copyright 1996-2006 © JHotDraw.org
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z