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

B

basicDisplayBox(Point, Point) - Method in class org.jhotdraw.contrib.ComponentFigure
Changes the display box of a figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.contrib.GraphicalCompositeFigure
Standard presentation method which is delegated to the encapsulated presentation figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
Sets the display box for the figure
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.contrib.PolygonFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.contrib.TextAreaFigure
Sets the display box for the figure
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.EllipseFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.GroupFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.ImageFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.LineFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.NullFigure
Changes the display box of a figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.PolyLineFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.RectangleFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.RoundRectangleFigure
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.figures.TextFigure
 
basicDisplayBox(Point, Point) - Method in interface org.jhotdraw.framework.Figure
Changes the display box of a figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.samples.javadraw.AnimationDecorator
 
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.standard.AbstractFigure
Sets the display box of a figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.standard.DecoratorFigure
Forwards basicDisplayBox to its contained figure.
basicDisplayBox(Point, Point) - Method in class org.jhotdraw.standard.StandardDrawing
 
basicMoveBy(int, int) - Method in class org.jhotdraw.contrib.PolygonFigure
 
basicMoveBy(int, int) - Method in class org.jhotdraw.samples.javadraw.AnimationDecorator
 
BorderDecorator - Class in org.jhotdraw.figures
BorderDecorator decorates an arbitrary Figure with a border.
BorderDecorator() - Constructor for class org.jhotdraw.figures.BorderDecorator
 
BorderDecorator(Figure) - Constructor for class org.jhotdraw.figures.BorderDecorator
 
BorderDecoratorTest - Class in org.jhotdraw.test.figures
TestCase BorderDecoratorTest is generated by JUnitDoclet to hold the tests for BorderDecorator.
BorderDecoratorTest(String) - Constructor for class org.jhotdraw.test.figures.BorderDecoratorTest
Constructor BorderDecoratorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
BorderTool - Class in org.jhotdraw.figures
BorderTool decorates the clicked figure with a BorderDecorator.
BorderTool(DrawingEditor) - Constructor for class org.jhotdraw.figures.BorderTool
 
BorderTool.UndoActivity - Class in org.jhotdraw.figures
 
BorderTool.UndoActivity(DrawingView) - Constructor for class org.jhotdraw.figures.BorderTool.UndoActivity
 
BorderToolTest - Class in org.jhotdraw.test.figures
TestCase BorderToolTest is generated by JUnitDoclet to hold the tests for BorderTool.
BorderToolTest(String) - Constructor for class org.jhotdraw.test.figures.BorderToolTest
Constructor BorderToolTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
BOTTOM_MARGIN - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
BOTTOM_MARGIN_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
bottomLeftCorner(Rectangle) - Static method in class org.jhotdraw.util.Geom
Returns the bottom left corner of the rectangle
bottomRightCorner(Rectangle) - Static method in class org.jhotdraw.util.Geom
Returns the bottom right corner of the rectangle.
BOTTOMS - Static variable in class org.jhotdraw.standard.AlignCommand.Alignment
align bottoms
BouncingDrawing - Class in org.jhotdraw.samples.javadraw
 
BouncingDrawing() - Constructor for class org.jhotdraw.samples.javadraw.BouncingDrawing
 
BouncingDrawingTest - Class in org.jhotdraw.test.samples.javadraw
TestCase BouncingDrawingTest is generated by JUnitDoclet to hold the tests for BouncingDrawing.
BouncingDrawingTest(String) - Constructor for class org.jhotdraw.test.samples.javadraw.BouncingDrawingTest
Constructor BouncingDrawingTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
bounds(Polygon) - Static method in class org.jhotdraw.contrib.PolygonFigure
replacement for builtin Polygon.getBounds that doesn't always update?
Bounds - Class in org.jhotdraw.util
This class is a rectangle with floating point dimensions and location.
Bounds(double, double) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(double, double, double, double) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Point2D) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Point2D, Point2D) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Bounds) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Rectangle2D) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Point2D, double, double) - Constructor for class org.jhotdraw.util.Bounds
 
Bounds(Dimension) - Constructor for class org.jhotdraw.util.Bounds
 
BoundsTest - Class in org.jhotdraw.test.util
TestCase BoundsTest is generated by JUnitDoclet to hold the tests for Bounds.
BoundsTest(String) - Constructor for class org.jhotdraw.test.util.BoundsTest
Constructor BoundsTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
BoxHandleKit - Class in org.jhotdraw.standard
A set of utility methods to create Handles for the common locations on a figure's display box.
BoxHandleKit() - Constructor for class org.jhotdraw.standard.BoxHandleKit
 
BoxHandleKitTest - Class in org.jhotdraw.test.standard
TestCase BoxHandleKitTest is generated by JUnitDoclet to hold the tests for BoxHandleKit.
BoxHandleKitTest(String) - Constructor for class org.jhotdraw.test.standard.BoxHandleKitTest
Constructor BoxHandleKitTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
bringToFront(Figure) - Method in interface org.jhotdraw.framework.Drawing
Brings a figure to the front.
bringToFront(Figure) - Method in class org.jhotdraw.standard.CompositeFigure
Brings a figure to the front.
BringToFrontCommand - Class in org.jhotdraw.standard
BringToFrontCommand brings the selected figures in the front of the other figures.
BringToFrontCommand(String, DrawingEditor) - Constructor for class org.jhotdraw.standard.BringToFrontCommand
Constructs a bring to front command.
BringToFrontCommand.UndoActivity - Class in org.jhotdraw.standard
 
BringToFrontCommand.UndoActivity(DrawingView) - Constructor for class org.jhotdraw.standard.BringToFrontCommand.UndoActivity
 
BringToFrontCommandTest - Class in org.jhotdraw.test.standard
TestCase BringToFrontCommandTest is generated by JUnitDoclet to hold the tests for BringToFrontCommand.
BringToFrontCommandTest(String) - Constructor for class org.jhotdraw.test.standard.BringToFrontCommandTest
Constructor BringToFrontCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
BufferedUpdateStrategy - Class in org.jhotdraw.standard
The BufferedUpdateStrategy implements an update strategy that first draws a view into a buffer followed by copying the buffer to the DrawingView.
BufferedUpdateStrategy() - Constructor for class org.jhotdraw.standard.BufferedUpdateStrategy
 
BufferedUpdateStrategyTest - Class in org.jhotdraw.test.standard
TestCase BufferedUpdateStrategyTest is generated by JUnitDoclet to hold the tests for BufferedUpdateStrategy.
BufferedUpdateStrategyTest(String) - Constructor for class org.jhotdraw.test.standard.BufferedUpdateStrategyTest
Constructor BufferedUpdateStrategyTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.

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