Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
D
deactivate()
- Method in class org.jhotdraw.contrib.dnd.
DragNDropTool
deactivate()
- Method in class org.jhotdraw.contrib.
PolygonTool
deactivate()
- Method in class org.jhotdraw.contrib.
SplitConnectionTool
deactivate()
- Method in class org.jhotdraw.contrib.
TextAreaTool
Terminates the editing of a text figure.
deactivate()
- Method in class org.jhotdraw.figures.
ScribbleTool
deactivate()
- Method in class org.jhotdraw.figures.
TextTool
Terminates the editing of a text figure.
deactivate()
- Method in interface org.jhotdraw.framework.
Tool
Deactivates the tool.
deactivate(DrawingView)
- Method in class org.jhotdraw.samples.javadraw.
URLTool
deactivate()
- Method in class org.jhotdraw.standard.
AbstractTool
Deactivates the tool.
deactivate()
- Method in class org.jhotdraw.standard.
ConnectionTool
deactivate()
- Method in class org.jhotdraw.standard.
CreationTool
deactivate()
- Method in class org.jhotdraw.standard.
DragTracker
deactivate()
- Method in class org.jhotdraw.standard.
NullTool
deactivate()
- Method in class org.jhotdraw.util.
UndoableTool
Deactivates the tool.
decompose()
- Method in class org.jhotdraw.figures.
GroupFigure
decompose()
- Method in class org.jhotdraw.figures.
NullFigure
Decomposes a figure into its parts.
decompose()
- Method in interface org.jhotdraw.framework.
Figure
Decomposes a figure into its parts.
decompose()
- Method in class org.jhotdraw.standard.
AbstractFigure
Decomposes a figure into its parts.
decompose()
- Method in class org.jhotdraw.standard.
DecoratorFigure
Forwards decompose to its contained figure.
decorate(Figure)
- Method in class org.jhotdraw.standard.
DecoratorFigure
Decorates the given figure.
DecoratorFigure
- Class in
org.jhotdraw.standard
DecoratorFigure can be used to decorate other figures with decorations like borders.
DecoratorFigure()
- Constructor for class org.jhotdraw.standard.
DecoratorFigure
DecoratorFigure(Figure)
- Constructor for class org.jhotdraw.standard.
DecoratorFigure
Constructs a DecoratorFigure and decorates the passed in figure.
DEFAULT_BUFFER_SIZE
- Static variable in class org.jhotdraw.util.
UndoManager
Maximum default buffer size for undo and redo stack
DEFAULT_DISPOSAL_PERIODICITY
- Static variable in class org.jhotdraw.contrib.html.
DisposableResourceManagerFactory
The default periodicity for resource disposal
deinitialize()
- Method in class org.jhotdraw.contrib.dnd.
DNDHelper
DeleteCommand
- Class in
org.jhotdraw.standard
Command to delete the selection.
DeleteCommand(String, DrawingEditor)
- Constructor for class org.jhotdraw.standard.
DeleteCommand
Constructs a delete command.
DeleteCommand.UndoActivity
- Class in
org.jhotdraw.standard
DeleteCommand.UndoActivity(FigureTransferCommand)
- Constructor for class org.jhotdraw.standard.
DeleteCommand.UndoActivity
Constructor for
UndoActivity
.
DeleteCommandTest
- Class in
org.jhotdraw.test.standard
TestCase DeleteCommandTest is generated by JUnitDoclet to hold the tests for DeleteCommand.
DeleteCommandTest(String)
- Constructor for class org.jhotdraw.test.standard.
DeleteCommandTest
Constructor DeleteCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
DeleteFromDrawingVisitor
- Class in
org.jhotdraw.standard
DeleteFromDrawingVisitor(Drawing)
- Constructor for class org.jhotdraw.standard.
DeleteFromDrawingVisitor
DeleteFromDrawingVisitorTest
- Class in
org.jhotdraw.test.standard
TestCase DeleteFromDrawingVisitorTest is generated by JUnitDoclet to hold the tests for DeleteFromDrawingVisitor.
DeleteFromDrawingVisitorTest(String)
- Constructor for class org.jhotdraw.test.standard.
DeleteFromDrawingVisitorTest
Constructor DeleteFromDrawingVisitorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
Desktop
- Interface in
org.jhotdraw.contrib
DesktopEvent
- Class in
org.jhotdraw.contrib
DesktopEvent(Desktop, DrawingView)
- Constructor for class org.jhotdraw.contrib.
DesktopEvent
DesktopEvent(Desktop, DrawingView, DrawingView)
- Constructor for class org.jhotdraw.contrib.
DesktopEvent
DesktopEventService
- Class in
org.jhotdraw.contrib
DesktopEventService(Desktop, Container)
- Constructor for class org.jhotdraw.contrib.
DesktopEventService
DesktopEventServiceTest
- Class in
org.jhotdraw.test.contrib
TestCase DesktopEventServiceTest is generated by JUnitDoclet to hold the tests for DesktopEventService.
DesktopEventServiceTest(String)
- Constructor for class org.jhotdraw.test.contrib.
DesktopEventServiceTest
Constructor DesktopEventServiceTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
DesktopListener
- Interface in
org.jhotdraw.contrib
destroy()
- Method in class org.jhotdraw.samples.javadraw.
JavaDrawApp
destroy()
- Method in class org.jhotdraw.samples.javadraw.
JavaDrawApplet
deZoom(int, int)
- Method in class org.jhotdraw.contrib.zoom.
ZoomDrawingView
Sets the zoom scale to 1.0 and adjusts the scroll pane so that point (x, y) is in the center.
DiamondFigure
- Class in
org.jhotdraw.contrib
A diamond with vertices at the midpoints of its enclosing rectangle
DiamondFigure()
- Constructor for class org.jhotdraw.contrib.
DiamondFigure
DiamondFigure(Point, Point)
- Constructor for class org.jhotdraw.contrib.
DiamondFigure
DiamondFigureGeometricAdapter
- Class in
org.jhotdraw.contrib.html
Geometric adapter for the DiamondFigure
DiamondFigureGeometricAdapter()
- Constructor for class org.jhotdraw.contrib.html.
DiamondFigureGeometricAdapter
Constructor for the DiamondFigureGeometricAdapter object
DiamondFigureGeometricAdapter(Point, Point)
- Constructor for class org.jhotdraw.contrib.html.
DiamondFigureGeometricAdapter
Constructor for the DiamondFigureGeometricAdapter object
DiamondFigureTest
- Class in
org.jhotdraw.test.contrib
TestCase DiamondFigureTest is generated by JUnitDoclet to hold the tests for DiamondFigure.
DiamondFigureTest(String)
- Constructor for class org.jhotdraw.test.contrib.
DiamondFigureTest
Constructor DiamondFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
direction(int, int, int, int)
- Static method in class org.jhotdraw.util.
Geom
Returns the direction NORTH, SOUTH, WEST, EAST from one point to another one.
disconnect(Figure)
- Method in class org.jhotdraw.contrib.
TextAreaFigure
Disconnects a text holder from a connect figure.
disconnect(Figure)
- Method in class org.jhotdraw.figures.
TextFigure
Disconnects a text holder from a connect figure.
disconnect(Figure)
- Method in interface org.jhotdraw.standard.
TextHolder
Disconnects a text holder from a connect figure.
disconnectEnd()
- Method in class org.jhotdraw.figures.
LineConnection
Disconnects the end figure.
disconnectEnd()
- Method in interface org.jhotdraw.framework.
ConnectionFigure
Disconnects the end figure from the dependent figure
disconnectStart()
- Method in class org.jhotdraw.figures.
LineConnection
Disconnects the start figure.
disconnectStart()
- Method in interface org.jhotdraw.framework.
ConnectionFigure
Disconnects the start figure from the dependent figure
displayBox()
- Method in class org.jhotdraw.contrib.
ComponentFigure
Gets the display box of a figure
displayBox()
- Method in class org.jhotdraw.contrib.
GraphicalCompositeFigure
Return the display area.
displayBox()
- Method in interface org.jhotdraw.contrib.html.
FigureContentProducerContext
Returns the display box of the figure
displayBox()
- Method in class org.jhotdraw.contrib.
PolygonFigure
displayBox()
- Method in class org.jhotdraw.contrib.
TextAreaFigure
Returns the current display box for the figure
displayBox()
- Method in class org.jhotdraw.figures.
AbstractLineDecoration
The LineDecoration has only a displayBox after it has been drawn at least once.
displayBox()
- Method in class org.jhotdraw.figures.
BorderDecorator
Gets the displaybox including the border.
displayBox()
- Method in class org.jhotdraw.figures.
EllipseFigure
displayBox()
- Method in class org.jhotdraw.figures.
GroupFigure
Gets the display box.
displayBox()
- Method in class org.jhotdraw.figures.
ImageFigure
displayBox()
- Method in interface org.jhotdraw.figures.
LineDecoration
displayBox()
- Method in class org.jhotdraw.figures.
NullFigure
Gets the display box of a figure
displayBox()
- Method in class org.jhotdraw.figures.
PolyLineFigure
displayBox()
- Method in class org.jhotdraw.figures.
RectangleFigure
displayBox()
- Method in class org.jhotdraw.figures.
RoundRectangleFigure
displayBox()
- Method in class org.jhotdraw.figures.
TextFigure
displayBox()
- Method in interface org.jhotdraw.framework.
Connector
Gets the display box of the connector.
displayBox(Point, Point)
- Method in interface org.jhotdraw.framework.
Figure
Changes the display box of a figure.
displayBox()
- Method in interface org.jhotdraw.framework.
Figure
Gets the display box of a figure
displayBox(Rectangle)
- Method in interface org.jhotdraw.framework.
Figure
Changes the display box of a figure.
displayBox()
- Method in interface org.jhotdraw.framework.
Handle
Gets the display box of the handle.
displayBox()
- Method in class org.jhotdraw.samples.javadraw.
AnimationDecorator
displayBox()
- Method in class org.jhotdraw.standard.
AbstractConnector
Gets the display box of the connector.
displayBox(Point, Point)
- Method in class org.jhotdraw.standard.
AbstractFigure
Changes the display box of a figure.
displayBox()
- Method in class org.jhotdraw.standard.
AbstractFigure
Gets the display box of a figure.
displayBox(Rectangle)
- Method in class org.jhotdraw.standard.
AbstractFigure
Changes the display box of a figure.
displayBox()
- Method in class org.jhotdraw.standard.
AbstractHandle
Gets the display box of the handle.
displayBox()
- Method in class org.jhotdraw.standard.
DecoratorFigure
Forwards displayBox to its contained figure.
displayBox()
- Method in class org.jhotdraw.standard.
LocatorConnector
Gets the display box of the connector.
displayBox()
- Method in class org.jhotdraw.standard.
StandardDrawing
Gets the display box.
displayBox()
- Method in class org.jhotdraw.util.
UndoableHandle
Gets the display box of the handle.
DisposableResourceHolder
- Interface in
org.jhotdraw.contrib.html
DisposableResourceHolder defines the interface for objects holding disposable resources.
DisposableResourceManager
- Interface in
org.jhotdraw.contrib.html
DisposableResourceManager defines the interface for managers of disposable resources.
DisposableResourceManagerFactory
- Class in
org.jhotdraw.contrib.html
DisposableResourceManagerFactory creates DisposableResourceHolders on behalf of requesting clients.
DisposableResourceManagerFactory()
- Constructor for class org.jhotdraw.contrib.html.
DisposableResourceManagerFactory
dispose()
- Method in interface org.jhotdraw.contrib.html.
DisposableResourceHolder
Disposes of the resource immediately.
dispose()
- Method in class org.jhotdraw.contrib.html.
StandardDisposableResourceHolder
Disposes of the resource
dispose()
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
dispose()
- Method in class org.jhotdraw.standard.
AbstractCommand
Releases resources associated with this command
distanceFromLine(int, int, int, int, int, int)
- Static method in class org.jhotdraw.util.
Geom
compute distance of point from line segment, or Double.MAX_VALUE if perpendicular projection is outside segment; or If pts on line are same, return distance from point
distanceFromLine2D(int, int, int, int, int, int)
- Static method in class org.jhotdraw.util.
Geom
compute distance of point from line segment.
DNDDeinitialize()
- Method in interface org.jhotdraw.contrib.dnd.
DNDInterface
DNDDeinitialize()
- Method in class org.jhotdraw.standard.
StandardDrawingView
DNDFigures
- Class in
org.jhotdraw.contrib.dnd
DNDFigures(FigureEnumeration, Point)
- Constructor for class org.jhotdraw.contrib.dnd.
DNDFigures
DNDFiguresFlavor
- Static variable in class org.jhotdraw.contrib.dnd.
DNDFiguresTransferable
DNDFiguresTransferable
- Class in
org.jhotdraw.contrib.dnd
DNDFiguresTransferable(Object)
- Constructor for class org.jhotdraw.contrib.dnd.
DNDFiguresTransferable
DNDHelper
- Class in
org.jhotdraw.contrib.dnd
Changes made in hopes of eventually cleaning up the functionality and distributing it sensibly. 1/10/02
DNDHelper(boolean, boolean)
- Constructor for class org.jhotdraw.contrib.dnd.
DNDHelper
DNDInitialize(DragGestureListener)
- Method in interface org.jhotdraw.contrib.dnd.
DNDInterface
DNDInitialize(DragGestureListener)
- Method in class org.jhotdraw.standard.
StandardDrawingView
DNDInterface
- Interface in
org.jhotdraw.contrib.dnd
Interface for Components which wish to participate in drag and drop.
DoubleBufferImage
- Class in
org.jhotdraw.contrib.zoom
A DoubleBufferImage is an image that scaling components, such as a ZoomDrawingView, use for double buffering.
DoubleBufferImage(Image, double)
- Constructor for class org.jhotdraw.contrib.zoom.
DoubleBufferImage
dragDropEnd(DragSourceDropEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(DragSourceDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener
Called as the hotspot enters a platform dependent drop site.
dragEnter(DropTargetDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener
Called when a drag operation has encountered the DropTarget.
dragExit(DragSourceEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener
Called as the hotspot exits a platform dependent drop site.
dragExit(DropTargetEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener
The drag operation has departed the DropTarget without dropping.
DragNDropTool
- Class in
org.jhotdraw.contrib.dnd
This is a tool which handles drag and drop between Components in JHotDraw and drags from JHotDraw.
DragNDropTool(DrawingEditor)
- Constructor for class org.jhotdraw.contrib.dnd.
DragNDropTool
dragOver(DragSourceDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener
Called as the hotspot moves over a platform dependent drop site.
dragOver(DropTargetDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener
Called when a drag operation is ongoing on the DropTarget.
DragTracker
- Class in
org.jhotdraw.standard
DragTracker implements the dragging of the clicked figure.
DragTracker(DrawingEditor, Figure)
- Constructor for class org.jhotdraw.standard.
DragTracker
DragTracker.UndoActivity
- Class in
org.jhotdraw.standard
DragTracker.UndoActivity(DrawingView, Point)
- Constructor for class org.jhotdraw.standard.
DragTracker.UndoActivity
DragTrackerTest
- Class in
org.jhotdraw.test.standard
TestCase DragTrackerTest is generated by JUnitDoclet to hold the tests for DragTracker.
DragTrackerTest(String)
- Constructor for class org.jhotdraw.test.standard.
DragTrackerTest
Constructor DragTrackerTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.contrib.
ClippingUpdateStrategy
draw(Graphics)
- Method in class org.jhotdraw.contrib.
ComponentFigure
Draws the figure.
draw(Graphics)
- Method in class org.jhotdraw.contrib.
DiamondFigure
draw(Graphics)
- Method in class org.jhotdraw.contrib.
GraphicalCompositeFigure
Draw the figure.
draw(Graphics)
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Draws the figure in the given graphics.
draw(Graphics)
- Method in class org.jhotdraw.contrib.
TextAreaFigure
Draws the figure.
draw(Graphics)
- Method in class org.jhotdraw.contrib.
TriangleFigure
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.contrib.zoom.
ZoomUpdateStrategy
Draws the view contents.
draw(Graphics, int, int, int, int)
- Method in class org.jhotdraw.figures.
AbstractLineDecoration
Draws the arrow tip in the direction specified by the given two points..
draw(Graphics)
- Method in class org.jhotdraw.figures.
AttributeFigure
Draws the figure in the given graphics.
draw(Graphics)
- Method in class org.jhotdraw.figures.
BorderDecorator
Draws a the figure and decorates it with a border.
draw(Graphics)
- Method in class org.jhotdraw.figures.
ElbowHandle
draw(Graphics)
- Method in class org.jhotdraw.figures.
FontSizeHandle
draw(Graphics)
- Method in class org.jhotdraw.figures.
ImageFigure
draw(Graphics, int, int, int, int)
- Method in interface org.jhotdraw.figures.
LineDecoration
Draws the decoration in the direction specified by the two points.
draw(Graphics)
- Method in class org.jhotdraw.figures.
NullFigure
Draws the figure.
draw(Graphics)
- Method in class org.jhotdraw.figures.
PolyLineFigure
draw(Graphics)
- Method in interface org.jhotdraw.framework.
Connector
Draws this connector.
draw(Graphics)
- Method in interface org.jhotdraw.framework.
Drawing
Draws all the figures back to front.
draw(Graphics, FigureEnumeration)
- Method in interface org.jhotdraw.framework.
Drawing
Draws only the given figures.
draw(Graphics, FigureEnumeration)
- Method in interface org.jhotdraw.framework.
DrawingView
Draws the given figures.
draw(Graphics)
- Method in interface org.jhotdraw.framework.
Figure
Draws the figure.
draw(Graphics)
- Method in interface org.jhotdraw.framework.
Handle
Draws this handle.
draw(Graphics, DrawingView)
- Method in interface org.jhotdraw.framework.
Painter
Draws into the given DrawingView.
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.samples.javadraw.
PatternPainter
draw(Graphics)
- Method in class org.jhotdraw.standard.
AbstractConnector
Draws this connector.
draw(Graphics)
- Method in class org.jhotdraw.standard.
AbstractHandle
Draws this handle.
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.standard.
BufferedUpdateStrategy
Draws the view contents.
draw(Graphics)
- Method in class org.jhotdraw.standard.
ChangeConnectionHandle
Draws this handle.
draw(Graphics)
- Method in class org.jhotdraw.standard.
CompositeFigure
Draws all the contained figures
draw(Graphics, FigureEnumeration)
- Method in class org.jhotdraw.standard.
CompositeFigure
Draws only the given figures
draw(Graphics)
- Method in class org.jhotdraw.standard.
ConnectionHandle
Draws the connection handle, by default the outline of a blue circle.
draw(Graphics)
- Method in class org.jhotdraw.standard.
DecoratorFigure
Forwards draw to its contained figure.
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.standard.
FastBufferedUpdateStrategy
draw(Graphics)
- Method in class org.jhotdraw.standard.
LocatorConnector
Draws this connector.
draw(Graphics, FigureEnumeration)
- Method in class org.jhotdraw.standard.
NullDrawingView
Draws the given figures.
draw(Graphics)
- Method in class org.jhotdraw.standard.
NullHandle
Draws the NullHandle.
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.standard.
NullPainter
draw(Graphics, DrawingView)
- Method in class org.jhotdraw.standard.
SimpleUpdateStrategy
Draws the view contents.
draw(Graphics, FigureEnumeration)
- Method in class org.jhotdraw.standard.
StandardDrawingView
Draws the given figures.
draw(Graphics)
- Method in class org.jhotdraw.util.
UndoableHandle
Draws this handle.
drawAll(Graphics)
- Method in interface org.jhotdraw.framework.
DrawingView
Draws the contents of the drawing view.
drawAll(Graphics)
- Method in class org.jhotdraw.standard.
NullDrawingView
Draws the contents of the drawing view.
drawAll(Graphics)
- Method in class org.jhotdraw.standard.
StandardDrawingView
Draws the contents of the drawing view.
DrawApplet
- Class in
org.jhotdraw.applet
DrawApplication defines a standard presentation for a drawing editor that is run as an applet.
DrawApplet()
- Constructor for class org.jhotdraw.applet.
DrawApplet
DrawApplication
- Class in
org.jhotdraw.application
DrawApplication defines a standard presentation for standalone drawing editors.
DrawApplication()
- Constructor for class org.jhotdraw.application.
DrawApplication
Constructs a drawing window with a default title.
DrawApplication(String)
- Constructor for class org.jhotdraw.application.
DrawApplication
Constructs a drawing window with the given title.
drawArc(int, int, int, int, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawBackground(Graphics)
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Draws the background for the figure.
drawBackground(Graphics)
- Method in class org.jhotdraw.contrib.
PolygonFigure
drawBackground(Graphics)
- Method in class org.jhotdraw.contrib.
TextAreaFigure
Draws the background for the figure.
drawBackground(Graphics)
- Method in class org.jhotdraw.contrib.zoom.
ZoomDrawingView
drawBackground(Graphics)
- Method in class org.jhotdraw.figures.
EllipseFigure
drawBackground(Graphics)
- Method in class org.jhotdraw.figures.
RectangleFigure
drawBackground(Graphics)
- Method in class org.jhotdraw.figures.
RoundRectangleFigure
drawBackground(Graphics)
- Method in class org.jhotdraw.figures.
TextFigure
drawBackground(Graphics)
- Method in interface org.jhotdraw.framework.
DrawingView
Draws the background.
drawBackground(Graphics)
- Method in class org.jhotdraw.standard.
NullDrawingView
Draws the background.
drawBackground(Graphics)
- Method in class org.jhotdraw.standard.
StandardDrawingView
Draws the background.
drawDrawing(Graphics)
- Method in interface org.jhotdraw.framework.
DrawingView
Draws the drawing.
drawDrawing(Graphics)
- Method in class org.jhotdraw.standard.
NullDrawingView
Draws the drawing.
drawDrawing(Graphics)
- Method in class org.jhotdraw.standard.
StandardDrawingView
Draws the drawing.
drawFrame(Graphics)
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Draws the frame around the text.
drawFrame(Graphics)
- Method in class org.jhotdraw.contrib.
PolygonFigure
drawFrame(Graphics)
- Method in class org.jhotdraw.contrib.
TextAreaFigure
Draws the frame around the text
drawFrame(Graphics)
- Method in class org.jhotdraw.figures.
EllipseFigure
drawFrame(Graphics)
- Method in class org.jhotdraw.figures.
RectangleFigure
drawFrame(Graphics)
- Method in class org.jhotdraw.figures.
RoundRectangleFigure
drawFrame(Graphics)
- Method in class org.jhotdraw.figures.
TextFigure
drawHandles(Graphics)
- Method in interface org.jhotdraw.framework.
DrawingView
Draws the currently active handles.
drawHandles(Graphics)
- Method in class org.jhotdraw.standard.
NullDrawingView
Draws the currently active handles.
drawHandles(Graphics)
- Method in class org.jhotdraw.standard.
StandardDrawingView
Draws the currently active handles.
drawImage(Image, int, int, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawImage(Image, int, int, int, int, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawImage(Image, int, int, Color, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawImage(Image, int, int, int, int, Color, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawing()
- Method in class org.jhotdraw.applet.
DrawApplet
Gets the current drawing.
Drawing
- Interface in
org.jhotdraw.framework
Drawing is a container for figures.
drawing()
- Method in interface org.jhotdraw.framework.
DrawingView
Gets the drawing.
drawing()
- Method in class org.jhotdraw.samples.javadraw.
JavaDrawViewer
Gets the editor's drawing.
drawing()
- Method in class org.jhotdraw.standard.
AbstractTool
Gets the tool's drawing.
drawing()
- Method in class org.jhotdraw.standard.
NullDrawingView
Gets the drawing.
drawing()
- Method in class org.jhotdraw.standard.
StandardDrawingView
Gets the drawing.
DrawingChangeEvent
- Class in
org.jhotdraw.framework
The event passed to DrawingChangeListeners.
DrawingChangeEvent(Drawing, Rectangle)
- Constructor for class org.jhotdraw.framework.
DrawingChangeEvent
Constructs a drawing change event.
DrawingChangeEventTest
- Class in
org.jhotdraw.test.framework
TestCase DrawingChangeEventTest is generated by JUnitDoclet to hold the tests for DrawingChangeEvent.
DrawingChangeEventTest(String)
- Constructor for class org.jhotdraw.test.framework.
DrawingChangeEventTest
Constructor DrawingChangeEventTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
DrawingChangeListener
- Interface in
org.jhotdraw.framework
Listener interested in Drawing changes.
drawingChangeListeners()
- Method in interface org.jhotdraw.framework.
Drawing
Gets the listeners of a drawing.
drawingChangeListeners()
- Method in class org.jhotdraw.standard.
StandardDrawing
Gets an enumeration with all listener for this drawing.
DrawingEditor
- Interface in
org.jhotdraw.framework
DrawingEditor defines the interface for coordinating the different objects that participate in a drawing editor.
drawingInvalidated(DrawingChangeEvent)
- Method in class org.jhotdraw.contrib.zoom.
ZoomDrawingView
Overridden to accumulate damage in an instance variable of this class.
drawingInvalidated(DrawingChangeEvent)
- Method in interface org.jhotdraw.framework.
DrawingChangeListener
Sent when an area is invalid
drawingInvalidated(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
NullDrawingView
drawingInvalidated(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
StandardDrawingView
drawingRequestUpdate(DrawingChangeEvent)
- Method in interface org.jhotdraw.framework.
DrawingChangeListener
Sent when the drawing wants to be refreshed
drawingRequestUpdate(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
NullDrawingView
drawingRequestUpdate(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
StandardDrawingView
drawingTitleChanged(DrawingChangeEvent)
- Method in interface org.jhotdraw.framework.
DrawingChangeListener
Sent when the drawing Title has changed
drawingTitleChanged(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
NullDrawingView
drawingTitleChanged(DrawingChangeEvent)
- Method in class org.jhotdraw.standard.
StandardDrawingView
DrawingView
- Interface in
org.jhotdraw.framework
DrawingView renders a Drawing and listens to its changes.
drawingViewAdded(DesktopEvent)
- Method in interface org.jhotdraw.contrib.
DesktopListener
drawingViewRemoved(DesktopEvent)
- Method in interface org.jhotdraw.contrib.
DesktopListener
drawingViewSelected(DesktopEvent)
- Method in interface org.jhotdraw.contrib.
DesktopListener
drawLine(int, int, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawOval(int, int, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawPolygon(int[], int[], int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawPolyline(int[], int[], int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawRoundRect(int, int, int, int, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawString(String, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drawString(AttributedCharacterIterator, int, int)
- Method in class org.jhotdraw.contrib.zoom.
ScalingGraphics
drop(DropTargetDropEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener
The drag operation has terminated with a drop on this DropTarget.
dropActionChanged(DragSourceDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener
Called when the user has modified the drop gesture.
dropActionChanged(DropTargetDragEvent)
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener
Called if the user has modified the current drop gesture.
DuplicateCommand
- Class in
org.jhotdraw.standard
Duplicate the selection and select the duplicates.
DuplicateCommand(String, DrawingEditor)
- Constructor for class org.jhotdraw.standard.
DuplicateCommand
Constructs a duplicate command.
DuplicateCommandTest
- Class in
org.jhotdraw.test.standard
TestCase DuplicateCommandTest is generated by JUnitDoclet to hold the tests for DuplicateCommand.
DuplicateCommandTest(String)
- Constructor for class org.jhotdraw.test.standard.
DuplicateCommandTest
Constructor DuplicateCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
duplicateFigures(FigureEnumeration, int)
- Static method in class org.jhotdraw.standard.
StandardFigureSelection
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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