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

F

FastBufferedUpdateStrategy - Class in org.jhotdraw.standard
 
FastBufferedUpdateStrategy() - Constructor for class org.jhotdraw.standard.FastBufferedUpdateStrategy
 
FastBufferedUpdateStrategyTest - Class in org.jhotdraw.test.standard
TestCase FastBufferedUpdateStrategyTest is generated by JUnitDoclet to hold the tests for FastBufferedUpdateStrategy.
FastBufferedUpdateStrategyTest(String) - Constructor for class org.jhotdraw.test.standard.FastBufferedUpdateStrategyTest
Constructor FastBufferedUpdateStrategyTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
Figure - Interface in org.jhotdraw.framework
The interface of a graphical figure.
FigureAndEnumerator - Class in org.jhotdraw.standard
 
FigureAndEnumerator(FigureEnumeration, FigureEnumeration) - Constructor for class org.jhotdraw.standard.FigureAndEnumerator
 
FigureAndEnumeratorTest - Class in org.jhotdraw.test.standard
TestCase FigureAndEnumeratorTest is generated by JUnitDoclet to hold the tests for FigureAndEnumerator.
FigureAndEnumeratorTest(String) - Constructor for class org.jhotdraw.test.standard.FigureAndEnumeratorTest
Constructor FigureAndEnumeratorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
figureAt(int) - Method in class org.jhotdraw.standard.CompositeFigure
Gets a figure at the given index.
FigureAttributeConstant - Class in org.jhotdraw.framework
A FigureAttribute is a constant for accessing a special figure attribute.
FigureAttributeConstant(String) - Constructor for class org.jhotdraw.framework.FigureAttributeConstant
 
FigureAttributeConstantTest - Class in org.jhotdraw.test.framework
TestCase FigureAttributeConstantTest is generated by JUnitDoclet to hold the tests for FigureAttributeConstant.
FigureAttributeConstantTest(String) - Constructor for class org.jhotdraw.test.framework.FigureAttributeConstantTest
Constructor FigureAttributeConstantTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FigureAttributes - Class in org.jhotdraw.figures
A container for a figure's attributes.
FigureAttributes() - Constructor for class org.jhotdraw.figures.FigureAttributes
Constructs the FigureAttributes.
FigureAttributesTest - Class in org.jhotdraw.test.figures
TestCase FigureAttributesTest is generated by JUnitDoclet to hold the tests for FigureAttributes.
FigureAttributesTest(String) - Constructor for class org.jhotdraw.test.figures.FigureAttributesTest
Constructor FigureAttributesTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FigureChangeAdapter - Class in org.jhotdraw.standard
Empty implementation of FigureChangeListener.
FigureChangeAdapter() - Constructor for class org.jhotdraw.standard.FigureChangeAdapter
 
FigureChangeAdapterTest - Class in org.jhotdraw.test.standard
TestCase FigureChangeAdapterTest is generated by JUnitDoclet to hold the tests for FigureChangeAdapter.
FigureChangeAdapterTest(String) - Constructor for class org.jhotdraw.test.standard.FigureChangeAdapterTest
Constructor FigureChangeAdapterTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
handles frame figure's changed events.
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.contrib.TextAreaFigure
A connected figure has changed, update the figure's location
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.figures.LineConnection
 
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.figures.TextFigure
 
figureChanged(FigureChangeEvent) - Method in interface org.jhotdraw.framework.FigureChangeListener
Sent when a figure changed
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.standard.CompositeFigure
 
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.standard.DecoratorFigure
 
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeAdapter
Sent when a figure changed
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeEventMulticaster
 
figureChanged(FigureChangeEvent) - Method in class org.jhotdraw.util.GraphLayout
Sent when a figure changed
FigureChangeEvent - Class in org.jhotdraw.framework
FigureChange event passed to FigureChangeListeners.
FigureChangeEvent(Figure, Rectangle) - Constructor for class org.jhotdraw.framework.FigureChangeEvent
Constructs an event for the given source Figure.
FigureChangeEvent(Figure) - Constructor for class org.jhotdraw.framework.FigureChangeEvent
 
FigureChangeEvent(Figure, Rectangle, FigureChangeEvent) - Constructor for class org.jhotdraw.framework.FigureChangeEvent
 
FigureChangeEventMulticaster - Class in org.jhotdraw.standard
Manages a list of FigureChangeListeners to be notified of specific FigureChangeEvents.
FigureChangeEventMulticaster(EventListener, EventListener) - Constructor for class org.jhotdraw.standard.FigureChangeEventMulticaster
 
FigureChangeEventMulticasterTest - Class in org.jhotdraw.test.standard
TestCase FigureChangeEventMulticasterTest is generated by JUnitDoclet to hold the tests for FigureChangeEventMulticaster.
FigureChangeEventMulticasterTest(String) - Constructor for class org.jhotdraw.test.standard.FigureChangeEventMulticasterTest
Constructor FigureChangeEventMulticasterTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FigureChangeEventTest - Class in org.jhotdraw.test.framework
TestCase FigureChangeEventTest is generated by JUnitDoclet to hold the tests for FigureChangeEvent.
FigureChangeEventTest(String) - Constructor for class org.jhotdraw.test.framework.FigureChangeEventTest
Constructor FigureChangeEventTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FigureChangeListener - Interface in org.jhotdraw.framework
Listener interested in Figure changes.
FigureContentProducerContext - Interface in org.jhotdraw.contrib.html
FigureContentProducerContext defines the interface required of clients requesting contents for Figure oriented ContentProducers.
figureCount() - Method in class org.jhotdraw.standard.CompositeFigure
Gets number of child figures.
FigureDataContentProducer - Class in org.jhotdraw.contrib.html
FigureDataContentProducer produces content on behalf of Figures.
FigureDataContentProducer() - Constructor for class org.jhotdraw.contrib.html.FigureDataContentProducer
Constructor for the FigureContentProducer object
FigureEnumeration - Interface in org.jhotdraw.framework
Interface for Enumerations that access Figures.
FigureEnumerator - Class in org.jhotdraw.standard
An Enumeration for a Collection of Figures.
FigureEnumerator(Collection) - Constructor for class org.jhotdraw.standard.FigureEnumerator
 
FigureEnumeratorTest - Class in org.jhotdraw.test.standard
TestCase FigureEnumeratorTest is generated by JUnitDoclet to hold the tests for FigureEnumerator.
FigureEnumeratorTest(String) - Constructor for class org.jhotdraw.test.standard.FigureEnumeratorTest
Constructor FigureEnumeratorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
figureExists(Figure, FigureEnumeration) - Method in class org.jhotdraw.standard.StandardDrawingView
Check existance of figure in the drawing
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
handles frame figure's invalidated events
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.contrib.TextAreaFigure
Description of the Method
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.figures.BorderDecorator
Invalidates the figure extended by its border.
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.figures.LineConnection
 
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.figures.TextFigure
 
figureInvalidated(FigureChangeEvent) - Method in interface org.jhotdraw.framework.FigureChangeListener
Sent when an area is invalid
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.standard.CompositeFigure
Propagates the figureInvalidated event to my listener.
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.standard.DecoratorFigure
Propagates invalidate up the container chain.
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeAdapter
Sent when an area is invalid
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeEventMulticaster
 
figureInvalidated(FigureChangeEvent) - Method in class org.jhotdraw.standard.StandardDrawing
Invalidates a rectangle and merges it with the existing damaged area.
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
handles frame figure's invalidatedremoved events.
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.contrib.TextAreaFigure
The figure is about to be removed from another composite figure
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.figures.LineConnection
 
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.figures.TextFigure
 
figureRemoved(FigureChangeEvent) - Method in interface org.jhotdraw.framework.FigureChangeListener
Sent when a figure was removed
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.standard.CompositeFigure
 
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.standard.DecoratorFigure
 
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeAdapter
Sent when a figure was removed
figureRemoved(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeEventMulticaster
 
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.contrib.GraphicalCompositeFigure
Propagates the removeFromDrawing request up to the container.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
handles frame figure's remove requests events.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.contrib.TextAreaFigure
A request to remove the figure from another composite figure
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.figures.LineConnection
 
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.figures.TextFigure
 
figureRequestRemove(FigureChangeEvent) - Method in interface org.jhotdraw.framework.FigureChangeListener
Sent when requesting to remove a figure.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.standard.CompositeFigure
Propagates the removeFromDrawing request up to the container.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.standard.DecoratorFigure
Propagates the removeFromDrawing request up to the container.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeAdapter
Sent when requesting to remove a figure.
figureRequestRemove(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeEventMulticaster
 
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.contrib.html.HTMLTextAreaFigure
handles frame figure's update requests events.
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.contrib.TextAreaFigure
 
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.figures.LineConnection
 
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.figures.TextFigure
 
figureRequestUpdate(FigureChangeEvent) - Method in interface org.jhotdraw.framework.FigureChangeListener
Sent when an update should happen.
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.standard.CompositeFigure
Propagates the requestUpdate request up to the container.
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.standard.DecoratorFigure
Propagates figureRequestUpdate up the container chain.
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeAdapter
Sent when an update should happen.
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.standard.FigureChangeEventMulticaster
 
figureRequestUpdate(FigureChangeEvent) - Method in class org.jhotdraw.standard.StandardDrawing
Forces an update of the drawing change listeners.
figures() - Method in class org.jhotdraw.figures.NullFigure
Returns an Enumeration of the figures contained in this figure
figures() - Method in interface org.jhotdraw.framework.Drawing
Returns an enumeration to iterate in Z-order back to front over the figures.
figures(Rectangle) - Method in interface org.jhotdraw.framework.Drawing
Returns an enumeration to iterate in Z-order back to front over the figures that lie within the absolute bounds.
figures() - Method in interface org.jhotdraw.framework.Figure
Returns an Enumeration of the figures contained in this figure
figures() - Method in class org.jhotdraw.standard.AbstractFigure
Returns an Enumeration of the figures contained in this figure.
figures() - Method in class org.jhotdraw.standard.CompositeFigure
Returns an Enumeration for accessing the contained figures.
figures(Rectangle) - Method in class org.jhotdraw.standard.CompositeFigure
Returns an enumeration to iterate in Z-order back to front over the figures that lie within the given bounds.
figures() - Method in class org.jhotdraw.standard.DecoratorFigure
Forwards figures to its contained figure.
FigureSelection - Interface in org.jhotdraw.framework
FigureSelection enables to transfer the selected figures to a clipboard.
figureSelectionChanged(DrawingView) - Method in class org.jhotdraw.applet.DrawApplet
Handles a change of the current selection.
figureSelectionChanged(DrawingView) - Method in class org.jhotdraw.application.DrawApplication
Fired by a view when the figure selection changes.
figureSelectionChanged(DrawingView) - Method in interface org.jhotdraw.framework.DrawingEditor
Informs that the current figure selection has changed.
figureSelectionChanged(DrawingView) - Method in interface org.jhotdraw.framework.FigureSelectionListener
Sent when the figure selection has changed.
figureSelectionChanged(DrawingView) - Method in class org.jhotdraw.samples.javadraw.JavaDrawViewer
Ignore selection changes, we don't show any selection
figureSelectionChanged(DrawingView) - Method in class org.jhotdraw.standard.AbstractCommand
 
figureSelectionChanged(DrawingView) - Method in class org.jhotdraw.util.UndoableCommand
 
FigureSelectionListener - Interface in org.jhotdraw.framework
Listener interested in DrawingView selection changes.
figuresReverse() - Method in interface org.jhotdraw.framework.Drawing
Returns an enumeration to iterate in Z-order front to back over the figures.
figuresReverse() - Method in class org.jhotdraw.standard.CompositeFigure
Returns an Enumeration for accessing the contained figures in the reverse drawing order.
FiguresSuite - Class in org.jhotdraw.test.figures
TestSuite FiguresSuite
FiguresSuite() - Constructor for class org.jhotdraw.test.figures.FiguresSuite
 
FigureTransferCommand - Class in org.jhotdraw.standard
Common base clase for commands that transfer figures between a drawing and the clipboard.
FigureVisitor - Interface in org.jhotdraw.framework
 
FILE_MENU - Static variable in class org.jhotdraw.application.DrawApplication
The index of the file menu in the menu bar.
FILL_COLOR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FILL_COLOR_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
fillArc(int, int, int, int, int, int) - Method in class org.jhotdraw.contrib.zoom.ScalingGraphics
 
Filler - Class in org.jhotdraw.util
A component that can be used to reserve white space in a layout.
Filler(int, int) - Constructor for class org.jhotdraw.util.Filler
 
Filler(int, int, Color) - Constructor for class org.jhotdraw.util.Filler
 
FillerTest - Class in org.jhotdraw.test.util
TestCase FillerTest is generated by JUnitDoclet to hold the tests for Filler.
FillerTest(String) - Constructor for class org.jhotdraw.test.util.FillerTest
Constructor FillerTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
fillOval(int, int, int, int) - Method in class org.jhotdraw.contrib.zoom.ScalingGraphics
 
fillPolygon(int[], int[], int) - Method in class org.jhotdraw.contrib.zoom.ScalingGraphics
 
fillRect(int, int, int, int) - Method in class org.jhotdraw.contrib.zoom.ScalingGraphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.jhotdraw.contrib.zoom.ScalingGraphics
 
findEnd(ConnectionFigure) - Method in class org.jhotdraw.figures.ShortestDistanceConnector
 
findEnd(ConnectionFigure) - Method in interface org.jhotdraw.framework.Connector
Finds the end point for the connection.
findEnd(ConnectionFigure) - Method in class org.jhotdraw.standard.AbstractConnector
 
findEnd(ConnectionFigure) - Method in class org.jhotdraw.standard.ChopBoxConnector
 
findFigure(int, int) - Method in interface org.jhotdraw.framework.Drawing
Finds a top level Figure.
findFigure(Rectangle) - Method in interface org.jhotdraw.framework.Drawing
Finds a top level Figure that intersects the given rectangle.
findFigure(Rectangle, Figure) - Method in interface org.jhotdraw.framework.Drawing
Finds a top level Figure that intersects the given rectangle.
findFigure(int, int) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a top level Figure.
findFigure(Rectangle) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a top level Figure that intersects the given rectangle.
findFigure(Rectangle, Figure) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a top level Figure that intersects the given rectangle.
findFigureInside(int, int) - Method in class org.jhotdraw.figures.NullFigure
Returns the figure that contains the given point.
findFigureInside(int, int) - Method in interface org.jhotdraw.framework.Drawing
Finds a figure but descends into a figure's children.
findFigureInside(int, int) - Method in interface org.jhotdraw.framework.Figure
Returns the figure that contains the given point.
findFigureInside(int, int) - Method in class org.jhotdraw.standard.AbstractFigure
Returns the figure that contains the given point.
findFigureInside(int, int) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a figure but descends into a figure's children.
findFigureInside(int, int) - Method in class org.jhotdraw.standard.DecoratorFigure
Forwards findFigureInside to its contained figure.
findFigureInsideWithout(int, int, Figure) - Method in interface org.jhotdraw.framework.Drawing
Finds a figure but descends into a figure's children.
findFigureInsideWithout(int, int, Figure) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a figure but descends into a figure's children.
findFigureWithout(int, int, Figure) - Method in interface org.jhotdraw.framework.Drawing
Finds a top level Figure, but supresses the passed in figure.
findFigureWithout(int, int, Figure) - Method in class org.jhotdraw.standard.CompositeFigure
Finds a top level Figure, but supresses the passed in figure.
findHandle(int, int) - Method in interface org.jhotdraw.framework.DrawingView
Finds a handle at the given coordinates.
findHandle(int, int) - Method in class org.jhotdraw.standard.NullDrawingView
Finds a handle at the given coordinates.
findHandle(int, int) - Method in class org.jhotdraw.standard.StandardDrawingView
Finds a handle at the given coordinates.
findSegment(int, int) - Method in class org.jhotdraw.contrib.PolygonFigure
Gets the segment that is hit by the given point.
findSegment(int, int) - Method in class org.jhotdraw.figures.PolyLineFigure
Gets the segment of the polyline that is hit by the given point.
findStart(ConnectionFigure) - Method in class org.jhotdraw.figures.ShortestDistanceConnector
 
findStart(ConnectionFigure) - Method in interface org.jhotdraw.framework.Connector
Finds the start point for the connection.
findStart(ConnectionFigure) - Method in class org.jhotdraw.standard.AbstractConnector
 
findStart(ConnectionFigure) - Method in class org.jhotdraw.standard.ChopBoxConnector
 
findStorageFormat(FileFilter) - Method in class org.jhotdraw.util.StorageFormatManager
Find a StorageFormat that can be used according to a FileFilter to store a Drawing in a file or restore it from a file respectively.
findStorageFormat(File) - Method in class org.jhotdraw.util.StorageFormatManager
Find a StorageFormat that can be used according to a file object to store a Drawing in a file or restore it from a file respectively.
fireCommandExecutableEvent() - Method in class org.jhotdraw.standard.AbstractCommand.EventDispatcher
 
fireCommandExecutedEvent() - Method in class org.jhotdraw.standard.AbstractCommand.EventDispatcher
 
fireCommandNotExecutableEvent() - Method in class org.jhotdraw.standard.AbstractCommand.EventDispatcher
 
fireDrawingTitleChanged() - Method in class org.jhotdraw.standard.StandardDrawing
Forces an update of the drawing change listeners.
fireToolActivatedEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
fireToolDeactivatedEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
fireToolDisabledEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
fireToolEnabledEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
fireToolUnusableEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
fireToolUsableEvent() - Method in class org.jhotdraw.standard.AbstractTool.EventDispatcher
 
FloatingTextArea - Class in org.jhotdraw.contrib
A FloatingTextArea overlays an editor on top of an area in a drawing
FloatingTextArea() - Constructor for class org.jhotdraw.contrib.FloatingTextArea
Constructor for the FloatingTextArea object
FloatingTextAreaTest - Class in org.jhotdraw.test.contrib
TestCase FloatingTextAreaTest is generated by JUnitDoclet to hold the tests for FloatingTextArea.
FloatingTextAreaTest(String) - Constructor for class org.jhotdraw.test.contrib.FloatingTextAreaTest
Constructor FloatingTextAreaTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FloatingTextField - Class in org.jhotdraw.util
A text field overlay that is used to edit a TextFigure.
FloatingTextField() - Constructor for class org.jhotdraw.util.FloatingTextField
 
FloatingTextFieldTest - Class in org.jhotdraw.test.util
TestCase FloatingTextFieldTest is generated by JUnitDoclet to hold the tests for FloatingTextField.
FloatingTextFieldTest(String) - Constructor for class org.jhotdraw.test.util.FloatingTextFieldTest
Constructor FloatingTextFieldTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
flush() - Method in class org.jhotdraw.contrib.zoom.DoubleBufferImage
 
FONT_NAME - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FONT_NAME_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FONT_SIZE - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FONT_SIZE_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FONT_STYLE - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FONT_STYLE_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FontSizeHandle - Class in org.jhotdraw.figures
A Handle to change the font size by direct manipulation.
FontSizeHandle(Figure, Locator) - Constructor for class org.jhotdraw.figures.FontSizeHandle
 
FontSizeHandle.UndoActivity - Class in org.jhotdraw.figures
 
FontSizeHandle.UndoActivity(DrawingView, Font) - Constructor for class org.jhotdraw.figures.FontSizeHandle.UndoActivity
 
FontSizeHandleTest - Class in org.jhotdraw.test.figures
TestCase FontSizeHandleTest is generated by JUnitDoclet to hold the tests for FontSizeHandle.
FontSizeHandleTest(String) - Constructor for class org.jhotdraw.test.figures.FontSizeHandleTest
Constructor FontSizeHandleTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
FRAME_COLOR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FRAME_COLOR_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
FrameworkSuite - Class in org.jhotdraw.test.framework
TestSuite FrameworkSuite
FrameworkSuite() - Constructor for class org.jhotdraw.test.framework.FrameworkSuite
 
freezeView() - Method in interface org.jhotdraw.framework.DrawingView
Freezes the view by acquiring the drawing lock.
freezeView() - Method in class org.jhotdraw.standard.NullDrawingView
Freezes the view by acquiring the drawing lock.
freezeView() - Method in class org.jhotdraw.standard.StandardDrawingView
Freezes the view by acquiring the drawing lock.
FRICTION_FACTOR - Variable in class org.jhotdraw.util.GraphLayout
 

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