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

I

Iconkit - Class in org.jhotdraw.util
The Iconkit class supports the sharing of images.
Iconkit(Component) - Constructor for class org.jhotdraw.util.Iconkit
Constructs an Iconkit that uses the given editor to resolve image path names.
IconkitTest - Class in org.jhotdraw.test.util
TestCase IconkitTest is generated by JUnitDoclet to hold the tests for Iconkit.
IconkitTest(String) - Constructor for class org.jhotdraw.test.util.IconkitTest
Constructor IconkitTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
ImageFigure - Class in org.jhotdraw.figures
A Figure that shows an Image.
ImageFigure() - Constructor for class org.jhotdraw.figures.ImageFigure
 
ImageFigure(Image, String, Point) - Constructor for class org.jhotdraw.figures.ImageFigure
 
ImageFigureTest - Class in org.jhotdraw.test.figures
TestCase ImageFigureTest is generated by JUnitDoclet to hold the tests for ImageFigure.
ImageFigureTest(String) - Constructor for class org.jhotdraw.test.figures.ImageFigureTest
Constructor ImageFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
IMAGES - Static variable in class org.jhotdraw.applet.DrawApplet
 
IMAGES - Static variable in class org.jhotdraw.application.DrawApplication
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.jhotdraw.figures.ImageFigure
Handles asynchroneous image updates.
includeBounds(Bounds) - Method in class org.jhotdraw.util.Bounds
 
includeLine(double, double, double, double) - Method in class org.jhotdraw.util.Bounds
 
includeLine(Point2D, Point2D) - Method in class org.jhotdraw.util.Bounds
 
includePoint(double, double) - Method in class org.jhotdraw.util.Bounds
 
includePoint(Point2D) - Method in class org.jhotdraw.util.Bounds
 
includeRectangle2D(Rectangle2D) - Method in class org.jhotdraw.util.Bounds
 
includes(Figure) - Method in class org.jhotdraw.figures.NullFigure
Checks whether the given figure is contained in this figure.
includes(Figure) - Method in interface org.jhotdraw.framework.Drawing
Checks if the composite figure has the argument as one of its children.
includes(Figure) - Method in interface org.jhotdraw.framework.Figure
Checks whether the given figure is contained in this figure.
includes(Figure) - Method in class org.jhotdraw.standard.AbstractFigure
Checks whether the given figure is contained in this figure.
includes(Figure) - Method in class org.jhotdraw.standard.CompositeFigure
Checks if the composite figure has the argument as one of its children.
includes(Figure) - Method in class org.jhotdraw.standard.DecoratorFigure
Forwards includes to its contained figure.
includeXCoordinate(double) - Method in class org.jhotdraw.util.Bounds
 
includeYCoordinate(double) - Method in class org.jhotdraw.util.Bounds
 
init() - Method in class org.jhotdraw.applet.DrawApplet
Initializes the applet and creates its contents.
init(Rectangle) - Method in interface org.jhotdraw.framework.Drawing
Used to optimize rendering.
init() - Method in class org.jhotdraw.samples.javadraw.JavaDrawViewer
 
init(Rectangle) - Method in class org.jhotdraw.standard.CompositeFigure
Used to optimize rendering.
initDefaultAttribute(String, Object) - Static method in class org.jhotdraw.figures.AttributeFigure
Initializes a default value for a named attribute The difference between this method and setDefaultAttribute is that if the attribute is already set then it will not be changed.
initialize(DragGestureListener) - Method in class org.jhotdraw.contrib.dnd.DNDHelper
Do not call this from the constructor.
insertFigures(FigureEnumeration, int, int, boolean) - Method in interface org.jhotdraw.framework.DrawingView
Inserts figures in a drawing at given offset.
insertFigures(FigureEnumeration, int, int) - Method in class org.jhotdraw.standard.FigureTransferCommand
Inserts an enumeration of figures and translates them by the given offset.
insertFigures(FigureEnumeration, int, int, boolean) - Method in class org.jhotdraw.standard.NullDrawingView
Inserts figures in a drawing at given offset.
insertFigures(FigureEnumeration, int, int, boolean) - Method in class org.jhotdraw.standard.StandardDrawingView
Inserts a FigureEnumeration of figures and translates them by the given offset.
InsertImageCommand - Class in org.jhotdraw.figures
Command to insert a named image.
InsertImageCommand(String, String, DrawingEditor) - Constructor for class org.jhotdraw.figures.InsertImageCommand
Constructs an insert image command.
InsertImageCommand.UndoActivity - Class in org.jhotdraw.figures
 
InsertImageCommandTest - Class in org.jhotdraw.test.figures
TestCase InsertImageCommandTest is generated by JUnitDoclet to hold the tests for InsertImageCommand.
InsertImageCommandTest(String) - Constructor for class org.jhotdraw.test.figures.InsertImageCommandTest
Constructor InsertImageCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
InsertIntoDrawingVisitor - Class in org.jhotdraw.standard
 
InsertIntoDrawingVisitor(Drawing) - Constructor for class org.jhotdraw.standard.InsertIntoDrawingVisitor
 
InsertIntoDrawingVisitorTest - Class in org.jhotdraw.test.standard
TestCase InsertIntoDrawingVisitorTest is generated by JUnitDoclet to hold the tests for InsertIntoDrawingVisitor.
InsertIntoDrawingVisitorTest(String) - Constructor for class org.jhotdraw.test.standard.InsertIntoDrawingVisitorTest
Constructor InsertIntoDrawingVisitorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
insertPointAt(Point, int) - Method in class org.jhotdraw.contrib.PolygonFigure
Insert a node at the given point.
insertPointAt(Point, int) - Method in class org.jhotdraw.figures.LineConnection
Inserts the point and updates the connection.
insertPointAt(Point, int) - Method in class org.jhotdraw.figures.PolyLineFigure
Insert a node at the given point.
instance() - Static method in class org.jhotdraw.util.Iconkit
Gets the single instance
intersect(Bounds) - Method in class org.jhotdraw.util.Bounds
 
intersect(int, int, int, int, int, int, int, int) - Static method in class org.jhotdraw.util.Geom
Standard line intersection algorithm Return the point of intersection if it exists, else null
intersectsBounds(Bounds) - Method in class org.jhotdraw.util.Bounds
 
intersectsLine(double, double, double, double) - Method in class org.jhotdraw.util.Bounds
 
intersectsLine(Point2D, Point2D) - Method in class org.jhotdraw.util.Bounds
 
intersectsPoint(double, double) - Method in class org.jhotdraw.util.Bounds
 
intersectsPoint(Point2D) - Method in class org.jhotdraw.util.Bounds
 
invalidate() - Method in class org.jhotdraw.figures.NullFigure
Invalidates the figure.
invalidate() - Method in interface org.jhotdraw.framework.Figure
Invalidates the figure.
invalidate() - Method in class org.jhotdraw.standard.AbstractFigure
Invalidates the figure.
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.contrib.PolygonHandle
 
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.figures.FontSizeHandle
 
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.figures.PolyLineHandle
 
invokeEnd(int, int, int, int, DrawingView) - Method in interface org.jhotdraw.framework.Handle
Tracks the end of the interaction.
invokeEnd(int, int, Drawing) - Method in interface org.jhotdraw.framework.Handle
Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.AbstractHandle
Tracks the end of the interaction.
invokeEnd(int, int, Drawing) - Method in class org.jhotdraw.standard.AbstractHandle
Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.ChangeConnectionHandle
Connects the figure to the new target.
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.ConnectionHandle
Connects the figures if the mouse is released over another figure.
invokeEnd(int, int, int, int, DrawingView) - Method in class org.jhotdraw.util.UndoableHandle
Tracks the end of the interaction.
invokeEnd(int, int, Drawing) - Method in class org.jhotdraw.util.UndoableHandle
Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.contrib.PolygonHandle
 
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.figures.ElbowHandle
 
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.figures.FontSizeHandle
 
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.figures.PolyLineHandle
 
invokeStart(int, int, DrawingView) - Method in interface org.jhotdraw.framework.Handle
Tracks the start of the interaction.
invokeStart(int, int, Drawing) - Method in interface org.jhotdraw.framework.Handle
Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.standard.AbstractHandle
 
invokeStart(int, int, Drawing) - Method in class org.jhotdraw.standard.AbstractHandle
Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.standard.ChangeConnectionHandle
Disconnects the connection.
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.standard.ConnectionHandle
Creates the connection
invokeStart(int, int, DrawingView) - Method in class org.jhotdraw.util.UndoableHandle
Tracks the start of the interaction.
invokeStart(int, int, Drawing) - Method in class org.jhotdraw.util.UndoableHandle
Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.contrib.PolygonHandle
 
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.figures.ElbowHandle
 
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.figures.FontSizeHandle
 
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.figures.PolyLineHandle
 
invokeStep(int, int, int, int, DrawingView) - Method in interface org.jhotdraw.framework.Handle
Tracks a step of the interaction.
invokeStep(int, int, Drawing) - Method in interface org.jhotdraw.framework.Handle
Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.AbstractHandle
Tracks a step of the interaction.
invokeStep(int, int, Drawing) - Method in class org.jhotdraw.standard.AbstractHandle
Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.ChangeConnectionHandle
Finds a new target of the connection.
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.standard.ConnectionHandle
Tracks the connection.
invokeStep(int, int, int, int, DrawingView) - Method in class org.jhotdraw.util.UndoableHandle
Tracks a step of the interaction.
invokeStep(int, int, Drawing) - Method in class org.jhotdraw.util.UndoableHandle
Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
isActivated() - Method in class org.jhotdraw.contrib.TextAreaTool
Test whether the text tool is currently activated and is displaying a overlay TextFigure for accepting input.
isActive() - Method in class org.jhotdraw.figures.TextTool
Test whether the text tool is currently activated and is displaying a overlay TextFigure for accepting input.
isActive() - Method in interface org.jhotdraw.framework.Tool
An active tool is the currently selected tool in the DrawingView.
isActive() - Method in class org.jhotdraw.standard.AbstractTool
 
isActive() - Method in class org.jhotdraw.util.UndoableTool
 
isAutonomous() - Method in class org.jhotdraw.contrib.html.ContentProducerRegistry
Gets the autonomous status of the ContentProducerRegistry object
isAvailable() - Method in interface org.jhotdraw.contrib.html.DisposableResourceHolder
Returns true if the resource is still available
isAvailable() - Method in class org.jhotdraw.contrib.html.StandardDisposableResourceHolder
Gets the available attribute of the StandardDisposableResourceHolder object
isCompatibleVersion(String) - Static method in class org.jhotdraw.util.VersionManagement
Check whether a given application version is compatible with the version of JHotDraw currently loaded in the Java VM.
isCompletelyInside(Bounds) - Method in class org.jhotdraw.util.Bounds
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.contrib.dnd.DNDFiguresTransferable
 
isEmpty() - Method in class org.jhotdraw.contrib.PolygonFigure
 
isEmpty() - Method in class org.jhotdraw.contrib.TextAreaFigure
Gets the empty attribute of the figure.
isEmpty() - Method in class org.jhotdraw.figures.NullFigure
Checks if the Figure should be considered as empty.
isEmpty() - Method in class org.jhotdraw.figures.PolyLineFigure
 
isEmpty() - Method in interface org.jhotdraw.framework.Figure
Checks if the Figure should be considered as empty.
isEmpty() - Method in class org.jhotdraw.standard.AbstractFigure
Checks if the figure is empty.
isEnabled() - Method in interface org.jhotdraw.framework.Tool
A tool must be enabled in order to use it and to activate/deactivate it.
isEnabled() - Method in class org.jhotdraw.standard.AbstractTool
 
isEnabled() - Method in class org.jhotdraw.util.UndoableTool
 
isExecutable() - Method in class org.jhotdraw.standard.AbstractCommand
Tests if the command can be executed.
isExecutable() - Method in interface org.jhotdraw.util.Command
Tests if the command can be executed.
isExecutable() - Method in class org.jhotdraw.util.UndoableCommand
Tests if the command can be executed.
isExecutableWithView() - Method in class org.jhotdraw.figures.GroupCommand
 
isExecutableWithView() - Method in class org.jhotdraw.figures.UngroupCommand
 
isExecutableWithView() - Method in class org.jhotdraw.standard.BringToFrontCommand
 
isExecutableWithView() - Method in class org.jhotdraw.standard.ChangeAttributeCommand
 
isExecutableWithView() - Method in class org.jhotdraw.standard.CutCommand
 
isExecutableWithView() - Method in class org.jhotdraw.standard.PasteCommand
 
isExecutableWithView() - Method in class org.jhotdraw.standard.SelectAllCommand
Used in enabling the properties menu item.
isExecutableWithView() - Method in class org.jhotdraw.util.RedoCommand
Used in enabling the redo menu item.
isExecutableWithView() - Method in class org.jhotdraw.util.UndoCommand
Used in enabling the undo menu item.
isFigureSelected(Figure) - Method in interface org.jhotdraw.framework.DrawingView
Test whether a given figure is selected.
isFigureSelected(Figure) - Method in class org.jhotdraw.standard.NullDrawingView
Test whether a given figure is selected.
isFigureSelected(Figure) - Method in class org.jhotdraw.standard.StandardDrawingView
Test whether a given figure is selected.
isFocusTraversable() - Method in class org.jhotdraw.standard.StandardDrawingView
Deprecated. see super class
isFontDirty() - Method in class org.jhotdraw.contrib.TextAreaFigure
Gets the fontDirty attribute of the TextAreaFigure object
isInteractive() - Method in interface org.jhotdraw.framework.DrawingView
Check whether the DrawingView is interactive, i.e. whether it accepts user input and whether it can display a drawing.
isInteractive() - Method in class org.jhotdraw.standard.NullDrawingView
 
isInteractive() - Method in class org.jhotdraw.standard.StandardDrawingView
 
isLocked() - Method in interface org.jhotdraw.contrib.html.DisposableResourceHolder
True if the resource is locked
isLocked() - Method in class org.jhotdraw.contrib.html.StandardDisposableResourceHolder
True if the resource is locked
isRawHTML() - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
Gets the rawHTML attribute of the HTMLTextAreaFigure object.
isReadOnly() - Method in class org.jhotdraw.contrib.TextAreaFigure
 
isReadOnly() - Method in class org.jhotdraw.standard.StandardDrawingView
Asks whether the drawing view is in read-only mode.
isRedoable() - Method in interface org.jhotdraw.util.Undoable
 
isRedoable() - Method in class org.jhotdraw.util.UndoableAdapter
 
isRedoable() - Method in class org.jhotdraw.util.UndoManager
 
isRedoable() - Method in class org.jhotdraw.util.UndoRedoActivity
Dispatch to isUndoable of the activity to be reversed.
isRestoreFormat() - Method in class org.jhotdraw.util.StandardStorageFormat
 
isRestoreFormat() - Method in interface org.jhotdraw.util.StorageFormat
Every format has to identify itself as able to store and/or restore from the format it represents.
isSizeDirty() - Method in class org.jhotdraw.contrib.TextAreaFigure
Returns the current size dirty status
isStoreFormat() - Method in class org.jhotdraw.util.StandardStorageFormat
 
isStoreFormat() - Method in interface org.jhotdraw.util.StorageFormat
Every format has to identify itself as able to store and/or restore from the format it represents.
isTextDirty() - Method in class org.jhotdraw.contrib.TextAreaFigure
Gets the textDirty attribute of the TextAreaFigure object
isTransparent(Color) - Static method in class org.jhotdraw.util.ColorMap
 
isUndoable() - Method in interface org.jhotdraw.util.Undoable
 
isUndoable() - Method in class org.jhotdraw.util.UndoableAdapter
 
isUndoable() - Method in class org.jhotdraw.util.UndoManager
 
isUndoable() - Method in class org.jhotdraw.util.UndoRedoActivity
Dispatch to isRedoable of the activity to be reversed.
isUsable() - Method in interface org.jhotdraw.framework.Tool
A usable tool is a enabled and either active or inactive.
isUsable() - Method in class org.jhotdraw.standard.AbstractTool
Tests if the tool can be used or "executed."
isUsable() - Method in class org.jhotdraw.util.UndoableTool
 
itemStateChanged(ItemEvent) - Method in class org.jhotdraw.util.CommandChoice
Executes the command.

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