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

H

Handle - Interface in org.jhotdraw.framework
Handles are used to change a figure by direct manipulation.
HandleAndEnumerator - Class in org.jhotdraw.standard
 
HandleAndEnumerator(HandleEnumeration, HandleEnumeration) - Constructor for class org.jhotdraw.standard.HandleAndEnumerator
 
HandleAndEnumeratorTest - Class in org.jhotdraw.test.standard
TestCase HandleAndEnumeratorTest is generated by JUnitDoclet to hold the tests for HandleAndEnumerator.
HandleAndEnumeratorTest(String) - Constructor for class org.jhotdraw.test.standard.HandleAndEnumeratorTest
Constructor HandleAndEnumeratorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
HandleEnumeration - Interface in org.jhotdraw.framework
Interface for Enumerations that access Handles.
HandleEnumerator - Class in org.jhotdraw.standard
 
HandleEnumerator(Collection) - Constructor for class org.jhotdraw.standard.HandleEnumerator
 
HandleEnumeratorTest - Class in org.jhotdraw.test.standard
TestCase HandleEnumeratorTest is generated by JUnitDoclet to hold the tests for HandleEnumerator.
HandleEnumeratorTest(String) - Constructor for class org.jhotdraw.test.standard.HandleEnumeratorTest
Constructor HandleEnumeratorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
handles() - Method in class org.jhotdraw.contrib.ComponentFigure
Returns the handles used to manipulate the figure.
handles() - Method in class org.jhotdraw.contrib.GraphicalCompositeFigure
Return default handles from the presentation figure.
handles() - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
Returns an iterator of standard sizing handles to manipulate the figure
handles() - Method in class org.jhotdraw.contrib.PolygonFigure
 
handles() - Method in class org.jhotdraw.contrib.TextAreaFigure
Returns an iterator of standard sizing handles to manipulate the figure
handles() - Method in class org.jhotdraw.contrib.TriangleFigure
 
handles() - Method in class org.jhotdraw.figures.ElbowConnection
Gets the handles of the figure.
handles() - Method in class org.jhotdraw.figures.EllipseFigure
 
handles() - Method in class org.jhotdraw.figures.GroupFigure
Gets the handles for the GroupFigure.
handles() - Method in class org.jhotdraw.figures.ImageFigure
 
handles() - Method in class org.jhotdraw.figures.LineConnection
Gets the handles of the figure.
handles() - Method in class org.jhotdraw.figures.NullFigure
Returns the handles used to manipulate the figure.
handles() - Method in class org.jhotdraw.figures.PolyLineFigure
 
handles() - Method in class org.jhotdraw.figures.RectangleFigure
 
handles() - Method in class org.jhotdraw.figures.RoundRectangleFigure
 
handles() - Method in class org.jhotdraw.figures.TextFigure
 
handles() - Method in interface org.jhotdraw.framework.Figure
Returns the handles used to manipulate the figure.
handles() - Method in class org.jhotdraw.standard.AbstractFigure
Returns the handles of a Figure that can be used to manipulate some of its attributes.
handles() - Method in class org.jhotdraw.standard.DecoratorFigure
Forwards handles to its contained figure.
handles() - Method in class org.jhotdraw.standard.StandardDrawing
Return's the figure's handles.
HANDLESIZE - Static variable in interface org.jhotdraw.framework.Handle
 
HANDLESIZE - Static variable in class org.jhotdraw.standard.AbstractHandle
The standard size of a handle.
HandleTracker - Class in org.jhotdraw.standard
HandleTracker implements interactions with the handles of a Figure.
HandleTracker(DrawingEditor, Handle) - Constructor for class org.jhotdraw.standard.HandleTracker
 
HandleTrackerTest - Class in org.jhotdraw.test.standard
TestCase HandleTrackerTest is generated by JUnitDoclet to hold the tests for HandleTracker.
HandleTrackerTest(String) - Constructor for class org.jhotdraw.test.standard.HandleTrackerTest
Constructor HandleTrackerTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
hasDefined(FigureAttributeConstant) - Method in class org.jhotdraw.figures.FigureAttributes
Tests if an attribute is defined.
hashCode() - Method in class org.jhotdraw.framework.FigureAttributeConstant
 
hashCode() - Method in class org.jhotdraw.util.Bounds
 
hasMoved() - Method in class org.jhotdraw.standard.DragTracker
Check whether the selected figure has been moved since the tool has been activated.
hasNext() - Method in class org.jhotdraw.util.ReverseListEnumerator
 
hasNextFigure() - Method in interface org.jhotdraw.framework.FigureEnumeration
 
hasNextFigure() - Method in class org.jhotdraw.standard.FigureAndEnumerator
 
hasNextFigure() - Method in class org.jhotdraw.standard.FigureEnumerator
Returns true if the enumeration contains more elements; false if its empty.
hasNextFigure() - Method in class org.jhotdraw.standard.ReverseFigureEnumerator
Returns true if the enumeration contains more elements; false if its empty.
hasNextFigure() - Method in class org.jhotdraw.standard.SingleFigureEnumerator
Returns true if the enumeration contains more elements; false if its empty.
hasNextHandle() - Method in interface org.jhotdraw.framework.HandleEnumeration
 
hasNextHandle() - Method in class org.jhotdraw.standard.HandleAndEnumerator
 
hasNextHandle() - Method in class org.jhotdraw.standard.HandleEnumerator
Returns true if the enumeration contains more elements; false if its empty.
Helper - Class in org.jhotdraw.contrib
 
Helper() - Constructor for class org.jhotdraw.contrib.Helper
 
HelperTest - Class in org.jhotdraw.test.contrib
TestCase HelperTest is generated by JUnitDoclet to hold the tests for Helper.
HelperTest(String) - Constructor for class org.jhotdraw.test.contrib.HelperTest
Constructor HelperTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
HTMLColorContentProducer - Class in org.jhotdraw.contrib.html
HTMLColorContentProducer produces RGB color HTML encoded strings.
HTMLColorContentProducer() - Constructor for class org.jhotdraw.contrib.html.HTMLColorContentProducer
Constructor for the HTMLColorContentProducer object
HTMLContentProducer - Class in org.jhotdraw.contrib.html
HTMLContentProducer produces HTML suitable values and encoded strings for various types of values.
HTMLContentProducer() - Constructor for class org.jhotdraw.contrib.html.HTMLContentProducer
Constructor for the HTMLContentProducer object
HTMLContentProducerContext - Interface in org.jhotdraw.contrib.html
HTMLContentProducerContext defines the interface required of clients requesting HTML based contents.
HTMLLayouter - Class in org.jhotdraw.contrib.html
HTMLLayouter implements the logic for laying out figures based on an HTML template.
HTMLLayouter() - Constructor for class org.jhotdraw.contrib.html.HTMLLayouter
Constructor for the HTMLLayouter object
HTMLLayouter(Layoutable) - Constructor for class org.jhotdraw.contrib.html.HTMLLayouter
Constructor which associates a HTMLLayouter with a certain Layoutable.
HTMLTextAreaFigure - Class in org.jhotdraw.contrib.html
An HTMLTextAreaFigure contains HTML formatted text.
HTMLTextAreaFigure() - Constructor for class org.jhotdraw.contrib.html.HTMLTextAreaFigure
Constructor for the HTMLTextAreaFigure object
HTMLTextAreaTool - Class in org.jhotdraw.contrib.html
HTMLTextAreaTool creates or edits HTMLTextAreaFigures.
HTMLTextAreaTool(DrawingEditor, Figure) - Constructor for class org.jhotdraw.contrib.html.HTMLTextAreaTool
Constructor for the TextAreaTool object

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