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

L

lastClick() - Method in interface org.jhotdraw.framework.DrawingView
Gets the position of the last click inside the view.
lastClick() - Method in class org.jhotdraw.standard.NullDrawingView
Gets the position of the last click inside the view.
lastClick() - Method in class org.jhotdraw.standard.StandardDrawingView
Gets the position of the last click inside the view.
layout() - Method in class org.jhotdraw.contrib.GraphicalCompositeFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout(Point, Point) - Method in class org.jhotdraw.contrib.html.HTMLLayouter
Description of the Method
layout() - Method in interface org.jhotdraw.contrib.Layoutable
Layout the figure
layout(Point, Point) - Method in interface org.jhotdraw.contrib.Layouter
Method which lays out a figure.
layout(Point, Point) - Method in class org.jhotdraw.contrib.SimpleLayouter
 
layout(Point, Point) - Method in class org.jhotdraw.contrib.StandardLayouter
Method which lays out a figure.
Layoutable - Interface in org.jhotdraw.contrib
A Layoutable is a target for a Layouter who lays out the Layoutable according to its layout algorithm
layoutConnection() - Method in class org.jhotdraw.figures.ElbowConnection
 
layoutConnection() - Method in class org.jhotdraw.figures.LineConnection
Lays out the connection.
layoutContainer(Container) - Method in class org.jhotdraw.util.PaletteLayout
 
Layouter - Interface in org.jhotdraw.contrib
A Layouter encapsulates a algorithm to layout a figure.
LEFT_MARGIN - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
LEFT_MARGIN_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
LEFTS - Static variable in class org.jhotdraw.standard.AlignCommand.Alignment
align left sides
length(int, int, int, int) - Static method in class org.jhotdraw.util.Geom
Gets the distance between to points
length2(int, int, int, int) - Static method in class org.jhotdraw.util.Geom
Gets the square distance between two points.
LENGTH_FACTOR - Variable in class org.jhotdraw.util.GraphLayout
 
LineConnection - Class in org.jhotdraw.figures
A LineConnection is a standard implementation of the ConnectionFigure interface.
LineConnection() - Constructor for class org.jhotdraw.figures.LineConnection
Constructs a LineConnection.
LineConnectionTest - Class in org.jhotdraw.test.figures
TestCase LineConnectionTest is generated by JUnitDoclet to hold the tests for LineConnection.
LineConnectionTest(String) - Constructor for class org.jhotdraw.test.figures.LineConnectionTest
Constructor LineConnectionTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
lineContainsPoint(int, int, int, int, int, int) - Static method in class org.jhotdraw.util.Geom
Tests if a point is on a line.
LineDecoration - Interface in org.jhotdraw.figures
Decorate the start or end point of a line or poly line figure.
LineFigure - Class in org.jhotdraw.figures
A line figure.
LineFigure() - Constructor for class org.jhotdraw.figures.LineFigure
Constructs a LineFigure with both start and end set to Point(0,0).
LineFigureTest - Class in org.jhotdraw.test.figures
TestCase LineFigureTest is generated by JUnitDoclet to hold the tests for LineFigure.
LineFigureTest(String) - Constructor for class org.jhotdraw.test.figures.LineFigureTest
Constructor LineFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
listener() - Method in interface org.jhotdraw.framework.Figure
Gets the Figure's listeners.
listener() - Method in class org.jhotdraw.standard.AbstractFigure
Gets the figure's listners.
loadImage(String) - Method in class org.jhotdraw.util.Iconkit
Loads an image with the given name.
loadImage(String, boolean) - Method in class org.jhotdraw.util.Iconkit
 
loadImageResource(String) - Method in class org.jhotdraw.util.Iconkit
 
loadRegisteredImages(Component) - Method in class org.jhotdraw.util.Iconkit
Loads all registered images.
locate() - Method in class org.jhotdraw.contrib.PolygonHandle
 
locate() - Method in class org.jhotdraw.figures.ElbowHandle
 
locate() - Method in interface org.jhotdraw.framework.Handle
Locates the handle on the figure.
locate(Figure) - Method in interface org.jhotdraw.framework.Locator
Locates a position on the passed figure.
locate() - Method in class org.jhotdraw.standard.ChangeConnectionEndHandle
Returns the end point of the connection.
locate() - Method in class org.jhotdraw.standard.ChangeConnectionStartHandle
Returns the start point of the connection.
locate() - Method in class org.jhotdraw.standard.LocatorHandle
Locates the handle on the figure by forwarding the request to its figure.
locate(Figure) - Method in class org.jhotdraw.standard.OffsetLocator
 
locate(Figure) - Method in class org.jhotdraw.standard.PeripheralLocator
 
locate(Figure) - Method in class org.jhotdraw.standard.RelativeLocator
 
locate() - Method in class org.jhotdraw.util.UndoableHandle
Locates the handle on the figure.
LOCATION - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
LOCATION_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
locator(int) - Static method in class org.jhotdraw.contrib.PolygonFigure
Creates a locator for the point with the given index.
locator(int) - Static method in class org.jhotdraw.figures.PolyLineFigure
Creates a locator for the point with the given index.
Locator - Interface in org.jhotdraw.framework
Locators can be used to locate a position on a figure.
LocatorConnector - Class in org.jhotdraw.standard
A LocatorConnector locates connection points with the help of a Locator.
LocatorConnector() - Constructor for class org.jhotdraw.standard.LocatorConnector
 
LocatorConnector(Figure, Locator) - Constructor for class org.jhotdraw.standard.LocatorConnector
 
LocatorConnectorTest - Class in org.jhotdraw.test.standard
TestCase LocatorConnectorTest is generated by JUnitDoclet to hold the tests for LocatorConnector.
LocatorConnectorTest(String) - Constructor for class org.jhotdraw.test.standard.LocatorConnectorTest
Constructor LocatorConnectorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
LocatorHandle - Class in org.jhotdraw.standard
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
LocatorHandle(Figure, Locator) - Constructor for class org.jhotdraw.standard.LocatorHandle
Initializes the LocatorHandle with the given Locator.
LocatorHandleTest - Class in org.jhotdraw.test.standard
TestCase LocatorHandleTest is generated by JUnitDoclet to hold the tests for LocatorHandle.
LocatorHandleTest(String) - Constructor for class org.jhotdraw.test.standard.LocatorHandleTest
Constructor LocatorHandleTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
lock() - Method in interface org.jhotdraw.contrib.html.DisposableResourceHolder
Locks the resource so it cannot be automatically disposed of until unlock is called.
lock() - Method in class org.jhotdraw.contrib.html.StandardDisposableResourceHolder
Locks the resource so it cannot be automatically disposed of until unlock is called.
lock() - Method in interface org.jhotdraw.framework.Drawing
Acquires the drawing lock.
lock() - Method in class org.jhotdraw.standard.StandardDrawing
Acquires the drawing lock.

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