Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AboutAction - Class in org.jhotdraw.app.action.app
Displays a dialog showing information about the application.
AboutAction(Application) - Constructor for class org.jhotdraw.app.action.app.AboutAction
Creates a new instance.
absolutePath() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
AbstractApplication - Class in org.jhotdraw.app
This abstract class can be extended to implement an Application.
AbstractApplication() - Constructor for class org.jhotdraw.app.AbstractApplication
Creates a new instance.
AbstractApplicationAction - Class in org.jhotdraw.app.action
This abstract class can be extended to implement an Action that acts on an Application.
AbstractApplicationAction(Application) - Constructor for class org.jhotdraw.app.action.AbstractApplicationAction
Creates a new instance.
AbstractApplicationModel - Class in org.jhotdraw.app
This abstract class can be extended to implement an ApplicationModel.
AbstractApplicationModel() - Constructor for class org.jhotdraw.app.AbstractApplicationModel
Creates a new instance.
AbstractAttributedCompositeFigure - Class in org.jhotdraw.draw
This abstract class can be extended to implement a CompositeFigure which has its own attribute set.
AbstractAttributedCompositeFigure() - Constructor for class org.jhotdraw.draw.AbstractAttributedCompositeFigure
Creates a new instance.
AbstractAttributedDecoratedFigure - Class in org.jhotdraw.draw
This abstract class can be extended to implement a DecoratedFigure which has an attribute set.
AbstractAttributedDecoratedFigure() - Constructor for class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
AbstractAttributedFigure - Class in org.jhotdraw.draw
This abstract class can be extended to implement a Figure which has its own attribute set.
AbstractAttributedFigure() - Constructor for class org.jhotdraw.draw.AbstractAttributedFigure
Creates a new instance.
AbstractAttributeEditorHandler<T> - Class in org.jhotdraw.draw.event
AbstractAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.
AbstractAttributeEditorHandler(AttributeKey<T>, AttributeEditor<T>, DrawingEditor) - Constructor for class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
AbstractAttributeEditorHandler(AttributeKey<T>, AttributeEditor<T>, DrawingEditor, boolean) - Constructor for class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
AbstractAttributeEditorHandler(AttributeKey<T>, Map<AttributeKey, Object>, AttributeEditor<T>, DrawingEditor, boolean) - Constructor for class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
AbstractAttributeEditorHandler.EventHandler - Class in org.jhotdraw.draw.event
 
AbstractBean - Class in org.jhotdraw.beans
This abstract class can be extended to implement a JavaBean.
AbstractBean() - Constructor for class org.jhotdraw.beans.AbstractBean
 
AbstractClipboard - Class in org.jhotdraw.gui.datatransfer
AbstractClipboard is a wrapper for the system clipboard which can be either the Java AWT Clipboard, the javax.jnlp.AbstractClipboard or native JNI code.
AbstractClipboard() - Constructor for class org.jhotdraw.gui.datatransfer.AbstractClipboard
 
AbstractColorSlidersModel - Class in org.jhotdraw.color
AbstractColorSlidersModel.
AbstractColorSlidersModel() - Constructor for class org.jhotdraw.color.AbstractColorSlidersModel
 
AbstractColorWheelImageProducer - Class in org.jhotdraw.color
AbstractColorWheelImageProducer.
AbstractColorWheelImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.AbstractColorWheelImageProducer
 
AbstractCompositeFigure - Class in org.jhotdraw.draw
This abstract class can be extended to implement a CompositeFigure.
AbstractCompositeFigure() - Constructor for class org.jhotdraw.draw.AbstractCompositeFigure
 
AbstractCompositeFigure.EventHandler - Class in org.jhotdraw.draw
 
AbstractConnectionHandle - Class in org.jhotdraw.draw.handle
This abstract class can be extended to implement a Handle the start or end point of a ConnectionFigure.
AbstractConnectionHandle(ConnectionFigure) - Constructor for class org.jhotdraw.draw.handle.AbstractConnectionHandle
Initializes the change connection handle.
AbstractConnector - Class in org.jhotdraw.draw.connector
This abstract class can be extended to implement a Connector.
AbstractConnector() - Constructor for class org.jhotdraw.draw.connector.AbstractConnector
Constructs a connector that has no owner.
AbstractConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.AbstractConnector
Constructs a connector with the given owner figure.
AbstractConstrainer - Class in org.jhotdraw.draw
This abstract class can be extended to implement a Constrainer.
AbstractConstrainer() - Constructor for class org.jhotdraw.draw.AbstractConstrainer
Creates a new instance.
AbstractDrawing - Class in org.jhotdraw.draw
This abstract class can be extended to implement a Drawing.
AbstractDrawing() - Constructor for class org.jhotdraw.draw.AbstractDrawing
Creates a new instance.
AbstractDrawingEditorAction - Class in org.jhotdraw.draw.action
This abstract class can be extended to implement an Action that acts on behalf of a DrawingEditor.
AbstractDrawingEditorAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AbstractDrawingEditorAction
Creates a new instance.
AbstractDrawingViewAction - Class in org.jhotdraw.draw.action
This abstract class can be extended to implement an Action that acts on behalf of a DrawingView.
AbstractDrawingViewAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AbstractDrawingViewAction
Creates a view action which acts on the current view of the editor.
AbstractDrawingViewAction(DrawingView) - Constructor for class org.jhotdraw.draw.action.AbstractDrawingViewAction
Creates a view action which acts on the specified view.
AbstractFigure - Class in org.jhotdraw.draw
This abstract class can be extended to implement a Figure.
AbstractFigure() - Constructor for class org.jhotdraw.draw.AbstractFigure
Creates a new instance.
AbstractFindAction - Class in org.jhotdraw.app.action.edit
Presents a find dialog to the user and then highlights the found items in the active view.
AbstractFindAction(Application, View) - Constructor for class org.jhotdraw.app.action.edit.AbstractFindAction
Creates a new instance.
AbstractFontChooserModel - Class in org.jhotdraw.gui.fontchooser
AbstractFontChooserModel.
AbstractFontChooserModel() - Constructor for class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
 
AbstractHandle - Class in org.jhotdraw.draw.handle
This abstract class can be extended to implement a Handle.
AbstractHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.AbstractHandle
Creates a new instance.
AbstractHarmonicRule - Class in org.jhotdraw.color
AbstractHarmonicRule.
AbstractHarmonicRule() - Constructor for class org.jhotdraw.color.AbstractHarmonicRule
 
AbstractLayouter - Class in org.jhotdraw.draw.layouter
This abstract class can be extended to implement a Layouter which has its own attribute set.
AbstractLayouter() - Constructor for class org.jhotdraw.draw.layouter.AbstractLayouter
 
AbstractLineDecoration - Class in org.jhotdraw.draw.decoration
This abstract class can be extended to implement a LineDecoration.
AbstractLineDecoration(boolean, boolean, boolean) - Constructor for class org.jhotdraw.draw.decoration.AbstractLineDecoration
Constructs an arrow tip with the given angle and radius.
AbstractLocator - Class in org.jhotdraw.draw.locator
This abstract class can be extended to implement a Locator.
AbstractLocator() - Constructor for class org.jhotdraw.draw.locator.AbstractLocator
Creates a new instance.
AbstractPreferencesAction - Class in org.jhotdraw.app.action.app
Displays a preferences dialog for the application.
AbstractPreferencesAction(Application) - Constructor for class org.jhotdraw.app.action.app.AbstractPreferencesAction
Creates a new instance.
AbstractRotateHandle - Class in org.jhotdraw.draw.handle
This abstract class can be extended to implement a Handle which can rotate a Figure.
AbstractRotateHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.AbstractRotateHandle
Creates a new instance.
AbstractSaveUnsavedChangesAction - Class in org.jhotdraw.app.action
This abstract class can be extended to implement an Action that asks to save unsaved changes of a View before a destructive action is performed.
AbstractSaveUnsavedChangesAction(Application, View) - Constructor for class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
Creates a new instance.
AbstractSelectedAction - Class in org.jhotdraw.draw.action
This abstract class can be extended to implement an Action that acts on behalf of the selected figures of a DrawingView.
AbstractSelectedAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AbstractSelectedAction
Creates an action which acts on the selected figures on the current view of the specified editor.
AbstractSelectionAction - Class in org.jhotdraw.app.action.edit
AbstractSelectionAction acts on the selection of a target component.
AbstractSelectionAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.AbstractSelectionAction
Creates a new instance which acts on the specified component.
AbstractTool - Class in org.jhotdraw.draw.tool
This abstract class can be extended to implement a Tool.
AbstractTool() - Constructor for class org.jhotdraw.draw.tool.AbstractTool
Creates a new instance.
AbstractToolBar - Class in org.jhotdraw.samples.svg.gui
AbstractToolBar.
AbstractToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.AbstractToolBar
Creates new form.
AbstractToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for AlignToolPane.
AbstractToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
 
AbstractTransferable - Class in org.jhotdraw.gui.datatransfer
Base class for transferable objects.
AbstractTransferable(DataFlavor) - Constructor for class org.jhotdraw.gui.datatransfer.AbstractTransferable
Creates a new instance.
AbstractTransferable(DataFlavor[]) - Constructor for class org.jhotdraw.gui.datatransfer.AbstractTransferable
Creates a new instance.
AbstractView - Class in org.jhotdraw.app
This abstract class can be extended to implement a View.
AbstractView() - Constructor for class org.jhotdraw.app.AbstractView
Creates a new instance.
AbstractViewAction - Class in org.jhotdraw.app.action
This abstract class can be extended to implement an Action that acts on behalf of a View.
AbstractViewAction(Application, View) - Constructor for class org.jhotdraw.app.action.AbstractViewAction
Creates a new instance which acts on the specified view of the application.
accept(File) - Method in class org.jhotdraw.gui.filechooser.ExtensionFileFilter
 
ACTION_MAP_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingEditor
The property name for the action map property.
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.AboutAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.ExitAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.OpenApplicationAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.OpenApplicationFileAction
Opens a new view.
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.PrintApplicationFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.app.ReOpenApplicationAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.ClearSelectionAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.CopyAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.CutAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.DuplicateAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.RedoAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.SelectAllAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.edit.UndoAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.ClearRecentFilesMenuAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.ExportFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.NewFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.OpenFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.OpenRecentFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.PrintFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.file.SaveFileAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.view.ToggleViewPropertyAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.view.ViewPropertyAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.ArrangeWindowsAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.FocusWindowAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.MaximizeWindowAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.MinimizeWindowAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.TogglePaletteAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.ToggleToolBarAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.app.action.window.ToggleVisibleAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.AlignAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.ApplyAttributesAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.AttributeAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.AttributeToggler
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.BringToFrontAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.DefaultAttributeAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.DrawingAttributeAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.DrawingColorChooserAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.EditCanvasAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.EditGridAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.EditorColorChooserAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.FontChooserHandler
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.GroupAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.IncreaseHandleDetailLevelAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.MoveAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.MoveConstrainedAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.PickAttributesAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.SelectSameAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.SendToBackAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.ToggleGridAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.ZoomAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.action.ZoomEditorAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.odg.action.TogglePropertiesPanelAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.svg.action.ViewSourceAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.teddy.action.FindAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.teddy.action.ToggleLineNumbersAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.teddy.action.ToggleLineWrapAction
 
actionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.teddy.action.ToggleStatusBarAction
 
ActionsToolBar - Class in org.jhotdraw.samples.svg.gui
ActionsToolBar.
ActionsToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.ActionsToolBar
Creates new instance.
ActionsToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for ActionToolPane.
ActionsToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
 
ActionUtil - Class in org.jhotdraw.app.action
Provides constants and static operations on Action objects.
activate() - Method in class org.jhotdraw.app.AbstractView
Activates the view.
activate() - Method in interface org.jhotdraw.app.View
Activates the view.
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.BezierTool
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.CreationTool
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.ImageTool
 
activate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
activate(DrawingEditor) - Method in interface org.jhotdraw.draw.tool.Tool
Activates the tool for the given editor.
activate(DrawingEditor) - Method in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
ACTIVE_HANDLE_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the activeHandle property of the DrawingView.
ACTIVE_VIEW_PROPERTY - Static variable in interface org.jhotdraw.app.Application
The property name of the activeView property.
ACTIVE_VIEW_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingEditor
The property name for the active view property.
activeView - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
add(View) - Method in class org.jhotdraw.app.AbstractApplication
 
add(View) - Method in interface org.jhotdraw.app.Application
Adds a view to this application.
add(Window, View) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
add(Color) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
add(Color) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
add(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
add(int, Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
add(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Adds a child to the figure.
add(int, Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Adds a child to the figure at the specified index.
add(DrawingView) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
add(Figure) - Method in interface org.jhotdraw.draw.Drawing
Adds a figure to the drawing.
add(int, Figure) - Method in interface org.jhotdraw.draw.Drawing
Adds a figure to the drawing.
add(DrawingView) - Method in interface org.jhotdraw.draw.DrawingEditor
Adds a drawing view to the editor.
add(DrawingView) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
add(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
add(int, Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
add(Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath
Adds a node to the path.
add(double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds a node to the path.
add(int, Point2D.Double, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath
Adds a node to the path.
add(double, double, double, double) - Method in class org.jhotdraw.geom.Insets2D
Adds the specified insets to the current insets.
add(Insets2D) - Method in class org.jhotdraw.geom.Insets2D
Adds the specified insets to the current insets.
add(Point2D) - Method in class org.jhotdraw.geom.Polygon2D
 
add(T, Rectangle2D.Double) - Method in class org.jhotdraw.geom.QuadTree
 
add(Transferable) - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
 
add(FontFamilyNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
add(FontFaceNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
add(Action) - Method in class org.jhotdraw.gui.JPopupButton
Adds an Action to the popup menu.
add(JMenu) - Method in class org.jhotdraw.gui.JPopupButton
Adds a sub-menu to the popup menu.
add(JComponent) - Method in class org.jhotdraw.gui.JPopupButton
Adds a JComponent to the popup menu.
add(JMenuItem) - Method in class org.jhotdraw.gui.JPopupButton
Adds a menu item to the popup menu.
add(int, Figure) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
add(int, Figure) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
add(CSSRule) - Method in class org.jhotdraw.xml.css.StyleManager
 
addAboutItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: AboutAction
addAboutItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addAboutItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "About" items to a menu.
addAction(JMenu, View, String) - Method in class org.jhotdraw.app.AbstractApplication
Adds the specified action as a menu item to the supplied menu.
addAction(JMenu, Action) - Method in class org.jhotdraw.app.AbstractApplication
Adds the specified action as a menu item to the supplied menu.
addActionListener(ActionListener) - Method in class org.jhotdraw.draw.text.FloatingTextField
Adds an action listener
addActionListener(ActionListener) - Method in class org.jhotdraw.gui.JFontChooser
Adds an ActionListener to the font chooser.
addActionListener(ActionListener) - Method in interface org.jhotdraw.gui.URIChooser
Adds an ActionListener to the chooser.
addActionListener(ActionListener) - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Adds an ActionListener.
addActionListener(ActionListener) - Method in class org.jhotdraw.samples.svg.gui.MessagePanel
 
addAlignmentButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates toolbar buttons and adds them to the specified JToolBar
addAlignmentButtonsTo(JToolBar, DrawingEditor, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates toolbar buttons and adds them to the specified JToolBar.
addAll(Collection<? extends Figure>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
addAll(int, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
addAll(Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Adds a collection of figures to the drawing.
addAll(int, Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Adds a collection of figures to the drawing.
addAll(Collection<FontFamilyNode>) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
addAttribute(String, String, String, String, String) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when a new attribute of an XML element is encountered.
addAttribute(String, String, String, String, String) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when a new attribute of an XML element is encountered.
addAttribute(String, String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, String, String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document if it is different from the default value.
addAttribute(String, int) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, int, int) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document if it is different from the default value.
addAttribute(String, boolean) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, boolean, boolean) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document if it is different from the default value.
addAttribute(String, float) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, float, float) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document if it is different from the default value.
addAttribute(String, double) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, double, double) - Method in interface org.jhotdraw.xml.DOMOutput
Adds an attribute to current element of the DOM Document if it is different from the default value.
addAttribute(String, String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, int) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, boolean) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, float) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, double) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, float, float) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
addAttribute(String, int, int) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
addAttribute(String, double, double) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
addAttribute(String, boolean, boolean) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
addAttribute(String, String, String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
addAttribute(String, String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, int) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, boolean) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, float) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, double) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds an attribute to current element of the DOM Document.
addAttribute(String, float, float) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
addAttribute(String, int, int) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
addAttribute(String, double, double) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
addAttribute(String, boolean, boolean) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
addAttribute(String, String, String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
addAttributesButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates toolbar buttons and adds them to the specified JToolBar
addChangeListener(ChangeListener) - Method in class org.jhotdraw.color.AbstractColorSlidersModel
 
addChangeListener(ChangeListener) - Method in interface org.jhotdraw.color.ColorSliderModel
 
addChangeListener(ChangeListener) - Method in class org.jhotdraw.draw.AbstractConstrainer
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in interface org.jhotdraw.draw.Constrainer
Adds a change listener.
addChangeListener(ChangeListener) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Adds a ChangeListener to the model's listener list.
addChild(IXMLElement) - Method in interface net.n3.nanoxml.IXMLElement
Adds a child element.
addChild(IXMLElement) - Method in class net.n3.nanoxml.XMLElement
Adds a child element.
addClearFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: ClearFileAction
addClearFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addClearFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Clear File" items to a menu.
addClipboardItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: CutAction CopyAction PasteAction DuplicateAction DeleteAction
addClipboardItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addClipboardItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Clipboard" items to a menu.
addCloseFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: CloseFileAction
addCloseFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addCloseFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Close File" items to a menu.
addColorButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addColorButtonsTo(JToolBar, DrawingEditor, List<ColorIcon>, int) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addColorChooserPanel(AbstractColorChooserPanel) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserMainPanel
 
addColorSlider(JSlider) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
addComment(String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds a comment to the current element of the DOM Document.
addComment(String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds a comment to the current element of the DOM Document.
addComment(String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds a comment to the current element of the DOM Document.
addCompositeFigureListener(CompositeFigureListener) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
addCompositeFigureListener(CompositeFigureListener) - Method in interface org.jhotdraw.draw.CompositeFigure
Adds a listener for this composite figure.
addCompositeFigureListener(CompositeFigureListener) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
addCornerResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
Creates handles for each corner of a figure and adds them to the provided collection.
addCornerTransformHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Creates handles for each corner of a figure and adds them to the provided collection.
addDecoration(LineDecoration) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
Add another line decoration into the composite line decoration.
addDefaultCreationButtonsTo(JToolBar, DrawingEditor, Collection<Action>, Collection<Action>) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
 
addDefaultCreationButtonsTo(JToolBar, DrawingEditor, Collection<Action>, Collection<Action>) - Method in class org.jhotdraw.samples.draw.DrawingPanel
 
addDependency(DependencyFigure) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
addDisposable(Disposable) - Method in class org.jhotdraw.app.AbstractView
Adds a disposable object, which will be disposed when the specified view is disposed.
addDisposable(Disposable) - Method in interface org.jhotdraw.app.View
Adds a disposable object, which will be disposed when the view is disposed.
addEdgeResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
Fills the given Vector with handles at each the north, south, east, and west of the figure.
addEdgeTransformHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Fills the given Vector with handles at each the north, south, east, and west of the figure.
addEdit(UndoableEdit) - Method in class org.jhotdraw.beans.PropertyChangeEdit
Adds the specified edit to this one, if it is a PropertyChangeEdit from the same owner and the same property.
addEdit(UndoableEdit) - Method in class org.jhotdraw.draw.event.BezierNodeEdit
 
addEdit(UndoableEdit) - Method in class org.jhotdraw.draw.event.SetBoundsEdit
 
addEdit(UndoableEdit) - Method in class org.jhotdraw.draw.event.TransformEdit
 
addEdit(UndoableEdit) - Method in class org.jhotdraw.undo.CompositeEdit
If this edit is inProgress, accepts anEdit and returns true.
addEdit(UndoableEdit) - Method in class org.jhotdraw.undo.UndoRedoManager
If inProgress, inserts anEdit at indexOfNextAdd, and removes any old edits that were at indexOfNextAdd or later.
addEnum(String, Enum) - Method in class org.jhotdraw.xml.DefaultDOMFactory
Adds an Enum value to the DOMFactory.
addEnumClass(String, Class) - Method in class org.jhotdraw.xml.DefaultDOMFactory
Adds an Enum class to the DOMFactory.
addExitItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: ExitAction
addExitItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addExitItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Exit" items to a menu.
addExportFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: ExportFileAction
addExportFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addExportFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Export File" items to a menu.
addExternalEntity(String, String, String) - Method in interface net.n3.nanoxml.IXMLEntityResolver
Adds an external entity.
addExternalEntity(String, String, String) - Method in class net.n3.nanoxml.XMLEntityResolver
Adds an external entity.
addFigureListener(FigureListener) - Method in class org.jhotdraw.draw.AbstractFigure
 
addFigureListener(FigureListener) - Method in interface org.jhotdraw.draw.Figure
Adds a listener for FigureEvent's.
addFigureSelectionListener(FigureSelectionListener) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
addFigureSelectionListener(FigureSelectionListener) - Method in interface org.jhotdraw.draw.DrawingView
Add a listener for selection changes in this DrawingView.
addFindItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: AbstractFindAction
addFindItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addFindItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Find" items to a menu.
addFontButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addGroupHoverHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Adds handles for scaling, moving, rotating and shearing a Figure.
addGroupTransformHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Adds handles for scaling, moving, rotating and shearing a Figure.
addHandleListener(HandleListener) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Adds a listener for this handle.
addHandleListener(HandleListener) - Method in interface org.jhotdraw.draw.handle.Handle
Adds a listener for this handle.
addHelpItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addHelpItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addHelpItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Help" items to a menu.
addInputFormat(InputFormat) - Method in class org.jhotdraw.draw.AbstractDrawing
 
addInputFormat(InputFormat) - Method in interface org.jhotdraw.draw.Drawing
Adds an input format to the drawing.
addInternalEntity(String, String) - Method in interface net.n3.nanoxml.IXMLEntityResolver
Adds an internal entity.
addInternalEntity(String, String) - Method in class net.n3.nanoxml.XMLEntityResolver
Adds an internal entity.
addKeyListener(KeyListener) - Method in interface org.jhotdraw.draw.DrawingView
Adds a key listener to the drawing view.
addLayoutComponent(String, Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
addLayoutComponent(Component, Object) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
addLayoutComponent(Component, Object) - Method in class org.jhotdraw.gui.ToolBarLayout
 
addLayoutComponent(String, Component) - Method in class org.jhotdraw.gui.ToolBarLayout
 
addLayoutComponent(String, Component) - Method in class org.jhotdraw.gui.VerticalGridLayout
Adds the specified component with the specified name to the layout.
addLeadHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.NullHandle
Creates handles for each lead of a figure and adds them to the provided collection.
addLoadFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: LoadFileAction LoadDirectoryAction
addLoadFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addLoadFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Load file" items to a menu.
addMenuItem(JMenu, JMenuItem) - Method in class org.jhotdraw.app.AbstractApplication
Adds the specified action as a menu item to the supplied menu.
addMouseListener(MouseListener) - Method in interface org.jhotdraw.draw.DrawingView
Adds a mouse listener to the drawing view.
addMouseMotionListener(MouseMotionListener) - Method in interface org.jhotdraw.draw.DrawingView
Adds a mouse motion listener to the drawing view.
addMoveHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.MoveHandle
Creates handles for each corner of a figure and adds them to the provided collection.
addNewFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: NewFileAction
addNewFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addNewFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "New File" items to a menu.
addNewWindowItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: NewWindowAction
addNewWindowItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addNewWindowItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "New Window" items to a menu.
addNode(BezierPath.Node) - Method in class org.jhotdraw.draw.BezierFigure
Adds a control point.
addNode(int, BezierPath.Node) - Method in class org.jhotdraw.draw.BezierFigure
Adds a node to the list of points.
addNodeChangeListener(NodeChangeListener) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
addNotify(Drawing) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
addNotify(Drawing) - Method in class org.jhotdraw.draw.AbstractFigure
 
addNotify(DrawingEditor) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
addNotify(DrawingEditor) - Method in interface org.jhotdraw.draw.DrawingView
Informs the view that it has been added to the specified editor.
addNotify(Drawing) - Method in interface org.jhotdraw.draw.Figure
Informs a figure, that it has been added to a drawing.
addNotify(Drawing) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
addNotify(Drawing) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
addNotify(Drawing) - Method in class org.jhotdraw.draw.LineConnectionFigure
This method is invoked, when the Figure is being removed from a Drawing.
addNotify() - Method in class org.jhotdraw.gui.JSheet
 
addOpenFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: OpenFileAction OpenDirectoryAction
addOpenFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOpenFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Open File" items to a menu.
addOtherEditItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addOtherEditItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOtherEditItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more editing related items to a menu.
addOtherFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addOtherFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOtherFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more file related items to a menu.
addOtherMenus(List<JMenu>, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addOtherMenus(List<JMenu>, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOtherMenus(List<JMenu>, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more additional menus to a menu bar or a pop up menu.
addOtherViewItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addOtherViewItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOtherViewItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more view related items to a menu.
addOtherWindowItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Does nothing.
addOtherWindowItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addOtherWindowItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more window related items to a menu.
addOutputFormat(OutputFormat) - Method in class org.jhotdraw.draw.AbstractDrawing
 
addOutputFormat(OutputFormat) - Method in interface org.jhotdraw.draw.Drawing
Adds an output format to the drawing.
addPalette(Window) - Method in class org.jhotdraw.app.AbstractApplication
 
addPalette(Window) - Method in interface org.jhotdraw.app.Application
Adds a palette window to the application.
addPalette(Window) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
addPalette(Window) - Method in class org.jhotdraw.app.OSXApplication
 
addPCData(Reader, String, int) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when a PCDATA element is encountered.
addPCData(Reader, String, int) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when a PCDATA element is encountered.
addPoint(double, double) - Method in class org.jhotdraw.geom.Polygon2D
Appends the specified coordinates to this Polygon.
addPoint(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Double
 
addPoint(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
addPoint(float, float) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
addPointToFigure(Point2D.Double) - Method in class org.jhotdraw.draw.tool.BezierTool
 
addPolyline(Collection<Point2D.Double>) - Method in class org.jhotdraw.geom.BezierPath
Adds a set of nodes to the path.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
addPreferencesItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: AbstractPreferencesAction
addPreferencesItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addPreferencesItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Preferences" items to a menu.
addPrintFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: PrintFileAction
addPrintFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addPrintFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Print File" items to a menu.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.app.Application
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.app.View
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.beans.AbstractBean
Adds a PropertyChangeListener which can optionally be wrapped into a WeakPropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.beans.AbstractBean
Adds a PropertyChangeListener which can optionally be wrapped into a WeakPropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.DrawingEditor
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.DrawingView
Adds a property change listener to the drawing view.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.Figure
Adds a PropertyChangeListener which can optionally be wrapped into a WeakPropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.Arrangeable
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.AttributeEditor
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.EditableComponent
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.undo.UndoRedoManager
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.undo.UndoRedoManager
 
addRecentURI(URI) - Method in class org.jhotdraw.app.AbstractApplication
 
addRecentURI(URI) - Method in interface org.jhotdraw.app.Application
Appends a URI to the list of recent URIs.
addResizeHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
Fills the given Vector with handles at each the north, south, east, and west of the figure.
addRule(HarmonicRule) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
addRule(HarmonicRule) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
addSaveFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: SaveFileAction SaveFileAsAction
addSaveFileItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addSaveFileItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Save File" items to a menu.
addScaleMoveTransformHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Adds handles for scaling and moving a Figure.
addSelectionItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: SelectAllAction ClearSelectionAction
addSelectionItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addSelectionItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Selection" items to a menu.
addSelectionToolTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addSelectionToolTo(JToolBar, DrawingEditor, Collection<Action>, Collection<Action>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addSelectionToolTo(JToolBar, DrawingEditor, Tool) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addSeparator() - Method in class org.jhotdraw.gui.JPopupButton
Adds a separator to the popup menu.
addSheetListener(SheetListener) - Method in class org.jhotdraw.gui.JSheet
Adds a sheet listener.
addStorable(String, DOMStorable) - Method in class org.jhotdraw.xml.DefaultDOMFactory
Adds a DOMStorable prototype to the DOMFactory.
addStorableClass(String, Class) - Method in class org.jhotdraw.xml.DefaultDOMFactory
Adds a DOMStorable class to the DOMFactory.
addStrokeButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
addText(String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds a text to current element of the DOM Document.
addText(String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Adds a text to current element of the DOM Document.
addText(String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Adds a text to current element of the DOM Document.
addTo(Rectangle2D) - Method in class org.jhotdraw.geom.Insets2D
Adds the current insets to the specified Rectangle2D making the rectangle larger.
addToolListener(ToolListener) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
addToolListener(ToolListener) - Method in interface org.jhotdraw.draw.tool.Tool
Adds a listener for this tool.
addToolTo(JToolBar, DrawingEditor, Tool, String, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Method addSelectionToolTo must have been invoked prior to this on the JToolBar.
addToSelection(Figure) - Method in class org.jhotdraw.draw.DefaultDrawingView
Adds a figure to the current selection.
addToSelection(Collection<Figure>) - Method in class org.jhotdraw.draw.DefaultDrawingView
Adds a collection of figures to the current selection.
addToSelection(Figure) - Method in interface org.jhotdraw.draw.DrawingView
Adds a figure to the current selection.
addToSelection(Collection<Figure>) - Method in interface org.jhotdraw.draw.DrawingView
Adds a collection of figures to the current selection.
addTransformHandles(Figure, Collection<Handle>) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
Adds handles for scaling, moving, rotating and shearing a Figure.
addTreeModelListener(TreeModelListener) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUndoableEditListener(UndoableEditListener) - Method in class org.jhotdraw.draw.AbstractDrawing
 
addUndoableEditListener(UndoableEditListener) - Method in interface org.jhotdraw.draw.Drawing
Adds a listener for undooable edit events.
addUndoableEditListener(UndoableEditListener) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
addUndoItems(JMenu, Application, View) - Method in class org.jhotdraw.app.DefaultMenuBuilder
Adds items for the following actions to the menu: UndoAction RedoAction
addUndoItems(JMenu, Application, View) - Method in class org.jhotdraw.app.EmptyMenuBuilder
 
addUndoItems(JMenu, Application, View) - Method in interface org.jhotdraw.app.MenuBuilder
Optionally adds one or more "Undo" items to a menu.
addWindow(Window, View) - Method in class org.jhotdraw.app.AbstractApplication
 
addWindow(Window, View) - Method in interface org.jhotdraw.app.Application
Adds a (non-palette) window to the application.
addWindow(Window) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
addWindow(Window, View) - Method in class org.jhotdraw.app.OSXApplication
 
addZoomButtonsTo(JToolBar, DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
AlignAction - Class in org.jhotdraw.draw.action
Aligns the selected figures.
AlignAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction
Creates a new instance.
AlignAction.East - Class in org.jhotdraw.draw.action
 
AlignAction.Horizontal - Class in org.jhotdraw.draw.action
 
AlignAction.North - Class in org.jhotdraw.draw.action
 
AlignAction.South - Class in org.jhotdraw.draw.action
 
AlignAction.Vertical - Class in org.jhotdraw.draw.action
 
AlignAction.West - Class in org.jhotdraw.draw.action
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.East
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.Horizontal
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.North
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.South
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.Vertical
 
alignFigures(Collection, Rectangle2D.Double) - Method in class org.jhotdraw.draw.action.AlignAction.West
 
AlignToolBar - Class in org.jhotdraw.samples.svg.gui
AlignToolBar.
AlignToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.AlignToolBar
Creates new instance.
AlignToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for AlignToolPane.
AlignToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
 
allKeys() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
allowsNullValue - Variable in class org.jhotdraw.text.ColorFormatter
Specifies whether the formatter allows null values.
alphas - Variable in class org.jhotdraw.color.ColorSquareImageProducer
Lookup table for alphas.
alphas - Variable in class org.jhotdraw.color.ComplexColorWheelImageProducer
Lookup table for alphas.
alphas - Variable in class org.jhotdraw.color.PolarColorWheelImageProducer
Lookup table for alphas.
alphas - Variable in class org.jhotdraw.color.QuantizingColorWheelImageProducer
Lookup table for alphas.
ancestorAdded(AncestorEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
ancestorMoved(AncestorEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
ancestorRemoved(AncestorEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
anchor - Variable in class org.jhotdraw.draw.tool.AbstractTool
 
anchorFigure - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
 
anchorFigure - Variable in class org.jhotdraw.draw.tool.DnDTracker
 
anchorOrigin - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
The anchorOrigin holds the origin of all dragged figures of the mousePressed event.
anchorOrigin - Variable in class org.jhotdraw.draw.tool.DnDTracker
The anchorOrigin holds the origin of all dragged figures of the mousePressed event.
anchorPoint - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
The anchorPoint holds the location of the mouse of the mousePressed event.
anchorPoint - Variable in class org.jhotdraw.draw.tool.DnDTracker
The anchorPoint holds the location of the mouse of the mousePressed event.
angle(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the angle of the specified line.
angleToPoint(Rectangle, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on a rectangle that corresponds to the given angle.
angleToPoint(Rectangle2D.Double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on a rectangle that corresponds to the given angle.
angularIndex - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
angularIndex - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
angularIndex - Variable in class org.jhotdraw.color.JColorWheel
Angular color component index.
angularQuantization - Variable in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
angulars - Variable in class org.jhotdraw.color.ColorSquareImageProducer
Lookup table for angular component values.
angulars - Variable in class org.jhotdraw.color.ComplexColorWheelImageProducer
Lookup table for angular component values.
angulars - Variable in class org.jhotdraw.color.PolarColorWheelImageProducer
Lookup table for angular component values.
angulars - Variable in class org.jhotdraw.color.QuantizingColorWheelImageProducer
Lookup table for angular component values.
AnimationSample - Class in org.jhotdraw.samples.mini
AnimationSample displays a rotating ellipse figure.
AnimationSample() - Constructor for class org.jhotdraw.samples.mini.AnimationSample
Creates new form AnimationSample
AppletApplication - Class in org.jhotdraw.app
AppletApplication handles the lifecycle of a single View inside of a Java Applet.
AppletApplication(JApplet) - Constructor for class org.jhotdraw.app.AppletApplication
Creates a new instance of AppletApplication
Application - Interface in org.jhotdraw.app
An application handles the lifecycle of View objects and provides windows to present them on screen.
APPLICATION_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the application property.
ApplicationModel - Interface in org.jhotdraw.app
ApplicationModel provides meta-data for an Application, actions and factory methods for creating Views, toolbars and URIChoosers.
apply(HarmonicColorModel) - Method in interface org.jhotdraw.color.HarmonicRule
 
apply(HarmonicColorModel) - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
apply(Element) - Method in class org.jhotdraw.xml.css.CSSRule
 
apply(IXMLElement) - Method in class org.jhotdraw.xml.css.CSSRule
 
applyAttributes() - Method in class org.jhotdraw.draw.action.ApplyAttributesAction
 
ApplyAttributesAction - Class in org.jhotdraw.draw.action
ApplyAttributesAction.
ApplyAttributesAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.ApplyAttributesAction
Creates a new instance.
applyAttributesTo(Figure) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
Applies all attributes of this figure to that figure.
applyAttributesTo(Figure) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
Applies all attributes of this figure to that figure.
applyAttributesTo(Map<AttributeKey, Object>, Set<Figure>) - Method in class org.jhotdraw.draw.action.AttributeAction
Applies the specified attributes to the currently selected figures of the drawing.
applyAttributesTo(Figure) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Applies all attributes of this figure to that figure.
applyDefaultAttributesTo(Figure) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
applyDefaultAttributesTo(Figure) - Method in interface org.jhotdraw.draw.DrawingEditor
Applies the default attributes to the specified figure.
applyDefaultAttributesTo(Figure) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
applyRules() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
applyRules() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
applySelectedColorToFigures() - Method in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
applySelectedColorToFigures() - Method in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
applySelectedFontToFigures() - Method in class org.jhotdraw.draw.action.FontChooserHandler
 
applyStylesTo(Element) - Method in class org.jhotdraw.xml.css.StyleManager
 
applyStylesTo(IXMLElement) - Method in class org.jhotdraw.xml.css.StyleManager
 
APPROVE_OPTION - Static variable in class org.jhotdraw.gui.JFontChooser
Return value if approve (yes, ok) is chosen.
APPROVE_OPTION - Static variable in interface org.jhotdraw.gui.URIChooser
Return value if approve (yes, ok) is chosen.
APPROVE_SELECTION - Static variable in class org.jhotdraw.gui.JFontChooser
Instruction to approve the current selection (same as pressing yes or ok).
APPROVE_SELECTION - Static variable in interface org.jhotdraw.gui.URIChooser
Instruction to approve the current selection (same as pressing yes or ok).
approveSelection() - Method in class org.jhotdraw.gui.JFontChooser
Called by the UI when the user hits the Approve button (labeled "Open" or "Save", by default).
ARC_HEIGHT_PROPERTY - Static variable in class org.jhotdraw.draw.RoundRectangleFigure
Identifies the arcHeight JavaBeans property.
ARC_HEIGHT_PROPERTY - Static variable in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Identifies the arcHeight JavaBeans property.
ARC_WIDTH_PROPERTY - Static variable in class org.jhotdraw.draw.RoundRectangleFigure
Identifies the arcWidth JavaBeans property.
ARC_WIDTH_PROPERTY - Static variable in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Identifies the arcWidth JavaBeans property.
arcTo(double, double, double, boolean, boolean, double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds an elliptical arc, defined by two radii, an angle from the x-axis, a flag to choose the large arc or not, a flag to indicate if we increase or decrease the angles and the final point of the arc.
arcTo(Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
(x1, y1) and (x2, y2) is defining the bounding box of a ellipse.
areaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
areaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
areaInvalidated(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when the drawing area used by the figure needs to be repainted.
areaInvalidated(HandleEvent) - Method in interface org.jhotdraw.draw.event.HandleListener
Sent when an area of the drawing view needs to be repainted.
areaInvalidated(ToolEvent) - Method in class org.jhotdraw.draw.event.ToolAdapter
 
areaInvalidated(ToolEvent) - Method in interface org.jhotdraw.draw.event.ToolListener
Sent when an area of the drawing view needs to be repainted.
areaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Sent when a region used by the figure needs to be repainted.
areaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
areaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure.FigureHandler
 
Arrangeable - Interface in org.jhotdraw.gui
Arrangeable.
Arrangeable.Arrangement - Enum in org.jhotdraw.gui
 
arrangeFramesHorizontally() - Method in class org.jhotdraw.gui.JMDIDesktopPane
Arranges the frames as efficiently as possibly with preference for keeping horizontal size maximal.
arrangeFramesVertically() - Method in class org.jhotdraw.gui.JMDIDesktopPane
Arranges the frames as efficiently as possibly with preference for keeping vertical size maximal.
ArrangeToolBar - Class in org.jhotdraw.samples.svg.gui
ArrangeToolBar.
ArrangeToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.ArrangeToolBar
Creates new instance.
ArrangeToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for AlignToolPane.
ArrangeToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
 
ArrangeWindowsAction - Class in org.jhotdraw.app.action.window
Changes the arrangement of an Arrangeable object.
ArrangeWindowsAction(Arrangeable, Arrangeable.Arrangement) - Constructor for class org.jhotdraw.app.action.window.ArrangeWindowsAction
Creates a new instance.
ArrowTip - Class in org.jhotdraw.draw.decoration
A LineDecoration which draws an arrow tip.
ArrowTip() - Constructor for class org.jhotdraw.draw.decoration.ArrowTip
 
ArrowTip(double, double, double) - Constructor for class org.jhotdraw.draw.decoration.ArrowTip
Constructs an arrow tip with the specified angle and outer and inner radius.
ArrowTip(double, double, double, boolean, boolean, boolean) - Constructor for class org.jhotdraw.draw.decoration.ArrowTip
Constructs an arrow tip with the specified parameters.
atEOF() - Method in interface net.n3.nanoxml.IXMLReader
Returns true if there are no more characters left to be read.
atEOF() - Method in class net.n3.nanoxml.StdXMLReader
Returns true if there are no more characters left to be read.
atEOFOfCurrentStream() - Method in interface net.n3.nanoxml.IXMLReader
Returns true if the current stream has no more characters left to be read.
atEOFOfCurrentStream() - Method in class net.n3.nanoxml.StdXMLReader
Returns true if the current stream has no more characters left to be read.
ATTRIBUTE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Attribute handle fill color.
ATTRIBUTE_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Attribute handle fill color.
ATTRIBUTE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Attribute handle stroke color.
ATTRIBUTE_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Attribute handle stroke color.
ATTRIBUTE_VALUE_PROPERTY - Static variable in interface org.jhotdraw.gui.AttributeEditor
 
ATTRIBUTE_WITH_INVALID_VALUE - Static variable in exception net.n3.nanoxml.XMLValidationException
An attribute has an invalid value.
AttributeAction - Class in org.jhotdraw.draw.action
AttributeAction applies attribute values on the selected figures of the current DrawingView of a DrawingEditor.
AttributeAction(DrawingEditor, AttributeKey, Object) - Constructor for class org.jhotdraw.draw.action.AttributeAction
Creates a new instance.
AttributeAction(DrawingEditor, AttributeKey, Object, Icon) - Constructor for class org.jhotdraw.draw.action.AttributeAction
Creates a new instance.
AttributeAction(DrawingEditor, AttributeKey, Object, String) - Constructor for class org.jhotdraw.draw.action.AttributeAction
Creates a new instance.
AttributeAction(DrawingEditor, AttributeKey, Object, String, Icon) - Constructor for class org.jhotdraw.draw.action.AttributeAction
 
AttributeAction(DrawingEditor, AttributeKey, Object, String, Icon, Action) - Constructor for class org.jhotdraw.draw.action.AttributeAction
 
AttributeAction(DrawingEditor, Map<AttributeKey, Object>, String, Icon) - Constructor for class org.jhotdraw.draw.action.AttributeAction
 
attributeAdded(String, String, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
Indicates that an attribute has been added to the current element.
attributeAdded(String, String, String, int) - Method in class net.n3.nanoxml.NonValidator
Indicates that an attribute has been added to the current element.
attributeAdded(String, String, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
This method is called when the attributes of an XML element have been processed.
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler.EventHandler
 
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.DrawingComponentRepainter
 
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
attributeChanged(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when an attribute of the figure has changed.
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.SelectionComponentRepainter
 
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
attributeChanged(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
AttributeChangeEdit<T> - Class in org.jhotdraw.draw.event
An UndoableEdit event which can undo a change of a Figure attribute.
AttributeChangeEdit(Figure, AttributeKey<T>, T, T) - Constructor for class org.jhotdraw.draw.event.AttributeChangeEdit
Creates a new instance.
attributeDefaultValues - Variable in class net.n3.nanoxml.NonValidator
Contains the default values for attributes for the different element types.
attributeEditor - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
AttributeEditor<T> - Interface in org.jhotdraw.gui
Interface for a field or any other kind of editor which can be used to edit an attribute of the selected Figures in a DrawingView.
AttributeKey<T> - Class in org.jhotdraw.draw
An attribute key provides typesafe access to an attribute of a Figure.
AttributeKey(String, Class<T>) - Constructor for class org.jhotdraw.draw.AttributeKey
Creates a new instance with the specified attribute key, type token class, default value null, and allowing null values.
AttributeKey(String, Class<T>, T) - Constructor for class org.jhotdraw.draw.AttributeKey
Creates a new instance with the specified attribute key, type token class, and default value, and allowing null values.
AttributeKey(String, Class<T>, T, boolean) - Constructor for class org.jhotdraw.draw.AttributeKey
Creates a new instance with the specified attribute key, type token class, default value, and allowing or disallowing null values.
AttributeKey(String, Class<T>, T, boolean, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.AttributeKey
Creates a new instance with the specified attribute key, type token class, default value, and allowing or disallowing null values.
attributeKey - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
AttributeKeys - Class in org.jhotdraw.draw
Defines a put of well known Figure attributes.
AttributeKeys() - Constructor for class org.jhotdraw.draw.AttributeKeys
 
AttributeKeys.Alignment - Enum in org.jhotdraw.draw
 
AttributeKeys.Orientation - Enum in org.jhotdraw.draw
 
AttributeKeys.StrokePlacement - Enum in org.jhotdraw.draw
 
AttributeKeys.StrokeType - Enum in org.jhotdraw.draw
 
AttributeKeys.Underfill - Enum in org.jhotdraw.draw
 
AttributeKeys.WindingRule - Enum in org.jhotdraw.draw
 
attributeRestoreData - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
attributes - Variable in class org.jhotdraw.draw.action.AttributeAction
 
attributes - Variable in class org.jhotdraw.draw.action.DrawingAttributeAction
 
attributes - Variable in class org.jhotdraw.draw.GraphicalCompositeFigure
 
attributes - Variable in class org.jhotdraw.draw.tool.BezierTool
 
AttributeToggler<T> - Class in org.jhotdraw.draw.action
AttributeToggler toggles an attribute of the selected figures between two different values.
AttributeToggler(DrawingEditor, AttributeKey<T>, T, T) - Constructor for class org.jhotdraw.draw.action.AttributeToggler
Creates a new instance.
AttributeToggler(DrawingEditor, AttributeKey<T>, T, T, Action) - Constructor for class org.jhotdraw.draw.action.AttributeToggler
 
AWTClipboard - Class in org.jhotdraw.gui.datatransfer
AWTClipboard acts as a proxy to an AWT Clipboard object.
AWTClipboard(Clipboard) - Constructor for class org.jhotdraw.gui.datatransfer.AWTClipboard
Creates a new proxy for the specified target object.

B

BackdropBorder - Class in org.jhotdraw.gui.plaf.palette
BackdropBorder.
BackdropBorder(Border) - Constructor for class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
BackdropBorder(Border, Border) - Constructor for class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
BackdropBorder.UIResource - Class in org.jhotdraw.gui.plaf.palette
 
backgroundTile - Variable in class org.jhotdraw.draw.DefaultDrawingView
 
Base64 - Class in org.jhotdraw.io
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jhotdraw.io
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.jhotdraw.io
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
baseIndex - Variable in class org.jhotdraw.color.AbstractHarmonicRule
 
basicAdd(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
basicAdd(int, Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
basicAdd(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Adds a child to the figure without firing events.
basicAdd(int, Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Adds a child to the figure at the specified index without firing events.
basicAdd(int, Figure) - Method in class org.jhotdraw.draw.DefaultDrawing
 
basicAdd(Figure) - Method in interface org.jhotdraw.draw.Drawing
Reinserts a figure which was temporarily removed using basicRemove.
basicAdd(int, Figure) - Method in interface org.jhotdraw.draw.Drawing
Reinserts a figure which was temporarily removed using basicRemove.
basicAdd(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
basicAdd(int, Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
basicAdd(int, Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
basicAdd(int, Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
basicAddAll(int, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
basicAddAll(int, Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Reinserts the specified figures which were temporarily removed from the drawing.
basicCreateView() - Method in class org.jhotdraw.app.AbstractApplication
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.DragHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.LocatorHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
basicGetBounds() - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
basicGetBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
basicRemove(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
basicRemove(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Removes the specified child without firing events.
basicRemove(Figure) - Method in interface org.jhotdraw.draw.Drawing
Removes a figure temporarily from the drawing.
basicRemove(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
basicRemoveAll(Collection<? extends Figure>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Removes all children.
basicRemoveAll(Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Removes the specified figures temporarily from the drawing.
basicRemoveAllChildren() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Removes all children.
basicRemoveAllChildren() - Method in interface org.jhotdraw.draw.CompositeFigure
Removes all children from the composite figure without firing events.
basicRemoveAllChildren() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
basicRemoveChild(int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
basicRemoveChild(int) - Method in interface org.jhotdraw.draw.CompositeFigure
Removes the child at the specified index without firing events.
basicRemoveChild(int) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
basicRemoveChild(int) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
basicRemoveChild(int) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
basicSetPresentationFigureBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
beautifyName(String) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
beginEdit(TextHolderFigure) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
 
beginEdit(TextHolderFigure) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
beginEdit(TextHolderFigure) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
beginEdit(TextHolderFigure) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
beginGraphics(Graphics2D) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteUtilities
 
Bezier - Class in org.jhotdraw.geom
Provides algorithms for fitting Bezier curves to a set of digitized points.
BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier control point handle fill color.
BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier control point handle fill color.
BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier control point handle stroke color.
BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier control point handle stroke color.
BEZIER_NODE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier node handle fill color.
BEZIER_NODE_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier node handle fill color.
BEZIER_NODE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier node handle stroke color.
BEZIER_NODE_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier node handle stroke color.
BEZIER_PATH_COLOR_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke color 1.
BEZIER_PATH_COLOR_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke color 1.
BEZIER_PATH_COLOR_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path hover stroke color 1.
BEZIER_PATH_COLOR_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke color 2.
BEZIER_PATH_COLOR_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke color 2.
BEZIER_PATH_COLOR_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path hover stroke color 2.
BEZIER_PATH_LAYOUTER - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Liner object.
BEZIER_PATH_STROKE_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke 1.
BEZIER_PATH_STROKE_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke 1.
BEZIER_PATH_STROKE_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path hover stroke 1.
BEZIER_PATH_STROKE_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke 2.
BEZIER_PATH_STROKE_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path stroke 2.
BEZIER_PATH_STROKE_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier path hover stroke 2.
BEZIER_TANGENT_COLOR_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke color 1.
BEZIER_TANGENT_COLOR_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke color 1.
BEZIER_TANGENT_COLOR_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke color 2.
BEZIER_TANGENT_COLOR_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke color 2.
BEZIER_TANGENT_STROKE_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke 1.
BEZIER_TANGENT_STROKE_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke 1.
BEZIER_TANGENT_STROKE_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke 2.
BEZIER_TANGENT_STROKE_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Bezier tangent line stroke 2.
BezierControlPointHandle - Class in org.jhotdraw.draw.handle
A Handle which allows to interactively change a control point of a bezier path.
BezierControlPointHandle(BezierFigure, int, int) - Constructor for class org.jhotdraw.draw.handle.BezierControlPointHandle
Creates a new instance.
BezierControlPointHandle(BezierFigure, int, int, Figure) - Constructor for class org.jhotdraw.draw.handle.BezierControlPointHandle
 
BezierDemo - Class in org.jhotdraw.samples.mini
Demonstration of the curve fitting algorithm of class Bezier.
BezierDemo() - Constructor for class org.jhotdraw.samples.mini.BezierDemo
Creates new form BezierDemo
BezierFigure - Class in org.jhotdraw.draw
A Figure which draws an opened or a closed bezier path.
BezierFigure() - Constructor for class org.jhotdraw.draw.BezierFigure
Creates an empty BezierFigure, for example without any BezierPath.Nodes.
BezierFigure(boolean) - Constructor for class org.jhotdraw.draw.BezierFigure
Creates an empty BezierFigure, for example without any BezierPath.Nodes.
BezierLabelLocator - Class in org.jhotdraw.draw.locator
A Locator which can be used to place a label on the path of a BezierFigure.
BezierLabelLocator() - Constructor for class org.jhotdraw.draw.locator.BezierLabelLocator
Creates a new instance.
BezierLabelLocator(double, double, double) - Constructor for class org.jhotdraw.draw.locator.BezierLabelLocator
Creates a new locator.
BezierNodeEdit - Class in org.jhotdraw.draw.event
An UndoableEdit event which can undo a change of a node in a BezierFigure.
BezierNodeEdit(BezierFigure, int, BezierPath.Node, BezierPath.Node) - Constructor for class org.jhotdraw.draw.event.BezierNodeEdit
Creates a new instance.
BezierNodeHandle - Class in org.jhotdraw.draw.handle
A Handle which allows to interactively change a node of a bezier path.
BezierNodeHandle(BezierFigure, int) - Constructor for class org.jhotdraw.draw.handle.BezierNodeHandle
Creates a new instance.
BezierNodeHandle(BezierFigure, int, Figure) - Constructor for class org.jhotdraw.draw.handle.BezierNodeHandle
 
BezierOutlineHandle - Class in org.jhotdraw.draw.handle
A non-interactive Handle which draws the outline of a BezierFigure to make adjustments easier.
BezierOutlineHandle(BezierFigure) - Constructor for class org.jhotdraw.draw.handle.BezierOutlineHandle
Creates a new instance.
BezierOutlineHandle(BezierFigure, boolean) - Constructor for class org.jhotdraw.draw.handle.BezierOutlineHandle
 
BezierPath - Class in org.jhotdraw.geom
BezierPath allows the construction of paths consisting of straight lines, quadratic curves and cubic curves.
BezierPath() - Constructor for class org.jhotdraw.geom.BezierPath
Creates a new instance.
BezierPath.Node - Class in org.jhotdraw.geom
Defines a vertex (node) of the bezier path.
BezierPathIterator - Class in org.jhotdraw.geom
This class represents the iterator for a BezierPath.
BezierPathIterator(BezierPath) - Constructor for class org.jhotdraw.geom.BezierPathIterator
Constructs an iterator given a BezierPath.
BezierPathIterator(BezierPath, AffineTransform) - Constructor for class org.jhotdraw.geom.BezierPathIterator
Constructs an iterator given a BezierPath and an optional AffineTransform.
BezierPointLocator - Class in org.jhotdraw.draw.locator
A Locator which locates a node on the bezier path of a BezierFigure.
BezierPointLocator(int) - Constructor for class org.jhotdraw.draw.locator.BezierPointLocator
 
BezierPointLocator(int, int) - Constructor for class org.jhotdraw.draw.locator.BezierPointLocator
 
BezierScaleHandle - Class in org.jhotdraw.draw.handle
A Handle which allows to interactively scale and rotate a BezierFigure.
BezierScaleHandle(BezierFigure) - Constructor for class org.jhotdraw.draw.handle.BezierScaleHandle
Creates a new instance.
BezierTool - Class in org.jhotdraw.draw.tool
A Tool which allows to create a new BezierFigure by drawing its path.
BezierTool(BezierFigure) - Constructor for class org.jhotdraw.draw.tool.BezierTool
Creates a new instance.
BezierTool(BezierFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.BezierTool
Creates a new instance.
BezierTool(BezierFigure, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.tool.BezierTool
 
border - Variable in class org.jhotdraw.samples.mini.BorderRectangleFigure
Deprecated.
 
borderComponent - Static variable in class org.jhotdraw.samples.mini.BorderRectangleFigure
Deprecated.
 
BorderRectangleFigure - Class in org.jhotdraw.samples.mini
Deprecated.
This class should be in one of the samples package
BorderRectangleFigure(Border) - Constructor for class org.jhotdraw.samples.mini.BorderRectangleFigure
Deprecated.
Creates a new instance.
bottom - Variable in class org.jhotdraw.geom.Insets2D.Double
 
bottom - Variable in class org.jhotdraw.geom.Insets2D.Float
 
BoundedRangeInputStream - Class in org.jhotdraw.io
This input stream implements the BoundedRangeModel and allows the observation of the input reading process.
BoundedRangeInputStream(InputStream) - Constructor for class org.jhotdraw.io.BoundedRangeInputStream
Create a new instance.
bounds - Variable in class org.jhotdraw.draw.TextAreaFigure
 
bounds - Variable in class org.jhotdraw.geom.Polygon2D.Double
The bounds of this Polygon.
bounds - Variable in class org.jhotdraw.geom.Polygon2D.Float
The bounds of this Polygon.
boundsInvalidated(ToolEvent) - Method in class org.jhotdraw.draw.event.ToolAdapter
 
boundsInvalidated(ToolEvent) - Method in interface org.jhotdraw.draw.event.ToolListener
Sent when the tool has edited an area outside of the bounds of the canvas.
BoundsOutlineHandle - Class in org.jhotdraw.draw.handle
A non-interactive Handle which draws the bounds of a Figure to make adjustments easier.
BoundsOutlineHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.BoundsOutlineHandle
Creates a bounds outline handle for resizing a component.
BoundsOutlineHandle(Figure, boolean, boolean) - Constructor for class org.jhotdraw.draw.handle.BoundsOutlineHandle
Creates a bounds outline handle for resizing or transforming a component.
BoundsOutlineHandle(Figure, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>) - Constructor for class org.jhotdraw.draw.handle.BoundsOutlineHandle
Creates a bounds outline handle for resizing or transforming a component.
bringToFront(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Brings a figure to the front of the drawing.
bringToFront(DrawingView, Collection<Figure>) - Static method in class org.jhotdraw.draw.action.BringToFrontAction
 
bringToFront(Figure) - Method in interface org.jhotdraw.draw.Drawing
Brings a figure to the front.
bringToFront(Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
bringToFront(Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
BringToFrontAction - Class in org.jhotdraw.draw.action
ToFrontAction.
BringToFrontAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.BringToFrontAction
Creates a new instance.
buildChooser() - Method in class org.jhotdraw.color.ColorWheelChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
buildChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
BUTTON_GROUP_KEY - Static variable in class org.jhotdraw.app.action.ActionUtil
All actions with equal value are created as a radio button and put into the same group.
ButtonFactory - Class in org.jhotdraw.draw.action
ButtonFactory.
buttonPanel - Variable in class org.jhotdraw.samples.teddy.FindDialog
 

C

C0_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for having only control point C0 in effect.
C1_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for having control point C1 in effect (in addition to C0).
C1C2_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for having control points C1 and C2 in effect (in addition to C0).
C2_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for having control point C2 in effect (in addition to C0).
cachedBounds - Variable in class org.jhotdraw.draw.AbstractCompositeFigure
Caches the bounds to improve the performance of method AbstractCompositeFigure.getBounds().
cachedDrawingArea - Variable in class org.jhotdraw.draw.AbstractCompositeFigure
Caches the drawing area to improve the performance of method AbstractCompositeFigure.getDrawingArea().
calculateFittedCurve(BezierPath) - Method in class org.jhotdraw.draw.tool.BezierTool
 
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.HorizontalLayouter
 
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.layouter.Layouter
Calculate the layout for the figure and all its subelements.
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.LocatorLayouter
 
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.VerticalLayouter
 
calculateThumbLocation() - Method in class org.jhotdraw.color.ColorSliderUI
 
calculateTickRect() - Method in class org.jhotdraw.color.ColorSliderUI
 
calculateTrackRect() - Method in class org.jhotdraw.color.ColorSliderUI
 
callTarget(Object) - Method in class org.jhotdraw.app.osx.OSXAdapter
Override this method to perform any operations on the event that comes with the various callbacks.
CANCEL_OPTION - Static variable in class org.jhotdraw.gui.JFontChooser
Return value if cancel is chosen.
CANCEL_OPTION - Static variable in interface org.jhotdraw.gui.URIChooser
Return value if cancel is chosen.
CANCEL_SELECTION - Static variable in class org.jhotdraw.gui.JFontChooser
Instruction to cancel the current selection.
CANCEL_SELECTION - Static variable in interface org.jhotdraw.gui.URIChooser
Instruction to cancel the current selection.
cancelSelection() - Method in class org.jhotdraw.gui.JFontChooser
Called by the UI when the user chooses the Cancel button.
canConnect(Connector, Connector) - Method in interface org.jhotdraw.draw.ConnectionFigure
Returns true, if this ConnectionFigure can connect the specified Connectors.
canConnect(Connector) - Method in interface org.jhotdraw.draw.ConnectionFigure
Checks if this ConnectionFigure can be connect to the specified Connector.
canConnect(Connector, Connector) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
canConnect(Connector, Connector) - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
 
canConnect(Connector, Connector) - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
 
canConnect(Connector, Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
canConnect(Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
canConnect(ConnectionFigure, Connector) - Method in class org.jhotdraw.draw.tool.ConnectionTool
This method is called on the Figure, onto which the user wants to start a new connection.
canConnect(ConnectionFigure, Connector, Connector) - Method in class org.jhotdraw.draw.tool.ConnectionTool
This method is called on the Figure, onto which the user wants to end a new connection.
canConnect(Connector, Connector) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
Checks if two figures can be connected.
canConnect(Connector) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
 
canDock(Component, Point) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
canGroup() - Method in class org.jhotdraw.draw.action.GroupAction
 
canGroup() - Method in class org.jhotdraw.samples.odg.action.CombineAction
 
canGroup() - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
canImport(JComponent, DataFlavor[]) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
canRedo() - Method in class org.jhotdraw.undo.NonUndoableEdit
 
canSaveTo(URI) - Method in class org.jhotdraw.app.AbstractView
 
canSaveTo(URI) - Method in interface org.jhotdraw.app.View
Returns true, if this view can be saved to the specified URI.
canSaveTo(URI) - Method in class org.jhotdraw.samples.draw.DrawView
 
canSaveTo(URI) - Method in class org.jhotdraw.samples.net.NetView
 
canSaveTo(URI) - Method in class org.jhotdraw.samples.odg.ODGView
 
canSaveTo(URI) - Method in class org.jhotdraw.samples.pert.PertView
 
canSaveTo(URI) - Method in class org.jhotdraw.samples.svg.SVGView
 
canUndo() - Method in class org.jhotdraw.undo.NonUndoableEdit
 
canUngroup() - Method in class org.jhotdraw.draw.action.GroupAction
 
canUngroup() - Method in class org.jhotdraw.samples.odg.action.SplitAction
 
canUngroup() - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
CANVAS_FILL_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Canvas fill color.
CANVAS_FILL_OPACITY - Static variable in class org.jhotdraw.draw.AttributeKeys
Canvas fill opacity.
CANVAS_HEIGHT - Static variable in class org.jhotdraw.draw.AttributeKeys
The height of the canvas.
CANVAS_WIDTH - Static variable in class org.jhotdraw.draw.AttributeKeys
The width of the canvas.
CanvasToolBar - Class in org.jhotdraw.samples.svg.gui
CanvasToolBar.
CanvasToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.CanvasToolBar
Creates new instance.
CanvasToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for CanvasToolBar.
CanvasToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
 
cap(Point2D.Double, Point2D.Double, double) - Static method in class org.jhotdraw.geom.Geom
Caps the line defined by p1 and p2 by the number of units specified by radius.
caretInfoLabel - Variable in class org.jhotdraw.samples.teddy.TeddyView
 
CASCADE_ID - Static variable in class org.jhotdraw.app.action.window.ArrangeWindowsAction
 
ccModel - Variable in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
center() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
Center.
center() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming Center.
center(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Center.
center(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
center(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
changeAttribute() - Method in class org.jhotdraw.draw.action.DefaultAttributeAction
 
changed() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
changed() - Method in class org.jhotdraw.draw.AbstractFigure
Informs that a figure changed the area of its display box.
changed() - Method in interface org.jhotdraw.draw.Figure
Informs that a Figure changed its visual representation and needs to be redrawn.
changedUpdate(DocumentEvent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
changeEvent - Variable in class org.jhotdraw.draw.AbstractConstrainer
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class org.jhotdraw.io.BoundedRangeInputStream
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changingDepth - Variable in class org.jhotdraw.draw.AbstractFigure
This variable is used to prevent endless change loops.
CharacterSetAccessory - Class in org.jhotdraw.samples.teddy
CharacterSetAccessory.
CharacterSetAccessory() - Constructor for class org.jhotdraw.samples.teddy.CharacterSetAccessory
Creates a new instance.
charSetCombo - Variable in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
charSetLabel - Variable in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
CHILD_ALIGNMENT - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Alignment object.
children - Variable in class org.jhotdraw.draw.AbstractCompositeFigure
The children that this figure is composed of
children() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
children() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
children() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
childrenNames() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
chooser - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
chop(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopBezierConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopDiamondConnector
Return an appropriate connection point on the edge of a diamond figure
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopEllipseConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopRectangleConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopRoundRectangleConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.ChopTriangleConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
chop(Point2D.Double) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
This is a default implementation that chops the point at the rectangle returned by getBounds() of the figure.
chop(Point2D.Double) - Method in class org.jhotdraw.draw.GroupFigure
This is a default implementation that chops the point at the rectangle returned by getBounds() of the figure.
chop(Point2D.Double) - Method in class org.jhotdraw.draw.TriangleFigure
 
chop(Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath
Returns a point on the edge of the bezier path which crosses the line from the center of the bezier path to the specified point.
chop(Shape, Point2D.Double) - Static method in class org.jhotdraw.geom.Geom
Returns a point on the edge of the shape which crosses the line from the center of the shape to the specified point.
ChopBezierConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of a BezierFigure.
ChopBezierConnector() - Constructor for class org.jhotdraw.draw.connector.ChopBezierConnector
Creates a new instance.
ChopBezierConnector(BezierFigure) - Constructor for class org.jhotdraw.draw.connector.ChopBezierConnector
 
ChopDiamondConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of any figure which has a diamond shape, such as DiamondFigure.
ChopDiamondConnector() - Constructor for class org.jhotdraw.draw.connector.ChopDiamondConnector
 
ChopDiamondConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.ChopDiamondConnector
 
ChopEllipseConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of any figure which has an elliptic shape, such as EllipseFigure.
ChopEllipseConnector() - Constructor for class org.jhotdraw.draw.connector.ChopEllipseConnector
Only used for DOMStorable input.
ChopEllipseConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.ChopEllipseConnector
 
ChopRectangleConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of any figure which has a rectangular shape, such as RectangleFigure.
ChopRectangleConnector() - Constructor for class org.jhotdraw.draw.connector.ChopRectangleConnector
Creates a new instance.
ChopRectangleConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.ChopRectangleConnector
 
ChopRoundRectangleConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of a RoundRectangleFigure.
ChopRoundRectangleConnector() - Constructor for class org.jhotdraw.draw.connector.ChopRoundRectangleConnector
Only used for DOMStorable input.
ChopRoundRectangleConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.ChopRoundRectangleConnector
 
ChopTriangleConnector - Class in org.jhotdraw.draw.connector
A Connector which locates a connection point at the bounds of a TriangleFigure.
ChopTriangleConnector() - Constructor for class org.jhotdraw.draw.connector.ChopTriangleConnector
Only used for DOMStorable input.
ChopTriangleConnector(TriangleFigure) - Constructor for class org.jhotdraw.draw.connector.ChopTriangleConnector
Creates a new instance.
CIELABColorSpace - Class in org.jhotdraw.color
The 1976 CIE L*a*b* color space (CIELAB).
CIELABColorSpace() - Constructor for class org.jhotdraw.color.CIELABColorSpace
 
CIELABColorSpace.OutsideGamutHandling - Enum in org.jhotdraw.color
 
CIELCHabColorSpace - Class in org.jhotdraw.color
The 1976 CIE L*CHa*b* color space (CIELCH).
CIELCHabColorSpace() - Constructor for class org.jhotdraw.color.CIELCHabColorSpace
 
CIEXYChromaticityDiagram - Class in org.jhotdraw.samples.color
CIEXYChromaticityDiagram.
CIEXYChromaticityDiagram() - Constructor for class org.jhotdraw.samples.color.CIEXYChromaticityDiagram
Creates new form CIEXYChromaticityDiagram
CIEXYChromaticityDiagramImageProducer - Class in org.jhotdraw.color
Produces a CIE xy Chromaticity Diagram.
CIEXYChromaticityDiagramImageProducer(int, int) - Constructor for class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
CIEXYChromaticityDiagramImageProducer.OutsideGamutHandling - Enum in org.jhotdraw.color
 
CLASS_KEY - Static variable in class net.n3.nanoxml.XMLParserFactory
The Java properties key of the XML parser class name.
clear() - Method in interface org.jhotdraw.app.View
Clears the view, for example by emptying the contents of the view, or by reading a template contents from a file.
clear() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
clear() - Method in class org.jhotdraw.samples.draw.DrawView
Clears the view.
clear() - Method in class org.jhotdraw.samples.net.NetView
Clears the view.
clear() - Method in class org.jhotdraw.samples.odg.ODGView
Clears the view.
clear() - Method in class org.jhotdraw.samples.pert.PertView
Clears the view.
clear() - Method in class org.jhotdraw.samples.svg.SVGView
Clears the view.
clear() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
clear() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
clear() - Method in class org.jhotdraw.xml.css.StyleManager
 
clearDisclosedComponents() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
ClearFileAction - Class in org.jhotdraw.app.action.file
Clears (empties) the contents of the active view.
ClearFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.ClearFileAction
Creates a new instance.
clearGenericFontFamilies() - Method in class org.jhotdraw.text.FontFormatter
Clears the generic font families map.
clearHoverHandles() - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
clearHoverHandles() - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
ClearRecentFilesMenuAction - Class in org.jhotdraw.app.action.file
Clears (empties) the Recent Files sub-menu in the File menu.
ClearRecentFilesMenuAction(Application) - Constructor for class org.jhotdraw.app.action.file.ClearRecentFilesMenuAction
Creates a new instance.
clearRecentURIs() - Method in class org.jhotdraw.app.AbstractApplication
 
clearRecentURIs() - Method in interface org.jhotdraw.app.Application
Clears the list of recent URIs.
clearSelection() - Method in class org.jhotdraw.draw.DefaultDrawingView
Clears the current selection.
clearSelection() - Method in interface org.jhotdraw.draw.DrawingView
Clears the current selection.
clearSelection() - Method in interface org.jhotdraw.gui.EditableComponent
Selects nothing.
ClearSelectionAction - Class in org.jhotdraw.app.action.edit
Clears (de-selects) the selected region.
ClearSelectionAction() - Constructor for class org.jhotdraw.app.action.edit.ClearSelectionAction
Creates a new instance which acts on the currently focused component.
ClearSelectionAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.ClearSelectionAction
Creates a new instance which acts on the specified component.
ClientHttpRequest - Class in org.jhotdraw.net
 
ClientHttpRequest(URLConnection) - Constructor for class org.jhotdraw.net.ClientHttpRequest
Creates a new multipart POST HTTP request on a freshly opened URLConnection
ClientHttpRequest(URL) - Constructor for class org.jhotdraw.net.ClientHttpRequest
Creates a new multipart POST HTTP request for a specified URL
ClientHttpRequest(String) - Constructor for class org.jhotdraw.net.ClientHttpRequest
Creates a new multipart POST HTTP request for a specified URL string
ClipboardUtil - Class in org.jhotdraw.gui.datatransfer
ClipboardUtil provides utility methods for the Java Clipboard API.
ClipboardUtil() - Constructor for class org.jhotdraw.gui.datatransfer.ClipboardUtil
 
clockwiseArcTo(Object, Object, Object, Object, Object, Object, Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
clone() - Method in class org.jhotdraw.beans.AbstractBean
 
clone() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
clone() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractConstrainer
 
clone() - Method in class org.jhotdraw.draw.AbstractDrawing
 
clone() - Method in class org.jhotdraw.draw.AbstractFigure
 
clone() - Method in class org.jhotdraw.draw.BezierFigure
 
clone() - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
clone() - Method in interface org.jhotdraw.draw.connector.Connector
Returns a clone of the Connection.
clone() - Method in class org.jhotdraw.draw.DiamondFigure
 
clone() - Method in class org.jhotdraw.draw.EllipseFigure
 
clone() - Method in interface org.jhotdraw.draw.Figure
Returns a clone of the figure, with clones of all aggregated figures, such as children and decorators.
clone() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.ImageFigure
 
clone() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
clone() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
clone() - Method in class org.jhotdraw.draw.liner.CurvedLiner
 
clone() - Method in class org.jhotdraw.draw.liner.ElbowLiner
 
clone() - Method in interface org.jhotdraw.draw.liner.Liner
 
clone() - Method in class org.jhotdraw.draw.liner.SlantedLiner
 
clone() - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
clone() - Method in class org.jhotdraw.draw.RectangleFigure
 
clone() - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
clone() - Method in class org.jhotdraw.draw.TextAreaFigure
 
clone() - Method in class org.jhotdraw.draw.TextFigure
 
clone() - Method in class org.jhotdraw.draw.TriangleFigure
 
clone() - Method in class org.jhotdraw.geom.BezierPath
Creates a deep copy of the BezierPath.
clone() - Method in class org.jhotdraw.geom.BezierPath.Node
 
clone() - Method in class org.jhotdraw.geom.Insets2D
Creates a new object of the same class as this object.
clone() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
clone() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
clone() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
clone() - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
clone() - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
clone() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
clone() - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
clone() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
clone() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
clone() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
clone() - Method in interface org.jhotdraw.samples.odg.Gradient
 
clone() - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
 
clone() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
clone() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
clone() - Method in interface org.jhotdraw.samples.svg.Gradient
 
clone() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
clone() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
close() - Method in class org.jhotdraw.io.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Closes the current path segment.
close() - Method in class org.jhotdraw.samples.svg.SVGApplet
Closes the applet.
CLOSE_AUTOMATICALLY_PROPERTY - Static variable in class org.jhotdraw.gui.JPopupButton
 
closeElement() - Method in interface org.jhotdraw.xml.DOMInput
Closes the current element of the DOM Document.
closeElement() - Method in interface org.jhotdraw.xml.DOMOutput
Closes the current element of the DOM Document.
closeElement() - Method in class org.jhotdraw.xml.JavaxDOMInput
Closes the current element of the DOM Document.
closeElement() - Method in class org.jhotdraw.xml.JavaxDOMOutput
Closes the current element of the DOM Document.
closeElement() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Closes the current element of the DOM Document.
closeElement() - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Closes the current element of the DOM Document.
CloseFileAction - Class in org.jhotdraw.app.action.file
Closes the active view after letting the user save unsaved changes.
CloseFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.CloseFileAction
Creates a new instance.
CloseHandle - Class in org.jhotdraw.draw.handle
A Handle which requests to remove its owning figure when clicked.
CloseHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.CloseHandle
Creates a new instance.
CloseHandle(Figure, Locator) - Constructor for class org.jhotdraw.draw.handle.CloseHandle
Creates a new instance.
CMYKGenericColorSpace - Class in org.jhotdraw.color
A ColorSpace for CMYK color components using a generic CMYK profile.
CMYKGenericColorSpace() - Constructor for class org.jhotdraw.color.CMYKGenericColorSpace
 
CMYKNominalColorSpace - Class in org.jhotdraw.color
A ColorSpace for CMYK color components (cyan, magenta, yellow, black) with nominally converted color components from/to an RGB color model.
CMYKNominalColorSpace() - Constructor for class org.jhotdraw.color.CMYKNominalColorSpace
 
collectFamiliesNamed(ArrayList<FontFamilyNode>, String...) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
COLOR_SPACE_PROPERTY - Static variable in interface org.jhotdraw.color.HarmonicColorModel
 
colorChanged(HarmonicColorModel, int, Color, Color) - Method in interface org.jhotdraw.color.HarmonicRule
 
colorChanged(HarmonicColorModel, int, Color, Color) - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
colorChooser - Variable in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
colorChooser - Static variable in class org.jhotdraw.draw.action.EditorColorChooserAction
 
colorChooser - Variable in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
ColorFormatter - Class in org.jhotdraw.text
ColorFormatter is used to format colors into a textual representation which can be edited in an entry field.
ColorFormatter() - Constructor for class org.jhotdraw.text.ColorFormatter
 
ColorFormatter(ColorFormatter.Format, boolean, boolean) - Constructor for class org.jhotdraw.text.ColorFormatter
 
ColorFormatter.Format - Enum in org.jhotdraw.text
Specifies the formats supported by ColorFormatter.
ColorIcon - Class in org.jhotdraw.draw.action
ColorIcon.
ColorIcon(int) - Constructor for class org.jhotdraw.draw.action.ColorIcon
Creates a new instance.
ColorIcon(Color) - Constructor for class org.jhotdraw.draw.action.ColorIcon
 
ColorIcon(int, String) - Constructor for class org.jhotdraw.draw.action.ColorIcon
 
ColorIcon(Color, String) - Constructor for class org.jhotdraw.draw.action.ColorIcon
 
ColorIcon(Color, String, int, int) - Constructor for class org.jhotdraw.draw.action.ColorIcon
 
ColorIcon - Class in org.jhotdraw.gui.plaf.palette.colorchooser
ColorIcon.
ColorIcon(int) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
Creates a new instance.
ColorIcon(Color) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
ColorIcon(int, String) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
ColorIcon(Color, String) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
ColorIcon(Color, String, int, int) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
ColorListCellRenderer - Class in org.jhotdraw.color
ColorListCellRenderer.
ColorListCellRenderer() - Constructor for class org.jhotdraw.color.ColorListCellRenderer
 
ColorSliderModel - Interface in org.jhotdraw.color
ColorSliderModel.
ColorSliderTextFieldHandler - Class in org.jhotdraw.gui.plaf.palette.colorchooser
This handler adjusts the value of a component in the color slider model, when the user enters text into the text field.
ColorSliderTextFieldHandler(JTextField, ColorSliderModel, int) - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
ColorSliderUI - Class in org.jhotdraw.color
A UI delegate for color sliders.
ColorSliderUI(JSlider) - Constructor for class org.jhotdraw.color.ColorSliderUI
Creates a new instance.
ColorSliderUI.CSUIPropertyChangeHandler - Class in org.jhotdraw.color
 
ColorSliderUI.TrackListener - Class in org.jhotdraw.color
 
colorSpace - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
colorSpace - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
colorSpace - Variable in class org.jhotdraw.color.DefaultColorSliderModel
 
ColorSquareImageProducer - Class in org.jhotdraw.color
Produces a square image for JColorWheel by interpreting two components of a ColorSpace as x and y coordinates.
ColorSquareImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.ColorSquareImageProducer
Creates a new instance.
ColorSquareImageProducer(ColorSpace, int, int, boolean, boolean) - Constructor for class org.jhotdraw.color.ColorSquareImageProducer
Creates a new instance.
ColorToolTipTextFormatter - Class in org.jhotdraw.text
ColorFormatter is used to format colors into a textual representation which can be displayed as a tooltip.
ColorToolTipTextFormatter() - Constructor for class org.jhotdraw.text.ColorToolTipTextFormatter
 
ColorTrackImageProducer - Class in org.jhotdraw.color
ColorTrackImageProducer creates the image for the track of a color slider.
ColorTrackImageProducer(int, int, int, boolean) - Constructor for class org.jhotdraw.color.ColorTrackImageProducer
Creates a new instance.
ColorUtil - Class in org.jhotdraw.color
A utility class for Color and ColorSpace objects.
ColorWheelChooser - Class in org.jhotdraw.color
A HSB color chooser, which displays a hue/saturation color wheel, and a brightness slider.
ColorWheelChooser() - Constructor for class org.jhotdraw.color.ColorWheelChooser
Creates a new instance.
colorWheelImage - Variable in class org.jhotdraw.color.JColorWheel
 
colorWheelProducer - Variable in class org.jhotdraw.color.JColorWheel
 
COLUMN_COUNT_PROPERTY - Static variable in class org.jhotdraw.gui.JPopupButton
 
CombineAction - Class in org.jhotdraw.samples.odg.action
CombinePathsAction.
CombineAction(DrawingEditor) - Constructor for class org.jhotdraw.samples.odg.action.CombineAction
Creates a new instance.
CombineAction - Class in org.jhotdraw.samples.svg.action
CombinePathsAction.
CombineAction(DrawingEditor) - Constructor for class org.jhotdraw.samples.svg.action.CombineAction
Creates a new instance.
CombineAction(DrawingEditor, SVGPathFigure) - Constructor for class org.jhotdraw.samples.svg.action.CombineAction
 
CombineAction(DrawingEditor, SVGPathFigure, boolean) - Constructor for class org.jhotdraw.samples.svg.action.CombineAction
 
combineActionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
combinePaths(DrawingView, CompositeFigure, Collection<Figure>, int) - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
commentChar(int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specified that the character argument starts a single-line comment.
compare(Figure, Figure) - Method in class org.jhotdraw.draw.FigureLayerComparator
 
compareTo(FontCollectionNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
compareTo(FontFaceNode) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
compareTo(FontFamilyNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
ComplexColorWheelImageProducer - Class in org.jhotdraw.color
Produces the image of a JColorWheel by interpreting two components of a ColorSpace as complex numbers (real and imaginary).
ComplexColorWheelImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.ComplexColorWheelImageProducer
Creates a new instance.
ComplexColorWheelImageProducer(ColorSpace, int, int, boolean, boolean) - Constructor for class org.jhotdraw.color.ComplexColorWheelImageProducer
Creates a new instance.
component - Variable in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
componentAdded(ContainerEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarContListener
 
componentChanged(int) - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
componentHidden(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentModels - Variable in class org.jhotdraw.color.DefaultColorSliderModel
Components of the color model.
componentMoved(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentRemoved(ContainerEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarContListener
 
componentResized(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentShown(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentToRGB(float, float, float) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
componentToRGB(float, float, float) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
COMPOSITE_ALIGNMENT - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Alignment object.
CompositeColor - Class in org.jhotdraw.color
CompositeColor is identical to java.awt.Color with the exception that it allows to construct an instance with color components outside of the range of 0 and 1.
CompositeColor(ColorSpace, float[], float) - Constructor for class org.jhotdraw.color.CompositeColor
Creates a color in the specified ColorSpace with the color components specified in the float array and the specified alpha.
CompositeEdit - Class in org.jhotdraw.undo
This is basically the same like javax.swing.undo.CompoundEdit but it has a slightly different behaviour: The compound edit ends, when it is added to itself.
CompositeEdit() - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates a new CompositeEdit which uses CompoundEdit#getPresentationName() and is significant..
CompositeEdit(boolean) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates a new CompositeEdit which uses the specified significance.
CompositeEdit(String) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates a new CompositeEdit which uses the specified presentation name.
CompositeEdit(String, boolean) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates a new CompositeEdit which uses the given presentation name and significance.
CompositeFigure - Interface in org.jhotdraw.draw
A composite figure is composed of several child Figures.
CompositeFigureEdit - Class in org.jhotdraw.draw.event
A CompositeEdit which invokes figure.willChange and figure.changed when undoing or redoing a change.
CompositeFigureEdit(Figure) - Constructor for class org.jhotdraw.draw.event.CompositeFigureEdit
Creates a new CompositeFigureEdit which uses CompoundEdit.getPresentatioName and is significant.
CompositeFigureEdit(Figure, boolean) - Constructor for class org.jhotdraw.draw.event.CompositeFigureEdit
Creates new CompositeFigureEdit which uses the specified significance.
CompositeFigureEdit(Figure, String) - Constructor for class org.jhotdraw.draw.event.CompositeFigureEdit
Creates new CompositeFigureEdit which uses the specified presentation name.
CompositeFigureEdit(Figure, String, boolean) - Constructor for class org.jhotdraw.draw.event.CompositeFigureEdit
Creates new CompositeEdit.
CompositeFigureEvent - Class in org.jhotdraw.draw.event
An EventObject sent to CompositeFigureListeners.
CompositeFigureEvent(CompositeFigure, Figure, Rectangle2D.Double, int) - Constructor for class org.jhotdraw.draw.event.CompositeFigureEvent
Constructs an event for the provided CompositeFigure.
CompositeFigureListener - Interface in org.jhotdraw.draw.event
Interface implemented by observers of CompositeFigure.
CompositeLineDecoration - Class in org.jhotdraw.draw.decoration
A LineDecoration which can compose multiple individual line decorations.
CompositeLineDecoration() - Constructor for class org.jhotdraw.draw.decoration.CompositeLineDecoration
Constructs a composite line decoration with no decorations.
CompositeLineDecoration(LineDecoration, LineDecoration) - Constructor for class org.jhotdraw.draw.decoration.CompositeLineDecoration
Constructs a composite line decoration with the two supplied decorations.
CompositeTransferable - Class in org.jhotdraw.gui.datatransfer
ComoositeTransferable.
CompositeTransferable() - Constructor for class org.jhotdraw.gui.datatransfer.CompositeTransferable
Creates a new instance of CompositeTransferable
configure(String[]) - Method in class org.jhotdraw.app.AbstractApplication
 
configure(String[]) - Method in interface org.jhotdraw.app.Application
Configures the application using the provided arguments array.
configure(String[]) - Method in class org.jhotdraw.app.MDIApplication
 
configure(String[]) - Method in class org.jhotdraw.app.OSXApplication
 
configure(String[]) - Method in class org.jhotdraw.app.SDIApplication
 
configureAction(Action, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureAction(Action, String, Class) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureButton(AbstractButton, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureButton(AbstractButton, String, Class) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureJCheckBoxMenuItem(JCheckBoxMenuItem, Action) - Static method in class org.jhotdraw.app.action.ActionUtil
Configures a JCheckBoxMenuItem for an Action.
configureMenu(JMenuItem, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureSlider(int, JSlider) - Method in interface org.jhotdraw.color.ColorSliderModel
Configures a JSlider.
configureSlider(int, JSlider) - Method in class org.jhotdraw.color.DefaultColorSliderModel
Configures a JSlider for this model.
configureSlider(int, JSlider) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSliderModel
Configures a JSlider for this model.
configureToolBarButton(AbstractButton, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
configureToolBarButton(AbstractButton, String, Class) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
connect(Connector) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Connect the connection with the given figure.
connect(Connector) - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
Sets the start of the connection.
connect(Connector) - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
Sets the start of the connection.
connect() - Method in class org.jhotdraw.net.ClientHttpRequest
 
CONNECTABLE_PROPERTY - Static variable in interface org.jhotdraw.draw.Figure
The name of the "connectable" property.
CONNECTED_CONNECTION_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
CONNECTED_CONNECTION_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
CONNECTED_CONNECTOR_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
CONNECTED_CONNECTOR_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
ConnectingFiguresSample - Class in org.jhotdraw.samples.mini
Example showing how to connect two text areas with an elbow connection.
ConnectingFiguresSample() - Constructor for class org.jhotdraw.samples.mini.ConnectingFiguresSample
 
ConnectionEndHandle - Class in org.jhotdraw.draw.handle
A Handle which allows to connect the end of a ConnectionFigure to another figure.
ConnectionEndHandle(ConnectionFigure) - Constructor for class org.jhotdraw.draw.handle.ConnectionEndHandle
Constructs the connection handle for the given start figure.
ConnectionFigure - Interface in org.jhotdraw.draw
A connection figure connects two figures with a BezierPath.
ConnectionStartHandle - Class in org.jhotdraw.draw.handle
A Handle which allows to connect the start of a ConnectionFigure to another figure.
ConnectionStartHandle(ConnectionFigure) - Constructor for class org.jhotdraw.draw.handle.ConnectionStartHandle
Constructs the connection handle for the given start figure.
ConnectionTool - Class in org.jhotdraw.draw.tool
A tool to create a connection between two figures.
ConnectionTool(ConnectionFigure) - Constructor for class org.jhotdraw.draw.tool.ConnectionTool
Creates a new instance.
ConnectionTool(ConnectionFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.ConnectionTool
 
ConnectionTool(ConnectionFigure, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.tool.ConnectionTool
 
ConnectionTool(String) - Constructor for class org.jhotdraw.draw.tool.ConnectionTool
 
ConnectionTool(String, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.tool.ConnectionTool
 
Connector - Interface in org.jhotdraw.draw.connector
A connector knows how to locate the start point or the end point of a ConnectionFigure on a connected figure.
ConnectorHandle - Class in org.jhotdraw.draw.handle
A Handle associated to a Connector which allows to create a new ConnectionFigure by dragging the handle to another connector.
ConnectorHandle(Connector, ConnectionFigure) - Constructor for class org.jhotdraw.draw.handle.ConnectorHandle
Creates a new instance.
connectors - Variable in class org.jhotdraw.draw.handle.AbstractConnectionHandle
All connectors of the connectable Figure.
connectors - Variable in class org.jhotdraw.draw.handle.ConnectorHandle
All connectors of the connectable Figure.
connectors - Variable in class org.jhotdraw.draw.tool.ConnectionTool
 
constrainAngle(double) - Method in interface org.jhotdraw.draw.Constrainer
Constrains the given angle (in radians).
constrainAngle(double) - Method in class org.jhotdraw.draw.GridConstrainer
 
Constrainer - Interface in org.jhotdraw.draw
A constrainer constrains editing operations performed by Tools and Handles on a DrawingView.
CONSTRAINER_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the constrainer property of the DrawingView.
CONSTRAINER_VISIBLE_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the constrainer visible property of the DrawingView.
constrainPoint(Point2D.Double) - Method in interface org.jhotdraw.draw.Constrainer
Constrains the placement of a point towards the closest constraint in any direction.
constrainPoint(Point2D.Double) - Method in class org.jhotdraw.draw.GridConstrainer
Constrains a point to the closest grid point in any direction.
constrainPoint(Point2D.Double, TranslationDirection) - Method in class org.jhotdraw.draw.GridConstrainer
Constrains the placement of a point towards a direction.
constrainPoint(Point) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
constrainPoint(Point2D.Double) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
constrainRectangle(Rectangle2D.Double) - Method in interface org.jhotdraw.draw.Constrainer
Constrains the placement of a rectangle towards the closest constrainment in any direction.
constrainRectangle(Rectangle2D.Double) - Method in class org.jhotdraw.draw.GridConstrainer
 
constrainRectangle(Rectangle2D.Double, TranslationDirection) - Method in class org.jhotdraw.draw.GridConstrainer
Constrains the placement of a rectangle towards a direction.
constraintBeforeFloating - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
construct() - Method in class org.jhotdraw.gui.Worker
Compute the value to be returned by the get method.
consumeGreedy(String) - Method in class org.jhotdraw.io.StreamPosTokenizer
Consumes a substring from the current sval of the StreamPosTokenizer.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
contains(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
 
contains(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Returns true if this composite figure contains the specified figure.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.connector.AbstractConnector
Tests if a point is contained in the connector.
contains(Point2D.Double) - Method in interface org.jhotdraw.draw.connector.Connector
Tests if a point is contained in the connector.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.connector.LocatorConnector
Tests if a point is contained in the connector.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.DiamondFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.EllipseFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Checks if a point is contained by the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
contains(Point) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
contains(Point) - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
contains(Point) - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
contains(Point) - Method in class org.jhotdraw.draw.handle.DragHandle
 
contains(Point) - Method in interface org.jhotdraw.draw.handle.Handle
Tests if a point is contained in the handle.
contains(Point) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
contains(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
contains(Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
contains(Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.RectangleFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.RoundRectangleFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.TriangleFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D) - Method in class org.jhotdraw.geom.BezierPath
 
contains(Rectangle2D) - Method in class org.jhotdraw.geom.BezierPath
 
contains(double, double, double, double) - Method in class org.jhotdraw.geom.BezierPath
 
contains(double, double) - Method in class org.jhotdraw.geom.BezierPath
 
contains(Rectangle2D.Double, Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
Returns true, if rectangle 1 contains rectangle 2.
contains(Rectangle2D, Rectangle2D) - Static method in class org.jhotdraw.geom.Geom
Returns true, if rectangle 1 contains rectangle 2.
contains(Point) - Method in class org.jhotdraw.geom.Polygon2D
Determines whether the specified Point is inside this Polygon.
contains(int, int) - Method in class org.jhotdraw.geom.Polygon2D
Determines whether the specified coordinates are inside this Polygon.
contains(double, double) - Method in class org.jhotdraw.geom.Polygon2D
contains(Point2D) - Method in class org.jhotdraw.geom.Polygon2D
contains(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D
contains(Rectangle2D) - Method in class org.jhotdraw.geom.Polygon2D
contains(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Double
 
contains(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D.Double
 
contains(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
contains(float, float) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
contains(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
contains(float, float, float, float) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
contains(Point2D.Double) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
contains(Point) - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
contains(Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
Checks if a Point2D.Double is inside the figure.
contains(double, double, double, double) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
contains(Point2D) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
contains(double, double) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
contains(Rectangle2D) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
contains(Point) - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
contains(Point) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
contains(Point) - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Checks if a Point2D.Double is inside the figure.
contains(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Checks if a Point2D.Double is inside the figure.
CONTAINS - Static variable in class org.jhotdraw.samples.teddy.regex.MatchType
 
controlPointIndex - Variable in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
ConvexHull - Class in org.jhotdraw.geom
Provides utility methods for computing the convex hull from a set of points.
ConvexHull() - Constructor for class org.jhotdraw.geom.ConvexHull
 
ConvexHullOutlineHandle - Class in org.jhotdraw.samples.svg.figures
Draws the outline of the Figure bounds to make adjustment easier.
ConvexHullOutlineHandle(SVGPathFigure) - Constructor for class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
Creates a bounds outline handle for resizing a component.
ConvexHullOutlineHandle(SVGPathFigure, boolean, boolean) - Constructor for class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
Creates a bounds outline handle for resizing or transforming a component.
ConvexHullOutlineHandle(SVGPathFigure, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>, AttributeKey<Stroke>, AttributeKey<Color>) - Constructor for class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
Creates a bounds outline handle for resizing or transforming a component.
coordinates - Variable in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
coords - Variable in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
Control points x and y coordinates.
CopyAction - Class in org.jhotdraw.app.action.edit
Copies the selected region and place its contents into the system clipboard.
CopyAction() - Constructor for class org.jhotdraw.app.action.edit.CopyAction
Creates a new instance which acts on the currently focused component.
CopyAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.CopyAction
Creates a new instance which acts on the specified component.
copyright - Variable in class org.jhotdraw.app.AbstractApplicationModel
 
COPYRIGHT - Static variable in class org.jhotdraw.samples.teddy.Main
 
COPYRIGHT_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplicationModel
 
create(Class, String, Object, String) - Static method in class org.jhotdraw.gui.event.GenericListener
A convenient version of create(listenerMethod, targetObject, targetMethod).
create(Method, Object, Method) - Static method in class org.jhotdraw.gui.event.GenericListener
Return an instance of a class that implements the interface that contains the declaration for listenerMethod.
create(Element) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
Creates a view (FieldView) based on an element.
create(Element) - Method in class org.jhotdraw.samples.teddy.text.NumberedViewFactory
 
create(String) - Method in class org.jhotdraw.xml.DefaultDOMFactory
Creates a DOMStorable object.
create(String) - Method in interface org.jhotdraw.xml.DOMFactory
Creates an object from the specified element name.
create(String) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
createActionMap(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates an action map.
createActionMap(Application, View) - Method in class org.jhotdraw.app.DefaultApplicationModel
Returns an ActionMap with a default set of actions (See class comments).
createActionMap(Application, View) - Method in class org.jhotdraw.app.EmptyApplicationModel
Returns an empty ActionMap.
createActionMap() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
Override this method to create a tool-specific action map, which overrides the action map of the drawing edtior.
createActionMap() - Method in class org.jhotdraw.draw.tool.AbstractTool
Override this method to create a tool-specific action map, which overrides the action map of the drawing edtior.
createActionMap(Application, View) - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
createActionMap(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createActionMap(Application, View) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
createActionMap(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createActionMap(Application, View) - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
 
createApplyAttributesButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a button that applies the default attributes of the editor to the current selection.
createApplyAttributesButton(DrawingEditor, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createCircle(double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createCircle(double, double, double, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createCircle(IXMLElement, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createConnection() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
Creates the ConnectionFigure.
createContainer() - Method in class org.jhotdraw.app.AbstractApplication
 
createDefaultChoosers() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
createDefaultXMLParser() - Static method in class net.n3.nanoxml.XMLParserFactory
Creates a default parser.
createDefaultXMLParser(IXMLBuilder) - Static method in class net.n3.nanoxml.XMLParserFactory
Creates a default parser.
createdFigure - Variable in class org.jhotdraw.draw.tool.BezierTool
The created figure.
createdFigure - Variable in class org.jhotdraw.draw.tool.ConnectionTool
The created figure.
createdFigure - Variable in class org.jhotdraw.draw.tool.CreationTool
The created figure.
createDialog(URIChooser, Component) - Method in class org.jhotdraw.app.action.file.OpenFileAction
We implement JFileChooser.showDialog by ourselves, so that we can center dialogs properly on screen on Mac OS X.
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.AlignToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.FigureToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.FillToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.FontToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.LinkToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBar
 
createDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.ViewToolBar
 
createDockingListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createDocument() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
createDragWindow(JToolBar) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createDrawing() - Method in class org.jhotdraw.samples.draw.DrawView
Creates a new Drawing for this view.
createDrawing() - Method in class org.jhotdraw.samples.net.NetView
Creates a new Drawing for this view.
createDrawing() - Method in class org.jhotdraw.samples.odg.ODGView
Creates a new Drawing for this view.
createDrawing() - Method in class org.jhotdraw.samples.pert.PertView
Creates a new Drawing for this view.
createDrawing() - Method in class org.jhotdraw.samples.svg.SVGApplet
Creates the drawing.
createDrawing() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Creates a new Drawing object which can be used with this SVGDrawingPanel.
createDrawing() - Method in class org.jhotdraw.samples.svg.SVGView
Creates a new Drawing for this View.
createDrawingActions(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createDrawingActions(DrawingEditor, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createDrawingActions(DrawingEditor) - Static method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createDrawingColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createDrawingColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createDrawingColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createDrawingColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createDrawingColorChooserButton(DrawingEditor, AttributeKey<Color>, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createDrawingColorChooserButton(DrawingEditor, AttributeKey<Color>, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, Class, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createDrawingComponent() - Method in class org.jhotdraw.samples.svg.SVGApplet
Creates the drawing component.
createEditMenu(View) - Method in class org.jhotdraw.app.AppletApplication
 
createEditMenu(View) - Method in interface org.jhotdraw.app.Application
Creates an edit menu for the specified view or for the entire application.
createEditMenu(View) - Method in class org.jhotdraw.app.MDIApplication
 
createEditMenu(View) - Method in class org.jhotdraw.app.OSXApplication
 
createEditMenu(View) - Method in class org.jhotdraw.app.SDIApplication
 
createEditor() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
createEditorColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createEditorColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createEditorColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createElement(String) - Method in interface net.n3.nanoxml.IXMLElement
Creates an empty element.
createElement(String, String, int) - Method in interface net.n3.nanoxml.IXMLElement
Creates an empty element.
createElement(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Creates an empty element.
createElement(String, String, String, int) - Method in interface net.n3.nanoxml.IXMLElement
Creates an empty element.
createElement(String) - Method in class net.n3.nanoxml.XMLElement
Creates an empty element.
createElement(String, String, int) - Method in class net.n3.nanoxml.XMLElement
Creates an empty element.
createElement(String, String) - Method in class net.n3.nanoxml.XMLElement
Creates an empty element.
createElement(String, String, String, int) - Method in class net.n3.nanoxml.XMLElement
Creates an empty element.
createEllipse(double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createEllipse(double, double, double, double, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createEllipse(IXMLElement, double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createEnum(String, String) - Method in class org.jhotdraw.xml.DefaultDOMFactory
 
createEnum(String, String) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
createEventHandler() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
createEventHandler() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
createEventHandler() - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
createExportChooser(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
Returns createSaveChooser.
createExportChooser(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates an export chooser.
createExportChooser(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createExportChooser(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createFigure() - Method in class org.jhotdraw.draw.tool.BezierTool
 
createFigure() - Method in class org.jhotdraw.draw.tool.ConnectionTool
Creates the ConnectionFigure.
createFigure() - Method in class org.jhotdraw.draw.tool.CreationTool
 
createFigure() - Method in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
createFigureHandler() - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
createFileMenu(View) - Method in class org.jhotdraw.app.AppletApplication
 
createFileMenu(View) - Method in interface org.jhotdraw.app.Application
Creates a file menu for the specified view or for the entire application.
createFileMenu(View) - Method in class org.jhotdraw.app.MDIApplication
 
createFileMenu(View) - Method in class org.jhotdraw.app.OSXApplication
 
createFileMenu(View) - Method in class org.jhotdraw.app.SDIApplication
 
createFloatingFrame(JToolBar) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
No longer used, use PaletteToolBarUI.createFloatingWindow(JToolBar)
createFloatingWindow(JToolBar) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Creates a window which contains the toolbar after it has been dragged out from its container
createFontButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontButton(DrawingEditor, AttributeKey<Font>, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontButton(DrawingEditor, AttributeKey<Font>, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleBoldButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleBoldButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleBoldButton(DrawingEditor, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleItalicButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleItalicButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleItalicButton(DrawingEditor, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleUnderlineButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleUnderlineButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFontStyleUnderlineButton(DrawingEditor, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createFormatterFactory() - Static method in class org.jhotdraw.text.ColorFormatter
Convenience method for creating a formatter factory with a ColorFormatter.
createFormatterFactory(ColorFormatter.Format, boolean, boolean) - Static method in class org.jhotdraw.text.ColorFormatter
Convenience method for creating a formatter factory with a 8@code ColorFormatter}.
createFormatterFactory() - Static method in class org.jhotdraw.text.FontFormatter
Convenience method for creating a formatter factory with a FontFormatter.
createFormatterFactory(boolean) - Static method in class org.jhotdraw.text.FontFormatter
Convenience method for creating a formatter factory with a 8@code FontFormatter}.
createFormatterFactory(double, double, double) - Static method in class org.jhotdraw.text.JavaNumberFormatter
Convenience method for creating a formatter factory with a ScalableNumberFormatter and a Java-style DecimalFormat.
createFormatterFactory(double, double, double, boolean) - Static method in class org.jhotdraw.text.JavaNumberFormatter
Convenience method for creating a formatter factory with a ScalableNumberFormatter and a Java-style DecimalFormat.
createFormatterFactory(double, double, double, boolean, String) - Static method in class org.jhotdraw.text.JavaNumberFormatter
Convenience method for creating a formatter factory with a ScalableNumberFormatter and a Java-style DecimalFormat.
createFrameListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createG(Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createG(Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createG(IXMLElement, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createHandles(int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
createHandles(int) - Method in class org.jhotdraw.draw.AbstractFigure
 
createHandles(int) - Method in class org.jhotdraw.draw.BezierFigure
 
createHandles(int) - Method in interface org.jhotdraw.draw.Figure
Creates handles used to manipulate the figure.
createHandles(int) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Return default handles from the presentation figure.
createHandles(int) - Method in class org.jhotdraw.draw.LineConnectionFigure
Gets the handles of the figure.
createHandles(int) - Method in class org.jhotdraw.draw.LineFigure
 
createHandles(BezierPath) - Method in class org.jhotdraw.draw.liner.CurvedLiner
 
createHandles(BezierPath) - Method in class org.jhotdraw.draw.liner.ElbowLiner
 
createHandles(BezierPath) - Method in interface org.jhotdraw.draw.liner.Liner
Creates Handle's for the Liner.
createHandles(BezierPath) - Method in class org.jhotdraw.draw.liner.SlantedLiner
 
createHandles(int) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
createHandles(int) - Method in class org.jhotdraw.draw.TextAreaFigure
 
createHandles(int) - Method in class org.jhotdraw.draw.TextFigure
 
createHandles(int) - Method in class org.jhotdraw.draw.TriangleFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
createHandles(ODGPathFigure, int) - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
createHandles(SVGPathFigure, int) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
createHelpMenu(View) - Method in class org.jhotdraw.app.AppletApplication
 
createHelpMenu(View) - Method in interface org.jhotdraw.app.Application
Creates a help menu for the specified view of for the entire application.
createHelpMenu(View) - Method in class org.jhotdraw.app.MDIApplication
 
createHelpMenu(View) - Method in class org.jhotdraw.app.OSXApplication
 
createHelpMenu(View) - Method in class org.jhotdraw.app.SDIApplication
 
createImage(double, double, double, double, byte[], BufferedImage, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createImage(double, double, double, double, byte[], BufferedImage, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
Creates a Figure from an image element.
createImage(IXMLElement, double, double, double, double, byte[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createImage(Class, String) - Static method in class org.jhotdraw.util.Images
 
createImage(URL) - Static method in class org.jhotdraw.util.Images
 
createImageHolder(InputStream) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
createImportChooser(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
Returns createOpenChooser.
createImportChooser(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates an import chooser.
createInputMap() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
Override this method to create a tool-specific input map, which overrides the input map of the drawing edtior.
createInputMap() - Method in class org.jhotdraw.draw.tool.AbstractTool
Override this method to create a tool-specific input map, which overrides the input map of the drawing edtior.
createLayoutManager() - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
createLine(double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createLine(double, double, double, double, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createLine(IXMLElement, double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createLinearGradient(double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createLinearGradient(double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createLinearGradient(IXMLElement, double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createMenuBar(View) - Method in class org.jhotdraw.app.MDIApplication
Creates a menu bar.
createMenuBar(View) - Method in class org.jhotdraw.app.OSXApplication
Creates a menu bar.
createMenuBar(View) - Method in class org.jhotdraw.app.SDIApplication
Creates a menu bar.
createMenuBuilder() - Method in class org.jhotdraw.app.DefaultApplicationModel
Creates the DefaultMenuBuilder.
createMenuBuilder() - Method in class org.jhotdraw.samples.net.NetApplicationModel
Creates the MenuBuilder.
createMenuBuilder() - Method in class org.jhotdraw.samples.pert.PertApplicationModel
Creates the MenuBuilder.
createMenuBuilder() - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
Creates the MenuBuilder.
createMenuBuilder() - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
Creates the MenuBuilder.
createMenuItem(Action, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
createModelActionMap(ApplicationModel) - Method in class org.jhotdraw.app.MDIApplication
 
createModelActionMap(ApplicationModel) - Method in class org.jhotdraw.app.OSXApplication
 
createModelActionMap(ApplicationModel) - Method in class org.jhotdraw.app.SDIApplication
 
createNonRolloverBorder() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Creates the non rollover border for toolbar components.
createOpenChooser(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
createOpenChooser(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates an open chooser.
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
 
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createOpenChooser(Application, View) - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
 
createOpenDirectoryChooser(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
createOpenDirectoryChooser(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates an open chooser for directories.
createOpenRecentFileMenu(View) - Method in class org.jhotdraw.app.AbstractApplication
 
createOverlay(DrawingView) - Method in class org.jhotdraw.draw.text.FloatingTextArea
Creates the overlay within the given container.
createOverlay(DrawingView, TextHolderFigure) - Method in class org.jhotdraw.draw.text.FloatingTextArea
Creates the overlay for the given Container using a specific font.
createOverlay(DrawingView, TextHolderFigure) - Method in class org.jhotdraw.draw.text.FloatingTextField
Creates the overlay for the given Container using a specific font.
createPageable() - Method in interface org.jhotdraw.app.PrintableView
 
createPageable() - Method in class org.jhotdraw.samples.draw.DrawView
Creates a Pageable object for printing the view.
createPageable() - Method in class org.jhotdraw.samples.net.NetView
Creates a Pageable object for printing the view.
createPageable() - Method in class org.jhotdraw.samples.odg.ODGView
Creates a Pageable object for printing the view.
createPageable() - Method in class org.jhotdraw.samples.pert.PertView
Creates a Pageable object for printing this view.
createPageable() - Method in class org.jhotdraw.samples.svg.SVGView
Creates a Pageable object for printing the View.
createPath() - Method in class org.jhotdraw.samples.odg.PathTool
 
createPath(BezierPath[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createPath(BezierPath[], Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createPath(IXMLElement, BezierPath[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createPath() - Method in class org.jhotdraw.samples.svg.PathTool
 
createPCDataElement() - Method in interface net.n3.nanoxml.IXMLElement
Creates an element to be used for #PCDATA content.
createPCDataElement() - Method in class net.n3.nanoxml.XMLElement
Creates an element to be used for #PCDATA content.
createPickAttributesButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createPickAttributesButton(DrawingEditor, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createPolygon(Point2D.Double[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createPolygon(Point2D.Double[], Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createPolygon(IXMLElement, Point2D.Double[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createPolyline(Point2D.Double[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createPolyline(Point2D.Double[], Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createPolyline(IXMLElement, Point2D.Double[], Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createPropertyChangeListener(JSlider) - Method in class org.jhotdraw.color.ColorSliderUI
 
createPropertyChangeListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
createPropertyListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createRadialGradient(double, double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createRadialGradient(double, double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createRadialGradient(IXMLElement, double, double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createRect(double, double, double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createRect(double, double, double, double, double, double, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createRect(IXMLElement, double, double, double, double, double, double, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createRolloverBorder() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Creates a rollover border for toolbar components.
createSaveChooser(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
createSaveChooser(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates a save chooser.
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
 
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createSaveChooser(Application, View) - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
 
createSecondaryHandles() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
createSecondaryHandles() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
createSecondaryHandles() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
createSecondaryHandles() - Method in interface org.jhotdraw.draw.handle.Handle
Creates secondary handles.
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.samples.odg.ODGDrawingPanel
 
createSelectionActions(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBar
 
createSelectionColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createSelectionColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createSelectionColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createSelectionColorButton(DrawingEditor, AttributeKey<Color>, List<ColorIcon>, int, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a color button, with an action region and a popup menu.
createSelectionColorChooserButton(DrawingEditor, AttributeKey<Color>, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createSelectionColorChooserButton(DrawingEditor, AttributeKey<Color>, String, ResourceBundleUtil, Map<AttributeKey, Object>, Shape, Class, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeCapButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeCapButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeCapButton(DrawingEditor, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDashesButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDashesButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDashesButton(DrawingEditor, double[][]) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDashesButton(DrawingEditor, double[][], ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDashesButton(DrawingEditor, double[][], ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeDecorationButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokedShape(Shape) - Method in class org.jhotdraw.geom.DoubleStroke
 
createStrokedShape(Shape) - Method in class org.jhotdraw.geom.GrowStroke
 
createStrokeJoinButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeJoinButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeJoinButton(DrawingEditor, ResourceBundleUtil, List<Disposable>) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokePlacementButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeTypeButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeWidthButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeWidthButton(DrawingEditor, ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeWidthButton(DrawingEditor, double[]) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createStrokeWidthButton(DrawingEditor, double[], ResourceBundleUtil) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createText(Point2D.Double[], double[], StyledDocument, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createText(Point2D.Double[], double[], StyledDocument, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createText(IXMLElement, Point2D.Double[], double[], StyledDocument, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createTextArea(double, double, double, double, StyledDocument, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
 
createTextArea(double, double, double, double, StyledDocument, Map<AttributeKey, Object>) - Method in interface org.jhotdraw.samples.svg.io.SVGFigureFactory
 
createTextArea(IXMLElement, double, double, double, double, StyledDocument, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createTextHolderFigures(InputStream) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
createToggleGridButton(DrawingView) - Static method in class org.jhotdraw.draw.action.ButtonFactory
Creates a button which toggles between two GridConstrainer for a DrawingView.
createToolBarContListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createToolBarFocusListener() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createToolBars(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
Creates toolbars for the application.
createToolBars(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Creates tool bars.
createToolBars(Application, View) - Method in class org.jhotdraw.app.DefaultApplicationModel
Returns an empty unmodifiable list.
createToolBars(Application, View) - Method in class org.jhotdraw.app.EmptyApplicationModel
Returns an empty unmodifiable list.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
Creates toolbars for the application.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.net.NetApplicationModel
Creates toolbars for the application.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
Creates toolbars for the application.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
Creates toolbars for the application.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
Overriden to create no toolbars.
createToolBars(Application, View) - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
Creates toolbars for the application.
createTrackListener(JSlider) - Method in class org.jhotdraw.color.ColorSliderUI
 
createTransferable(JComponent) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
createTransferable(DrawingView, Set<Figure>) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
createTransferable(Drawing, List<Figure>, double) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
createTransferable(Drawing, List<Figure>, double) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the drawing to the specified output stream.
createTransferable(Drawing, List<Figure>, double) - Method in interface org.jhotdraw.draw.io.OutputFormat
Creates a Transferable for the specified list of Figures.
createTransferable(Drawing, List<Figure>, double) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
createTransferable(Drawing, List<Figure>, double) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
createTransferable(Drawing, List<Figure>, double) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
createUI(JComponent) - Static method in class org.jhotdraw.color.ColorSliderUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteButtonUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteColorSliderUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
Returns an instance of the UI delegate for the specified component.
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
Creates a UI for a JTextField.
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
Preferred spacing between labels and other components.
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteListUI
Returns a new instance of PaletteListUI.
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteTextFieldUI
Creates a UI for a JTextField.
createUI(JComponent) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
createView() - Method in class org.jhotdraw.app.AbstractApplication
 
createView() - Method in class org.jhotdraw.app.AbstractApplicationModel
 
createView() - Method in interface org.jhotdraw.app.Application
Creates a new view for this application and initializes it, by calling View.init().
createView() - Method in interface org.jhotdraw.app.ApplicationModel
Creates a new view for the application.
createViewActionMap(View) - Method in class org.jhotdraw.app.AbstractApplication
 
createViewActionMap(View) - Method in class org.jhotdraw.app.AppletApplication
 
createViewActionMap(View) - Method in class org.jhotdraw.app.MDIApplication
 
createViewActionMap(View) - Method in class org.jhotdraw.app.OSXApplication
 
createViewActionMap(View) - Method in class org.jhotdraw.app.SDIApplication
 
createViewMenu(View) - Method in class org.jhotdraw.app.AppletApplication
 
createViewMenu(View) - Method in interface org.jhotdraw.app.Application
Creates a view menu for the specified view or for the entire application.
createViewMenu(View) - Method in class org.jhotdraw.app.MDIApplication
 
createViewMenu(View) - Method in class org.jhotdraw.app.OSXApplication
 
createViewMenu(View) - Method in class org.jhotdraw.app.SDIApplication
Creates the view menu.
createWheelProducer(int, int) - Method in class org.jhotdraw.color.JColorWheel
 
createWindowMenu(View) - Method in class org.jhotdraw.app.AppletApplication
 
createWindowMenu(View) - Method in interface org.jhotdraw.app.Application
Creates a window menu for the specified view or for the entire application.
createWindowMenu(View) - Method in class org.jhotdraw.app.MDIApplication
 
createWindowMenu(View) - Method in class org.jhotdraw.app.OSXApplication
 
createWindowMenu(View) - Method in class org.jhotdraw.app.SDIApplication
 
createXMLParser(String, IXMLBuilder) - Static method in class net.n3.nanoxml.XMLParserFactory
Creates a parser.
createZoomButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createZoomButton(DrawingView) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
createZoomButton(DrawingView, double[]) - Static method in class org.jhotdraw.draw.action.ButtonFactory
 
creationFinished(Figure) - Method in class org.jhotdraw.draw.tool.ConnectionTool
This method allows subclasses to do perform additonal user interactions after the new figure has been created.
creationFinished(Figure) - Method in class org.jhotdraw.draw.tool.CreationTool
This method allows subclasses to do perform additonal user interactions after the new figure has been created.
creationFinished(Figure) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
This method allows subclasses to do perform additonal user interactions after the new figure has been created.
creationFinished(Figure) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
CreationTool - Class in org.jhotdraw.draw.tool
A Tool to create a new figure by drawing its bounds.
CreationTool(String) - Constructor for class org.jhotdraw.draw.tool.CreationTool
Creates a new instance.
CreationTool(String, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.CreationTool
 
CreationTool(String, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.tool.CreationTool
 
CreationTool(Figure) - Constructor for class org.jhotdraw.draw.tool.CreationTool
Creates a new instance with the specified prototype but without an attribute set.
CreationTool(Figure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.CreationTool
Creates a new instance with the specified prototype but without an attribute set.
CreationTool(Figure, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.tool.CreationTool
Deprecated.
This constructor might go away, because the name parameter is not used.
CreationToolSample - Class in org.jhotdraw.samples.mini
Example showing how to create a drawing editor with a creation tool for figures with pre-defined attribute values: the example editor creates green rectangles.
CreationToolSample() - Constructor for class org.jhotdraw.samples.mini.CreationToolSample
 
CSSParser - Class in org.jhotdraw.xml.css
Parsers a Cascading Style Sheet (CSS).
CSSParser() - Constructor for class org.jhotdraw.xml.css.CSSParser
 
CSSRule - Class in org.jhotdraw.xml.css
CSSRule matches on a CSS selector.
CSSRule(String, String) - Constructor for class org.jhotdraw.xml.css.CSSRule
 
CSSRule(String, String, String) - Constructor for class org.jhotdraw.xml.css.CSSRule
 
CSSRule(String, Map<String, String>) - Constructor for class org.jhotdraw.xml.css.CSSRule
 
CSUIPropertyChangeHandler() - Constructor for class org.jhotdraw.color.ColorSliderUI.CSUIPropertyChangeHandler
 
CURRENT_STATE_PROPERTY - Static variable in class org.jhotdraw.gui.DisclosureIcon
This client property needs to be set on the component.
currentElements - Variable in class net.n3.nanoxml.NonValidator
The stack of elements to be processed.
currentSegment(float[]) - Method in class org.jhotdraw.geom.BezierPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class org.jhotdraw.geom.BezierPathIterator
Returns the coordinates and type of the current path segment in the iteration.
CURSOR_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the cursor property of the DrawingView.
CurvedLiner - Class in org.jhotdraw.draw.liner
A Liner that constrains a connection to a curved line.
CurvedLiner() - Constructor for class org.jhotdraw.draw.liner.CurvedLiner
Creates a new instance.
CurvedLiner(double) - Constructor for class org.jhotdraw.draw.liner.CurvedLiner
 
curveTo(double, double, double, double, double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds a cubic curve to the bezier path.
curveTo(Object, Object, Object, Object, Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Adds a cubic curve to the current path segment.
CUSTOM_DIALOG - Static variable in interface org.jhotdraw.gui.URIChooser
Type value indicating that the URIChooser supports a developer-specified file operation.
CutAction - Class in org.jhotdraw.app.action.edit
Cuts the selected region and places its contents into the system clipboard.
CutAction() - Constructor for class org.jhotdraw.app.action.edit.CutAction
Creates a new instance which acts on the currently focused component.
CutAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.CutAction
Creates a new instance which acts on the specified component.

D

deactivate() - Method in class org.jhotdraw.app.AbstractView
Deactivates the view.
deactivate() - Method in interface org.jhotdraw.app.View
Deactivates the view.
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.BezierTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.CreationTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
deactivate(DrawingEditor) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
deactivate(DrawingEditor) - Method in interface org.jhotdraw.draw.tool.Tool
Deactivates the tool.
DECODE - Static variable in class org.jhotdraw.io.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.jhotdraw.io.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jhotdraw.io.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.jhotdraw.io.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.jhotdraw.io.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jhotdraw.io.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DecoratedFigure - Interface in org.jhotdraw.draw
A decorated figure can be decorated with another Figure, for example to draw a border around the decorated figure.
DECORATOR_INSETS - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Insets2D.Double object.
DEFAULT_ARC - Static variable in class org.jhotdraw.draw.RoundRectangleFigure
 
DEFAULT_ATTRIBUTE_PROPERTY_PREFIX - Static variable in interface org.jhotdraw.draw.DrawingEditor
The prefix for default attribute property changes.
DEFAULT_CLASS - Static variable in class net.n3.nanoxml.XMLParserFactory
The class name of the default XML parser.
DEFAULT_COLORS - Static variable in class org.jhotdraw.draw.action.ButtonFactory
Mac OS X 'Apple Color Palette'.
DEFAULT_COLORS_COLUMN_COUNT - Static variable in class org.jhotdraw.draw.action.ButtonFactory
 
DefaultApplicationModel - Class in org.jhotdraw.app
An ApplicationModel which creates a default set of Actions and which does not override any of the default menu bars nor create tool bars.
DefaultApplicationModel() - Constructor for class org.jhotdraw.app.DefaultApplicationModel
 
DefaultAttributeAction - Class in org.jhotdraw.draw.action
DefaultAttributeAction.
DefaultAttributeAction(DrawingEditor, AttributeKey) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
Creates a new instance.
DefaultAttributeAction(DrawingEditor, AttributeKey, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
 
DefaultAttributeAction(DrawingEditor, AttributeKey[]) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
 
DefaultAttributeAction(DrawingEditor, AttributeKey, Icon) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
Creates a new instance.
DefaultAttributeAction(DrawingEditor, AttributeKey, String) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
Creates a new instance.
DefaultAttributeAction(DrawingEditor, AttributeKey, String, Icon) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
 
DefaultAttributeAction(DrawingEditor, AttributeKey[], String, Icon) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
 
DefaultAttributeAction(DrawingEditor, AttributeKey[], String, Icon, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.action.DefaultAttributeAction
 
defaultAttributes - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
defaultChoosers - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
DefaultColorSliderModel - Class in org.jhotdraw.color
DefaultColorSliderModel.
DefaultColorSliderModel() - Constructor for class org.jhotdraw.color.DefaultColorSliderModel
Creates a color slider model with an ICC sRGB color space.
DefaultColorSliderModel(ColorSpace) - Constructor for class org.jhotdraw.color.DefaultColorSliderModel
Creates a color slider model with the specified color space.
DefaultDOMFactory - Class in org.jhotdraw.xml
DefaultDOMFactory can be used to serialize DOMStorable objects in a DOM with the use of a mapping between Java class names and DOM element names.
DefaultDOMFactory() - Constructor for class org.jhotdraw.xml.DefaultDOMFactory
Creates a new instance.
DefaultDOMStorableSample - Class in org.jhotdraw.samples.mini
QuickAndDirtyDOMStorableSample serializes a DOMStorable MyObject into a String using the DefaultDOMFactory and then deserializes it from the String.
DefaultDOMStorableSample() - Constructor for class org.jhotdraw.samples.mini.DefaultDOMStorableSample
 
DefaultDOMStorableSample.MyObject - Class in org.jhotdraw.samples.mini
 
DefaultDragTracker - Class in org.jhotdraw.draw.tool
DefaultDragTracker implements interactions with the content area of a Figure.
DefaultDragTracker(Figure) - Constructor for class org.jhotdraw.draw.tool.DefaultDragTracker
Creates a new instance.
DefaultDragTracker() - Constructor for class org.jhotdraw.draw.tool.DefaultDragTracker
 
DefaultDrawing - Class in org.jhotdraw.draw
A default implementation of Drawing useful for drawings which contain only a few figures.
DefaultDrawing() - Constructor for class org.jhotdraw.draw.DefaultDrawing
Creates a new instance.
DefaultDrawingEditor - Class in org.jhotdraw.draw
A default implementation of DrawingEditor.
DefaultDrawingEditor() - Constructor for class org.jhotdraw.draw.DefaultDrawingEditor
Creates a new instance.
DefaultDrawingView - Class in org.jhotdraw.draw
A default implementation of DrawingView suited for viewing drawings with a small number of figures.
DefaultDrawingView() - Constructor for class org.jhotdraw.draw.DefaultDrawingView
Creates new instance.
DefaultDrawingViewBeanInfo - Class in org.jhotdraw.draw
 
DefaultDrawingViewBeanInfo() - Constructor for class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
 
DefaultDrawingViewTransferHandler - Class in org.jhotdraw.draw
Default TransferHandler for DrawingView objects.
DefaultDrawingViewTransferHandler() - Constructor for class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
Creates a new instance.
DefaultFontChooserModel - Class in org.jhotdraw.gui.fontchooser
DefaultFontChooserModel with a predefined set of font collections.
DefaultFontChooserModel() - Constructor for class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
DefaultFontChooserModel(Font[]) - Constructor for class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
DefaultFontChooserModel.UIResource - Class in org.jhotdraw.gui.fontchooser
 
DefaultHandleTracker - Class in org.jhotdraw.draw.tool
DefaultHandleTracker implements interactions with the handles of a Figure.
DefaultHandleTracker(Handle) - Constructor for class org.jhotdraw.draw.tool.DefaultHandleTracker
Creates a new instance.
DefaultHandleTracker(Handle, Collection<Handle>) - Constructor for class org.jhotdraw.draw.tool.DefaultHandleTracker
 
DefaultHandleTracker() - Constructor for class org.jhotdraw.draw.tool.DefaultHandleTracker
 
DefaultHarmonicColorModel - Class in org.jhotdraw.color
DefaultHarmonicColorModel.
DefaultHarmonicColorModel() - Constructor for class org.jhotdraw.color.DefaultHarmonicColorModel
 
DefaultMenuBuilder - Class in org.jhotdraw.app
DefaultMenuBuilder.
DefaultMenuBuilder() - Constructor for class org.jhotdraw.app.DefaultMenuBuilder
 
DefaultODGFigureFactory - Class in org.jhotdraw.samples.odg.io
Default implementation of ODGFigureFactory.
DefaultODGFigureFactory() - Constructor for class org.jhotdraw.samples.odg.io.DefaultODGFigureFactory
Creates a new instance.
DefaultSelectAreaTracker - Class in org.jhotdraw.draw.tool
DefaultSelectAreaTracker implements interactions with the background area of a Drawing.
DefaultSelectAreaTracker() - Constructor for class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
Creates a new instance.
DefaultSVGFigureFactory - Class in org.jhotdraw.samples.svg.io
DefaultSVGFigureFactory.
DefaultSVGFigureFactory() - Constructor for class org.jhotdraw.samples.svg.io.DefaultSVGFigureFactory
Creates a new instance.
DelegationSelectionTool - Class in org.jhotdraw.draw.tool
A SelectionTool, which recognizes double clicks and popup menu triggers.
DelegationSelectionTool() - Constructor for class org.jhotdraw.draw.tool.DelegationSelectionTool
Creates a new instance.
DelegationSelectionTool(Collection<Action>, Collection<Action>) - Constructor for class org.jhotdraw.draw.tool.DelegationSelectionTool
Creates a new instance.
delete() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
delete() - Method in interface org.jhotdraw.gui.EditableComponent
Deletes the selected components or the component at (or after) the caret position.
DeleteAction - Class in org.jhotdraw.app.action.edit
Deletes the region at (or after) the caret position.
DeleteAction() - Constructor for class org.jhotdraw.app.action.edit.DeleteAction
Creates a new instance which acts on the currently focused component.
DeleteAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.DeleteAction
Creates a new instance which acts on the specified component.
deleteNextChar(ActionEvent) - Method in class org.jhotdraw.app.action.edit.DeleteAction
This method was copied from DefaultEditorKit.DeleteNextCharAction.actionPerformed(ActionEvent).
DependencyFigure - Class in org.jhotdraw.samples.pert.figures
DependencyFigure.
DependencyFigure() - Constructor for class org.jhotdraw.samples.pert.figures.DependencyFigure
Creates a new instance.
derivedIndices - Variable in class org.jhotdraw.color.AbstractHarmonicRule
 
DESCRIPTION - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the description of an SVG drawing.
destroy() - Method in class org.jhotdraw.app.AbstractApplication
 
destroy() - Method in interface org.jhotdraw.app.Application
Destroys the application and calls System.exit(0).
destroyApplication(Application) - Method in class org.jhotdraw.app.AbstractApplicationModel
This method is empty.
destroyApplication(Application) - Method in interface org.jhotdraw.app.ApplicationModel
Destroys the application.
destroyView(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
This method is empty.
destroyView(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Destroys the supplied view.
DIALOG_TITLE_PROPERTY - Static variable in interface org.jhotdraw.gui.URIChooser
Identifies a change in the dialog title.
DiamondFigure - Class in org.jhotdraw.draw
A Figure with a diamond shape.
DiamondFigure() - Constructor for class org.jhotdraw.draw.DiamondFigure
Creates a new instance.
DiamondFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.DiamondFigure
 
Dimension2DDouble - Class in org.jhotdraw.geom
Dimension2DDouble.
Dimension2DDouble() - Constructor for class org.jhotdraw.geom.Dimension2DDouble
Creates an instance of Dimension2DDouble with a width of zero and a height of zero.
Dimension2DDouble(Dimension2DDouble) - Constructor for class org.jhotdraw.geom.Dimension2DDouble
Creates an instance of Dimension2DDouble whose width and height are the same as for the specified dimension.
Dimension2DDouble(double, double) - Constructor for class org.jhotdraw.geom.Dimension2DDouble
Constructs a Dimension2DDouble and initializes it to the specified width and specified height.
direction(int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Returns the direction OUT_TOP, OUT_BOTTOM, OUT_LEFT, OUT_RIGHT from one point to another one.
direction(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Returns the direction OUT_TOP, OUT_BOTTOM, OUT_LEFT, OUT_RIGHT from one point to another one.
DISCARD_ALL_EDITS - Static variable in class org.jhotdraw.undo.UndoRedoManager
Sending this UndoableEdit event to the UndoRedoManager disables the Undo and Redo functions of the manager.
discardAllEdits() - Method in class org.jhotdraw.undo.UndoRedoManager
Discards all edits.
DISCLOSURE_STATE_COUNT_PROPERTY - Static variable in class org.jhotdraw.gui.JDisclosureToolBar
 
DISCLOSURE_STATE_PROPERTY - Static variable in class org.jhotdraw.gui.JDisclosureToolBar
 
DisclosureIcon - Class in org.jhotdraw.gui
DisclosureIcon.
DisclosureIcon() - Constructor for class org.jhotdraw.gui.DisclosureIcon
 
disconnect() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Disconnects the connection.
disconnect() - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
Disconnects the start figure.
disconnect() - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
Disconnects the start figure.
DISCONNECTED_CONNECTION_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
DISCONNECTED_CONNECTION_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
DISCONNECTED_CONNECTOR_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
DISCONNECTED_CONNECTOR_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
Disposable - Interface in org.jhotdraw.app
Interface for objects which explicitly must be disposed to free resources.
disposables - Variable in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
dispose() - Method in interface net.n3.nanoxml.IXMLElement
Gets rid of the IXMLElement and of all its children.
dispose() - Method in class net.n3.nanoxml.XMLElement
Gets rid of the XMLElement and of all its children.
dispose(View) - Method in class org.jhotdraw.app.AbstractApplication
 
dispose() - Method in class org.jhotdraw.app.AbstractView
Gets rid of all the resources of the view.
dispose() - Method in class org.jhotdraw.app.action.AbstractApplicationAction
 
dispose() - Method in class org.jhotdraw.app.action.window.FocusWindowAction
 
dispose(View) - Method in interface org.jhotdraw.app.Application
This is a convenience method for removing a view and disposing it.
dispose() - Method in interface org.jhotdraw.app.Disposable
Disposes of all resources held by this object so that they can be garbage collected.
dispose(View) - Method in class org.jhotdraw.app.OSXApplication
 
dispose(View) - Method in class org.jhotdraw.app.SDIApplication
 
dispose() - Method in interface org.jhotdraw.app.View
Gets rid of all the resources of the view.
dispose() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
Frees all resources held by this object, so that it can be garbage collected.
dispose() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
dispose() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
dispose() - Method in class org.jhotdraw.draw.event.DrawingComponentRepainter
 
dispose() - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
dispose() - Method in class org.jhotdraw.draw.event.SelectionComponentRepainter
 
dispose() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
dispose() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
dispose() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
dispose() - Method in interface org.jhotdraw.draw.handle.Handle
Disposes the resources aquired by the handler.
dispose() - Method in class org.jhotdraw.gui.JSheet
 
dispose() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
dispose() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
dispose() - Method in class org.jhotdraw.samples.svg.SVGView
 
dispose() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
 
dispose() - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
distanceFromLine(int, int, int, int, int, int) - Static method in class org.jhotdraw.geom.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
DnDMultiEditorSample - Class in org.jhotdraw.samples.mini
Example showing how to create a drawing editor which acts on four drawing views.
DnDMultiEditorSample() - Constructor for class org.jhotdraw.samples.mini.DnDMultiEditorSample
 
DnDTracker - Class in org.jhotdraw.draw.tool
This is a tracker which supports drag and drop of figures between drawing views and any other component or application which support drag and drop.
DnDTracker() - Constructor for class org.jhotdraw.draw.tool.DnDTracker
 
DnDTracker(Figure) - Constructor for class org.jhotdraw.draw.tool.DnDTracker
 
docChanged() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
dockingBorderColor - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
dockingColor - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
dockingListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
DockingListener(JToolBar) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
documentBuilder - Static variable in class org.jhotdraw.xml.JavaxDOMInput
 
doExit() - Method in class org.jhotdraw.app.action.app.ExitAction
 
doIt(View) - Method in class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
 
doIt(View) - Method in class org.jhotdraw.app.action.file.ClearFileAction
 
doIt(View) - Method in class org.jhotdraw.app.action.file.CloseFileAction
 
doIt(View) - Method in class org.jhotdraw.app.action.file.LoadFileAction
 
doIt(View) - Method in class org.jhotdraw.app.action.file.LoadRecentFileAction
 
DOMFactory - Interface in org.jhotdraw.xml
DOMFactory.
DOMInput - Interface in org.jhotdraw.xml
DOMInput.
DOMOutput - Interface in org.jhotdraw.xml
DOMOutput.
DOMStorable - Interface in org.jhotdraw.xml
Interface for objects that can be made persistent using DOMOutput.writeObject and DOMInput.readObject.
DOMStorableInputOutputFormat - Class in org.jhotdraw.draw.io
An OutputFormat that can write Drawings with DOMStorable Figure's.
DOMStorableInputOutputFormat(DOMFactory) - Constructor for class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
Creates a new instance with format name "Drawing", file extension "xml" and mime type "image/x-jhotdraw".
DOMStorableInputOutputFormat(DOMFactory, String, String, String) - Constructor for class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
Creates a new instance using the specified parameters.
done(T) - Method in class org.jhotdraw.gui.Worker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned without throwing an error.
DONT_BREAK_LINES - Static variable in class org.jhotdraw.io.Base64
Don't break lines when encoding (violates strict Base64 specification)
Double() - Constructor for class org.jhotdraw.geom.Insets2D.Double
Constructs and initializes an Insets2D with all insets set to 0.
Double(double, double, double, double) - Constructor for class org.jhotdraw.geom.Insets2D.Double
Constructs and initializes an Insets2D with the specified insets.
Double() - Constructor for class org.jhotdraw.geom.Polygon2D.Double
 
Double(double[], double[], int) - Constructor for class org.jhotdraw.geom.Polygon2D.Double
Constructs and initializes a Polygon from the specified parameters.
DoubleStroke - Class in org.jhotdraw.geom
Draws a double stroke (an outline of an outline).
DoubleStroke(double, double) - Constructor for class org.jhotdraw.geom.DoubleStroke
 
DoubleStroke(double, double, int, int, double, float[], float) - Constructor for class org.jhotdraw.geom.DoubleStroke
 
downKey - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Deprecated.
As of Java 2 platform v1.3.
DragHandle - Class in org.jhotdraw.draw.handle
A handle that changes the location of the owning figure, the handle covers all visible points of the figure.
DragHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.DragHandle
Creates a new instance.
dragRect - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
The drag rectangle encompasses the bounds of all dragged figures.
dragRect - Variable in class org.jhotdraw.draw.tool.DnDTracker
The drag rectangle encompasses the bounds of all dragged figures.
dragTo(Point, Point) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
DragTracker - Interface in org.jhotdraw.draw.tool
A drag tracker provides the behavior for dragging selected figures to the SelectionTool.
dragWindow - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
draw(Graphics2D) - Method in interface org.jhotdraw.draw.connector.Connector
Draws the connector.
draw(Graphics2D) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
draw(Graphics2D, DrawingView) - Method in interface org.jhotdraw.draw.Constrainer
Draws the constrainer grid for the specified drawing view.
draw(Graphics2D, Figure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
Draws the arrow tip in the direction specified by the given two Points.
draw(Graphics2D, Figure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
Draws the arrow tip in the direction specified by the given two Points..
draw(Graphics2D, Figure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.decoration.LineDecoration
Draws the decoration in the direction specified by the two Points.
draw(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawing
 
draw(Graphics2D, Collection<Figure>) - Method in class org.jhotdraw.draw.DefaultDrawing
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
draw(Graphics2D) - Method in interface org.jhotdraw.draw.Figure
Draws the figure.
draw(Graphics2D) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Draw the figure.
draw(Graphics2D, DrawingView) - Method in class org.jhotdraw.draw.GridConstrainer
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.CloseHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.DragHandle
Draws nothing.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
Draws this handle.
draw(Graphics2D) - Method in interface org.jhotdraw.draw.handle.Handle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.MoveHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.NullHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Draw the figure.
draw(Graphics2D) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
draw(Graphics2D, Collection<Figure>) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
draw(Graphics2D, Collection<Figure>) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.BezierTool
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
 
draw(Graphics2D) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
draw(Graphics2D) - Method in interface org.jhotdraw.draw.tool.Tool
Draws the tool.
draw(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGAttributedFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
Draws this handle.
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGAttributedFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
draw(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
Draws this handle.
DrawApplet - Class in org.jhotdraw.samples.draw
DrawApplet.
DrawApplet() - Constructor for class org.jhotdraw.samples.draw.DrawApplet
 
DrawApplicationModel - Class in org.jhotdraw.samples.draw
DrawApplicationModel.
DrawApplicationModel() - Constructor for class org.jhotdraw.samples.draw.DrawApplicationModel
Creates a new instance.
drawBackground(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
Draws the background of the drawing view.
drawCanvas(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawing
 
drawCanvas(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
Draws the canvas.
drawCanvas(Graphics2D) - Method in interface org.jhotdraw.draw.Drawing
Draws on the canvas area.
drawCanvas(Graphics2D) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
drawCaps(Graphics2D) - Method in class org.jhotdraw.draw.BezierFigure
 
drawChildren(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
drawChildren(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
drawCircle(Graphics2D, Color, Color) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
drawConstrainer(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
drawDecorator(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
drawDiamond(Graphics2D, Color, Color) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
drawDrawing(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
drawDrawingNonvolatileBuffered(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
Draws the drawing double buffered using a buffered image.
drawDrawingVolatileBuffered(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
Draws the drawing double buffered using a volatile image.
drawFigure(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
drawFigure(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
drawFigure(Graphics2D) - Method in class org.jhotdraw.draw.ImageFigure
 
drawFigure(Graphics2D) - Method in class org.jhotdraw.samples.mini.BorderRectangleFigure
Deprecated.
 
drawFigure(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGAttributedFigure
This method is invoked before the rendered image of the figure is composited.
drawFigure(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
drawFigure(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGAttributedFigure
This method is invoked before the rendered image of the figure is composited.
drawFigure(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
DrawFigureFactory - Class in org.jhotdraw.samples.draw
DrawFigureFactory.
DrawFigureFactory() - Constructor for class org.jhotdraw.samples.draw.DrawFigureFactory
Creates a new instance.
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
This method is called by method draw() to draw the fill area of the figure.
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
This method is called by method draw() to draw the fill area of the figure.
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.BezierFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawing
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.DiamondFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.EllipseFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.ImageFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.RectangleFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.TextAreaFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.TextFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.draw.TriangleFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.pert.figures.SeparatorLineFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
drawFill(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
drawHandles(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
drawImage(Graphics2D) - Method in class org.jhotdraw.draw.ImageFigure
 
Drawing - Interface in org.jhotdraw.draw
A drawing is a container for Figures.
DRAWING_DOUBLE_BUFFERED_PROPERTY - Static variable in class org.jhotdraw.draw.DefaultDrawingView
 
DRAWING_NAMESPACE - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
DRAWING_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the drawing property of the DrawingView.
DRAWING_PROPERTY - Static variable in class org.jhotdraw.samples.svg.SVGView
 
DrawingAttributeAction - Class in org.jhotdraw.draw.action
AttributeAction.
DrawingAttributeAction(DrawingEditor, AttributeKey<T>, T) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
Creates a new instance.
DrawingAttributeAction(DrawingEditor, AttributeKey<T>, T, Icon) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
Creates a new instance.
DrawingAttributeAction(DrawingEditor, AttributeKey<T>, T, String) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
Creates a new instance.
DrawingAttributeAction(DrawingEditor, AttributeKey<T>, T, String, Icon) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
 
DrawingAttributeAction(DrawingEditor, AttributeKey<T>, T, String, Icon, Action) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
 
DrawingAttributeAction(DrawingEditor, Map<AttributeKey, Object>, String, Icon) - Constructor for class org.jhotdraw.draw.action.DrawingAttributeAction
 
DrawingAttributeEditorHandler<T> - Class in org.jhotdraw.draw.event
FigureAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.
DrawingAttributeEditorHandler(AttributeKey<T>, AttributeEditor<T>, DrawingEditor) - Constructor for class org.jhotdraw.draw.event.DrawingAttributeEditorHandler
 
DrawingColorChooserAction - Class in org.jhotdraw.draw.action
The DrawingColorChooserAction changes a color attribute of the Drawing object in the current view of the DrawingEditor.
DrawingColorChooserAction(DrawingEditor, AttributeKey<Color>) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserAction
Creates a new instance.
DrawingColorChooserAction(DrawingEditor, AttributeKey<Color>, Icon) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserAction
Creates a new instance.
DrawingColorChooserAction(DrawingEditor, AttributeKey<Color>, String) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserAction
Creates a new instance.
DrawingColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserAction
 
DrawingColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserAction
 
DrawingColorChooserHandler - Class in org.jhotdraw.draw.action
DrawingColorChooserHandler.
DrawingColorChooserHandler(DrawingEditor, AttributeKey<Color>, JColorChooser, JPopupMenu) - Constructor for class org.jhotdraw.draw.action.DrawingColorChooserHandler
Creates a new instance.
DrawingColorIcon - Class in org.jhotdraw.draw.action
DrawingColorIcon draws a shape with the specified color for the drawing in the current drawing view.
DrawingColorIcon(DrawingEditor, AttributeKey<Color>, URL, Shape) - Constructor for class org.jhotdraw.draw.action.DrawingColorIcon
Creates a new instance.
DrawingColorIcon(DrawingEditor, AttributeKey<Color>, Image, Shape) - Constructor for class org.jhotdraw.draw.action.DrawingColorIcon
 
DrawingComponent - Interface in org.jhotdraw.samples.svg.gui
The DrawingComponent holds the drawing editor used by the DrawingApplet.
DrawingComponentRepainter - Class in org.jhotdraw.draw.event
Calls repaint on components, which show attributes of a drawing object on the current view of the editor.
DrawingComponentRepainter(DrawingEditor, JComponent) - Constructor for class org.jhotdraw.draw.event.DrawingComponentRepainter
 
DrawingEditor - Interface in org.jhotdraw.draw
A drawing editor coordinates drawing tools and drawing views.
DrawingEditorProxy - Class in org.jhotdraw.draw
DrawingEditorProxy.
DrawingEditorProxy() - Constructor for class org.jhotdraw.draw.DrawingEditorProxy
Creates a new instance.
DrawingOpacityIcon - Class in org.jhotdraw.samples.svg.gui
DrawingOpacityIcon visualizes an opacity attribute of the Drawing object which is in the active DrawingView of a DrawingEditor.
DrawingOpacityIcon(DrawingEditor, AttributeKey<Double>, AttributeKey<Color>, AttributeKey<Color>, URL, Shape, Shape) - Constructor for class org.jhotdraw.samples.svg.gui.DrawingOpacityIcon
Creates a new instance.
DrawingOpacityIcon(DrawingEditor, AttributeKey<Double>, AttributeKey<Color>, AttributeKey<Color>, Image, Shape, Shape) - Constructor for class org.jhotdraw.samples.svg.gui.DrawingOpacityIcon
 
DrawingPageable - Class in org.jhotdraw.draw.print
DrawingPageable can be used to print a Drawing using the java.awt.print API.
DrawingPageable(Drawing) - Constructor for class org.jhotdraw.draw.print.DrawingPageable
Creates a new instance.
DrawingPanel - Class in org.jhotdraw.samples.draw
DrawingPanel.
DrawingPanel() - Constructor for class org.jhotdraw.samples.draw.DrawingPanel
Creates new instance.
DrawingPanelBeanInfo - Class in org.jhotdraw.samples.draw
The BeanInfo for DrawingPanel.
DrawingPanelBeanInfo() - Constructor for class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
 
drawingToView(Point2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawingView
Converts drawing coordinates to view coordinates.
drawingToView(Rectangle2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
drawingToView(Point2D.Double) - Method in interface org.jhotdraw.draw.DrawingView
Converts drawing coordinates to view coordinates.
drawingToView(Rectangle2D.Double) - Method in interface org.jhotdraw.draw.DrawingView
Converts drawing coordinates to view coordinates.
DrawingView - Interface in org.jhotdraw.draw
A drawing view paints a Drawing on a JComponent.
DrawLiveConnectApplet - Class in org.jhotdraw.samples.draw
DrawLiveConnectApplet.
DrawLiveConnectApplet() - Constructor for class org.jhotdraw.samples.draw.DrawLiveConnectApplet
 
drawPresentationFigure(Graphics2D) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
drawRectangle(Graphics2D, Color, Color) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
drawStringUnderlineCharAt(JComponent, Graphics, String, int, int, int) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteUtilities
Draw a string with the graphics g at location (x, y) just like g.drawString would.
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
This method is called by method draw() to draw the text of the figure .
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
This method is called by method draw() to draw the text of the figure .
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.BezierFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawing
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.DiamondFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.EllipseFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.ImageFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.RectangleFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.TextAreaFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.TextFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.draw.TriangleFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.pert.figures.SeparatorLineFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
drawStroke(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.draw.TextAreaFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.draw.TextFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
drawText(Graphics2D) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
drawTool(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
DrawView - Class in org.jhotdraw.samples.draw
A view for JHotDraw drawings.
DrawView() - Constructor for class org.jhotdraw.samples.draw.DrawView
Creates a new view.
duplicate() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
duplicate() - Method in interface org.jhotdraw.gui.EditableComponent
Duplicates the selected region.
DuplicateAction - Class in org.jhotdraw.app.action.edit
Duplicates the selected region.
DuplicateAction() - Constructor for class org.jhotdraw.app.action.edit.DuplicateAction
Creates a new instance which acts on the currently focused component.
DuplicateAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.DuplicateAction
Creates a new instance which acts on the specified component.

E

East(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.East
 
East(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.East
 
East(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveAction.East
 
East(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveConstrainedAction.East
 
east(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
east(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
east(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
east() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
 
east() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming East.
east(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
East.
east(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
east(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
editable - Variable in class org.jhotdraw.draw.TextAreaFigure
 
editable - Variable in class org.jhotdraw.draw.TextFigure
 
EditableComponent - Interface in org.jhotdraw.gui
This interface must be implemented by components which are editable.
EditCanvasAction - Class in org.jhotdraw.draw.action
EditCanvasAction.
EditCanvasAction(Application, DrawingEditor) - Constructor for class org.jhotdraw.draw.action.EditCanvasAction
Creates a new instance.
EditCanvasPanel - Class in org.jhotdraw.draw.action
The EditCanvasPanel can be used to edit the attributes of a Drawing.
EditCanvasPanel() - Constructor for class org.jhotdraw.draw.action.EditCanvasPanel
Creates new form.
editCopy() - Method in class org.jhotdraw.draw.tool.AbstractTool
Copies the selection into the clipboard.
editCopy() - Method in interface org.jhotdraw.draw.tool.Tool
Copies the selection into the clipboard.
editCut() - Method in class org.jhotdraw.draw.tool.AbstractTool
Cuts the selection into the clipboard.
editCut() - Method in interface org.jhotdraw.draw.tool.Tool
Cuts the selection into the clipboard.
editDelete() - Method in class org.jhotdraw.draw.tool.AbstractTool
Deletes the selection.
editDelete() - Method in interface org.jhotdraw.draw.tool.Tool
Deletes the selection.
editDuplicate() - Method in class org.jhotdraw.draw.tool.AbstractTool
Duplicates the selection.
editDuplicate() - Method in interface org.jhotdraw.draw.tool.Tool
Duplicates the selection.
EditGridAction - Class in org.jhotdraw.draw.action
EditGridAction.
EditGridAction(Application, DrawingEditor) - Constructor for class org.jhotdraw.draw.action.EditGridAction
Creates a new instance.
EditGridPanel - Class in org.jhotdraw.draw.action
The EditGridPanel can be used to edit the properties of a GridConstrainer.
EditGridPanel() - Constructor for class org.jhotdraw.draw.action.EditGridPanel
Creates new instance.
editor - Variable in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
editor - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
editor - Variable in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
editor - Variable in class org.jhotdraw.draw.tool.AbstractTool
 
editor - Variable in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
editor - Variable in class org.jhotdraw.samples.teddy.TeddyView
 
EditorColorChooserAction - Class in org.jhotdraw.draw.action
EditorColorChooserAction.
EditorColorChooserAction(DrawingEditor, AttributeKey<Color>) - Constructor for class org.jhotdraw.draw.action.EditorColorChooserAction
Creates a new instance.
EditorColorChooserAction(DrawingEditor, AttributeKey<Color>, Icon) - Constructor for class org.jhotdraw.draw.action.EditorColorChooserAction
Creates a new instance.
EditorColorChooserAction(DrawingEditor, AttributeKey<Color>, String) - Constructor for class org.jhotdraw.draw.action.EditorColorChooserAction
Creates a new instance.
EditorColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon) - Constructor for class org.jhotdraw.draw.action.EditorColorChooserAction
 
EditorColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.action.EditorColorChooserAction
 
EditorColorIcon - Class in org.jhotdraw.draw.action
EditorColorIcon draws a shape with the color of the specified default attribute of the DrawingEditor onto the icon.
EditorColorIcon(DrawingEditor, AttributeKey<Color>, URL, Shape) - Constructor for class org.jhotdraw.draw.action.EditorColorIcon
Creates a new instance.
EditorColorIcon(DrawingEditor, AttributeKey<Color>, Image, Shape) - Constructor for class org.jhotdraw.draw.action.EditorColorIcon
 
EditorSample - Class in org.jhotdraw.samples.mini
Example showing how to create an editor that can edit multiple drawing views.
EditorSample() - Constructor for class org.jhotdraw.samples.mini.EditorSample
 
editorViewport - Variable in class org.jhotdraw.samples.teddy.TeddyView
 
editPaste() - Method in class org.jhotdraw.draw.tool.AbstractTool
Pastes the contents of the clipboard.
editPaste() - Method in interface org.jhotdraw.draw.tool.Tool
Pastes the contents of the clipboard.
editScrollContainer - Variable in class org.jhotdraw.draw.text.FloatingTextArea
A scroll pane to allow for vertical scrolling while editing
ElbowLiner - Class in org.jhotdraw.draw.liner
A Liner that constrains a connection to orthogonal lines.
ElbowLiner() - Constructor for class org.jhotdraw.draw.liner.ElbowLiner
Creates a new instance.
ElbowLiner(double) - Constructor for class org.jhotdraw.draw.liner.ElbowLiner
 
elementAttributesProcessed(String, String, String) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when the attributes of an XML element have been processed.
elementAttributesProcessed(String, Properties, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
This method is called when the attributes of an XML element have been processed.
elementAttributesProcessed(String, Properties, String, int) - Method in class net.n3.nanoxml.NonValidator
This method is called when the attributes of an XML element have been processed.
elementAttributesProcessed(String, String, String) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when the attributes of an XML element have been processed.
elementAttributesProcessed(String, Properties, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
Indicates that an attribute has been added to the current element.
elementEnded(String, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
Indicates that the current element has ended.
elementEnded(String, String, int) - Method in class net.n3.nanoxml.NonValidator
Indicates that the current element has ended.
elementEnded(String, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
Indicates that the current element has ended.
elementStarted(String, String, int) - Method in interface net.n3.nanoxml.IXMLValidator
Indicates that an element has been started.
elementStarted(String, String, int) - Method in class net.n3.nanoxml.NonValidator
Indicates that an element has been started.
elementStarted(String, String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
Indicates that an element has been started.
ellipse - Variable in class org.jhotdraw.draw.EllipseFigure
 
EllipseFigure - Class in org.jhotdraw.draw
A Figure with an elliptic shape.
EllipseFigure() - Constructor for class org.jhotdraw.draw.EllipseFigure
Constructs a new EllipseFigure, initialized to location (0, 0) and size (0, 0).
EllipseFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.EllipseFigure
Constructs and initializes an EllipseFigure from the specified coordinates.
ellipseTo(Object, Object, Object, Object, Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Draws a segment of an ellipse.
EmptyApplicationModel - Class in org.jhotdraw.app
An ApplicationModel which neither creates Actions, nor overrides the menu bars, nor creates tool bars.
EmptyApplicationModel() - Constructor for class org.jhotdraw.app.EmptyApplicationModel
 
EmptyIcon - Class in org.jhotdraw.gui
EmptyIcon.
EmptyIcon(int, int) - Constructor for class org.jhotdraw.gui.EmptyIcon
 
EmptyMenuBuilder - Class in org.jhotdraw.app
EmptyMenuBuilder provides empty implementations of the MenuBuilder interface.
EmptyMenuBuilder() - Constructor for class org.jhotdraw.app.EmptyMenuBuilder
 
ENABLED_PROPERTY - Static variable in class org.jhotdraw.app.action.AbstractViewAction
 
ENABLED_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the enabled property.
ENABLED_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the enabled property of the DrawingView.
ENCODE - Static variable in class org.jhotdraw.io.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.jhotdraw.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jhotdraw.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jhotdraw.io.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jhotdraw.io.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.jhotdraw.io.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.jhotdraw.io.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jhotdraw.io.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jhotdraw.io.Base64
Convenience method for encoding data to a file.
END_DECORATION - Static variable in class org.jhotdraw.draw.AttributeKeys
 
endConnector - Variable in class org.jhotdraw.draw.tool.ConnectionTool
The Connector at the end point of the connection.
endEdit() - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
 
endEdit() - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
endEdit() - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
endEdit() - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
endElement(String, String, String) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when the end of an XML elemnt is encountered.
endElement(String, String, String) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when the end of an XML elemnt is encountered.
endGraphics(Graphics2D, Object) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteUtilities
 
endOverlay() - Method in class org.jhotdraw.draw.text.FloatingTextArea
Removes the overlay.
endOverlay() - Method in class org.jhotdraw.draw.text.FloatingTextField
Removes the overlay.
EnhancedPath - Class in org.jhotdraw.samples.odg.geom
Represents an ODG Enhanced Path.
EnhancedPath() - Constructor for class org.jhotdraw.samples.odg.geom.EnhancedPath
 
EnhancedPath.Segment - Class in org.jhotdraw.samples.odg.geom
Defines a vertex (node) of the bezier path.
EnhancedPath.SegType - Enum in org.jhotdraw.samples.odg.geom
 
eolIsSignificant(boolean) - Method in class org.jhotdraw.io.StreamPosTokenizer
Determines whether or not ends of line are treated as tokens.
equals(Object) - Method in interface net.n3.nanoxml.IXMLElement
Returns true if the element equals another element.
equals(Object) - Method in class net.n3.nanoxml.XMLElement
Returns true if the element equals another element.
equals(Object) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
equals(Object) - Method in class org.jhotdraw.color.HSBColorSpace
 
equals(Object) - Method in class org.jhotdraw.color.HSLColorSpace
 
equals(Object) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
equals(Object) - Method in class org.jhotdraw.color.HSVColorSpace
 
equals(Object) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
equals(Object) - Method in class org.jhotdraw.draw.AttributeKey
 
equals(Object) - Method in class org.jhotdraw.draw.locator.RelativeLocator
 
equals(Object) - Method in class org.jhotdraw.geom.BezierPath.Node
 
equals(Object) - Method in class org.jhotdraw.geom.Dimension2DDouble
Checks whether two dimension objects have equal values.
equals(Object) - Method in class org.jhotdraw.geom.Insets2D
Checks whether two insets objects are equal.
equals(Object) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
equals(Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
equals(Object) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
equals(LinearGradient) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
equals(Object) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
equals(RadialGradient) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
equalsXMLElement(IXMLElement) - Method in interface net.n3.nanoxml.IXMLElement
Returns true if the element equals another element.
equalsXMLElement(IXMLElement) - Method in class net.n3.nanoxml.XMLElement
Returns true if the element equals another element.
ERROR_OPTION - Static variable in class org.jhotdraw.gui.JFontChooser
Return value if an error occured.
ERROR_OPTION - Static variable in interface org.jhotdraw.gui.URIChooser
Return value if an error occured.
eventHandler - Variable in class org.jhotdraw.draw.AbstractCompositeFigure
Handles figure changes in the children.
EventHandler() - Constructor for class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
EventHandler() - Constructor for class org.jhotdraw.draw.event.AbstractAttributeEditorHandler.EventHandler
 
eventHandler - Variable in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
execute(Runnable) - Method in class org.jhotdraw.app.AbstractView
Executes the specified runnable on the worker thread of the view.
execute(Runnable) - Method in interface org.jhotdraw.app.View
Executes the specified runnable on the worker thread of the view.
executor - Variable in class org.jhotdraw.app.AbstractView
The executor used to perform background tasks for the View in a controlled manner.
ExitAction - Class in org.jhotdraw.app.action.app
Exits the application after letting the user review all unsaved views.
ExitAction(Application) - Constructor for class org.jhotdraw.app.action.app.ExitAction
Creates a new instance.
exportAsDrag(JComponent, InputEvent, int) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
exportChooser - Variable in class org.jhotdraw.samples.odg.ODGView
 
exportChooser - Variable in class org.jhotdraw.samples.svg.SVGView
 
exportDone(JComponent, Transferable, int) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
ExportFileAction - Class in org.jhotdraw.app.action.file
Presents a file chooser to the user and then exports the contents of the active view to the chosen file.
ExportFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.ExportFileAction
Creates a new instance.
exportNode(OutputStream) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
exportSubtree(OutputStream) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
exportView(View, URI, URIChooser) - Method in class org.jhotdraw.app.action.file.ExportFileAction
 
ExtensionFileFilter - Class in org.jhotdraw.gui.filechooser
Filters files by their extensions.
ExtensionFileFilter(String, String) - Constructor for class org.jhotdraw.gui.filechooser.ExtensionFileFilter
Creates a new instance.
ExtensionFileFilter(String, String[]) - Constructor for class org.jhotdraw.gui.filechooser.ExtensionFileFilter
Creates a new instance.

F

faces() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
failed(Throwable) - Method in class org.jhotdraw.gui.Worker
Called on the event dispatching thread (not on the worker thread) after the construct method has thrown an error.
families() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
fetchAvailableCharSets() - Method in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
Figure - Interface in org.jhotdraw.draw
A figure is a graphical element of a Drawing.
FigureAdapter - Class in org.jhotdraw.draw.event
An abstract adapter class for receiving FigureEvents.
FigureAdapter() - Constructor for class org.jhotdraw.draw.event.FigureAdapter
 
figureAdded(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
figureAdded(CompositeFigureEvent) - Method in interface org.jhotdraw.draw.event.CompositeFigureListener
Sent when a figure was added.
figureAdded(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
figureAdded(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when a figure was added to a drawing.
figureAdded(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Sent when a figure was added.
figureAdded(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
FigureAttributeEditorHandler<T> - Class in org.jhotdraw.draw.event
FigureAttributeEditorHandler mediates between an AttributeEditor and the currently selected Figure's in a DrawingEditor.
FigureAttributeEditorHandler(AttributeKey<T>, AttributeEditor<T>, DrawingEditor) - Constructor for class org.jhotdraw.draw.event.FigureAttributeEditorHandler
 
FigureAttributeEditorHandler(AttributeKey<T>, AttributeEditor<T>, DrawingEditor, boolean) - Constructor for class org.jhotdraw.draw.event.FigureAttributeEditorHandler
 
FigureAttributeEditorHandler(AttributeKey<T>, Map<AttributeKey, Object>, AttributeEditor<T>, DrawingEditor, boolean) - Constructor for class org.jhotdraw.draw.event.FigureAttributeEditorHandler
 
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
figureChanged(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when the geometry (for example the bounds) of the figure has changed.
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Sent when the bounds or shape of a figure has changed.
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure.FigureHandler
 
figureChanged(FigureEvent) - Method in class org.jhotdraw.draw.QuadTreeDrawing.QuadTreeEventHandler
 
figureContains(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
figureContains(Point2D.Double) - Method in class org.jhotdraw.draw.ImageFigure
Checks if a Point2D.Double is inside the figure.
figureContains(Point2D.Double) - Method in class org.jhotdraw.draw.TextAreaFigure
 
figureContains(Point2D.Double) - Method in class org.jhotdraw.draw.TextFigure
 
FigureEvent - Class in org.jhotdraw.draw.event
An EventObject sent to FigureListeners.
FigureEvent(Figure, Rectangle2D.Double) - Constructor for class org.jhotdraw.draw.event.FigureEvent
Constructs an event for the given source Figure.
FigureEvent(Figure, AttributeKey, Object, Object) - Constructor for class org.jhotdraw.draw.event.FigureEvent
Constructs an event for the given source Figure.
FigureHandler() - Constructor for class org.jhotdraw.draw.QuadTreeCompositeFigure.FigureHandler
 
figureHandlesChanged(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
figureHandlesChanged(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when handles of a Figure have been added, removed or replaced.
figureHandlesChanged(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
figureHandlesChanged(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
FigureLayerComparator - Class in org.jhotdraw.draw
A Comparator used to sort figures by their layer property.
FigureListener - Interface in org.jhotdraw.draw.event
Interface implemented by observers of Figure objects.
figureRemoved(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
figureRemoved(CompositeFigureEvent) - Method in interface org.jhotdraw.draw.event.CompositeFigureListener
Sent when a figure was removed.
figureRemoved(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
figureRemoved(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when a figure was removed from a drawing.
figureRemoved(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Sent when a figure was removed.
figureRemoved(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
figureRequestRemove(FigureEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
figureRequestRemove(FigureEvent) - Method in class org.jhotdraw.draw.event.FigureAdapter
 
figureRequestRemove(FigureEvent) - Method in interface org.jhotdraw.draw.event.FigureListener
Sent when the figure requests to be removed from a drawing.
figureRequestRemove(FigureEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Sent when a figure requests to be removed.
figureRequestRemove(FigureEvent) - Method in class org.jhotdraw.draw.LabelFigure
 
figureRequestRemove(FigureEvent) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure.FigureHandler
 
FigureSelectionEvent - Class in org.jhotdraw.draw.event
An EventObject sent to FigureSelectionListeners.
FigureSelectionEvent(DrawingView, Set<Figure>, Set<Figure>) - Constructor for class org.jhotdraw.draw.event.FigureSelectionEvent
Creates a new instance.
FigureSelectionListener - Interface in org.jhotdraw.draw.event
Interface implemented by observers of selection changes in DrawingView objects.
FigureToolBar - Class in org.jhotdraw.samples.svg.gui
FigureToolBar.
FigureToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.FigureToolBar
Creates new instance.
FigureToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for LinkToolPane.
FigureToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
 
fileChooser - Variable in class org.jhotdraw.draw.tool.ImageTool
 
fileChooser - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
fileDialog - Variable in class org.jhotdraw.draw.tool.ImageTool
 
fileDialog - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
FileIconsSample - Class in org.jhotdraw.samples.mini
Example showing how to lay out composite figures.
FileIconsSample() - Constructor for class org.jhotdraw.samples.mini.FileIconsSample
 
fileReader(String) - Static method in class net.n3.nanoxml.StdXMLReader
Creates a new reader using a file as input.
FILL_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Figure fill color.
FILL_GRADIENT - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the fill gradient of a ODG figure.
FILL_GRADIENT - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the fill gradient of a SVG figure.
FILL_OPACITY - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the fill opacity of a ODG figure.
FILL_OPACITY - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the fill opacity of a SVG figure.
FILL_STYLE - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the fill style of a ODG figure.
FILL_STYLES - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
FILL_UNDER_STROKE - Static variable in class org.jhotdraw.draw.AttributeKeys
Fill under stroke.
FillToolBar - Class in org.jhotdraw.samples.svg.gui
FillToolBar.
FillToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.FillToolBar
Creates new instance.
FillToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for PaintToolPane.
FillToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
 
finalize() - Method in class net.n3.nanoxml.NonValidator
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.StdXMLBuilder
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.StdXMLParser
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.StdXMLReader
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.ValidatorPlugin
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.XMLEntityResolver
Cleans up the object when it's destroyed.
finalize() - Method in exception net.n3.nanoxml.XMLException
Cleans up the object when it's destroyed.
finalize() - Method in exception net.n3.nanoxml.XMLValidationException
Cleans up the object when it's destroyed.
finalize() - Method in class net.n3.nanoxml.XMLWriter
Cleans up the object when it's destroyed.
FindAction - Class in org.jhotdraw.samples.teddy.action
AbstractFindAction shows the find dialog.
FindAction(Application, View) - Constructor for class org.jhotdraw.samples.teddy.action.FindAction
Creates a new instance.
findChild(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
findChildIndex(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.BezierFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.DiamondFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.EllipseFigure
 
findCompatibleConnector(Connector, boolean) - Method in interface org.jhotdraw.draw.Figure
Gets a compatible connector.
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.ImageFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.draw.TriangleFigure
Returns a compatible connector.
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
findCompatibleConnector(Connector, boolean) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
findConnectableConnector(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
Finds a connection end figure.
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.AbstractFigure
Returns the Figures connector for the specified location.
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.BezierFigure
Returns the Figures connector for the specified location.
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.DiamondFigure
Returns the Figures connector for the specified location.
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.EllipseFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in interface org.jhotdraw.draw.Figure
Gets a connector for this figure at the given location.
findConnector(Point2D.Double, Figure, ConnectionFigure) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.ImageFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.draw.TriangleFigure
Returns the Figures connector for the specified location.
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
findConnector(Point2D.Double, ConnectionFigure) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
findContains(Point2D.Double) - Method in class org.jhotdraw.geom.QuadTree
 
findCorners(List<Point2D.Double>, double, double) - Static method in class org.jhotdraw.geom.Bezier
Finds corners in the provided point list, and returns their indices.
FindDialog - Class in org.jhotdraw.samples.teddy
 
FindDialog(Application) - Constructor for class org.jhotdraw.samples.teddy.FindDialog
Creates new form FindDialog
findEnd(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
findEnd(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.ChopRectangleConnector
 
findEnd(ConnectionFigure) - Method in interface org.jhotdraw.draw.connector.Connector
Finds the end point for the connection.
findField - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
findFigure(Point2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigure(Point) - Method in class org.jhotdraw.draw.DefaultDrawingView
Finds a figure at a given coordinates.
findFigure(Point2D.Double) - Method in interface org.jhotdraw.draw.Drawing
Finds a top level Figure.
findFigure(Point) - Method in interface org.jhotdraw.draw.DrawingView
Finds a figure at the given point.
findFigure(Point2D.Double) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigure(Point2D.Double) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigureBehind(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigureBehind(Point2D.Double, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigureBehind(Point2D.Double, Figure) - Method in interface org.jhotdraw.draw.Drawing
Finds a top level Figure which is behind the specified Figure.
findFigureBehind(Point2D.Double, Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Finds a top level Figure which is behind the specified Figures.
findFigureBehind(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigureBehind(Point2D.Double, Collection<Figure>) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigureBehind(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigureBehind(Point2D.Double, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigureExcept(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigureExcept(Point2D.Double, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigureExcept(Point2D.Double, Figure) - Method in interface org.jhotdraw.draw.Drawing
Finds a top level Figure.
findFigureExcept(Point2D.Double, Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Finds a top level Figure.
findFigureExcept(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigureExcept(Point2D.Double, Collection) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigureExcept(Point2D.Double, Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigureExcept(Point2D.Double, Collection<? extends Figure>) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
 
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigureInside(Point2D.Double) - Method in interface org.jhotdraw.draw.Drawing
Finds the innermost figure at the specified location.
findFigureInside(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Finds the innermost figure at the specified location.
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigureInside(Point2D.Double) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFigures(Rectangle2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFigures(Rectangle) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
findFigures(Rectangle2D.Double) - Method in interface org.jhotdraw.draw.Drawing
Returns all figures that lie within or intersect the specified bounds.
findFigures(Rectangle) - Method in interface org.jhotdraw.draw.DrawingView
Returns all figures that lie within or intersect the specified bounds.
findFigures(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFigures(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findFiguresWithin(Rectangle2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawing
 
findFiguresWithin(Rectangle) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
findFiguresWithin(Rectangle2D.Double) - Method in interface org.jhotdraw.draw.Drawing
Returns all figures that lie within the specified bounds.
findFiguresWithin(Rectangle) - Method in interface org.jhotdraw.draw.DrawingView
Returns all figures that lie within the specified bounds.
findFiguresWithin(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
findFiguresWithin(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
findHandle(Point) - Method in class org.jhotdraw.draw.DefaultDrawingView
Finds a handle at a given coordinates.
findHandle(Point) - Method in interface org.jhotdraw.draw.DrawingView
Finds a handle at the given coordinates.
findInside(Rectangle2D.Double) - Method in class org.jhotdraw.geom.QuadTree
 
findIntersects(Rectangle2D) - Method in class org.jhotdraw.geom.QuadTree
 
findIntersects(Rectangle2D.Double) - Method in class org.jhotdraw.geom.QuadTree
 
findLabel - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
findNext(int) - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Resets this matcher and then attempts to find the next subsequence of the input sequence that matches the pattern, starting at the specified index.
findNext() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Attempts to find the next subsequence of the input sequence that matches the pattern.
findNode(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Finds a control point index.
findPoint(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.AbstractConnector
Gets the connection point.
findPrevious(int) - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Resets this matcher and then attempts to find the previous subsequence of the input sequence that matches the pattern, starting at the specified index.
findPrevious() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Attempts to find the previous subsequence of the input sequence that matches the pattern.
findScrollPane - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
findSegment(Point2D.Double, double) - Method in class org.jhotdraw.draw.BezierFigure
Gets the segment of the polyline that is hit by the given Point2D.Double.
findSegment(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Gets the segment of the polyline that is hit by the given Point2D.Double.
findSegment(Point2D.Double, double) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
Gets the segment of the polyline that is hit by the given Point2D.Double.
findStart(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
findStart(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.ChopRectangleConnector
 
findStart(ConnectionFigure) - Method in interface org.jhotdraw.draw.connector.Connector
Finds the start point for the connection.
findView(Container) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
findView(Container) - Method in interface org.jhotdraw.draw.DrawingEditor
Finds a drawing view.
findView(Container) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
finishCreation(BezierFigure, DrawingView) - Method in class org.jhotdraw.draw.tool.BezierTool
 
finishCreation(BezierFigure, DrawingView) - Method in class org.jhotdraw.samples.odg.PathTool
 
finishCreation(BezierFigure, DrawingView) - Method in class org.jhotdraw.samples.svg.PathTool
 
finished() - Method in class org.jhotdraw.gui.Worker
Called on the event dispatching thread (not on the worker thread) after the construct method has finished and after done() or failed() has been invoked.
fireActionPerformed(String) - Method in class org.jhotdraw.gui.JFontChooser
Notifies all listeners that have registered interest for notification on this event type.
fireAreaInvalidated() - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireAreaInvalidated(Rectangle2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireAreaInvalidated(FigureEvent) - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireAreaInvalidated(Rectangle) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Notify all listenerList that have registered interest for notification on this event type.
fireAreaInvalidated(Rectangle2D.Double) - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
fireAreaInvalidated(Rectangle) - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
fireAttributeChanged(AttributeKey, Object, Object) - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireBoundsInvalidated(Rectangle) - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
fireColorChanged(int) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
fireEdit(UndoableEdit) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
fireFigureAdded(Figure, int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureAdded() - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureAdded(Figure, int) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureChanged() - Method in class org.jhotdraw.draw.AbstractFigure
 
fireFigureChanged(Rectangle2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureChanged(FigureEvent) - Method in class org.jhotdraw.draw.AbstractFigure
 
fireFigureHandlesChanged() - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureRemoved(Figure, int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureRemoved() - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureRemoved(Figure, int) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Notify all listenerList that have registered interest for notification on this event type.
fireFigureRequestRemove() - Method in class org.jhotdraw.draw.AbstractFigure
Notify all listenerList that have registered interest for notification on this event type.
fireHandleRequestRemove(Rectangle) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Notify all listenerList that have registered interest for notification on this event type.
fireHandleRequestSecondaryHandles() - Method in class org.jhotdraw.draw.handle.AbstractHandle
Notify all listenerList that have registered interest for notification on this event type.
fireOptionSelected(JOptionPane) - Method in class org.jhotdraw.gui.JSheet
Notify all listeners that have registered interest for notification on this event type.
fireOptionSelected(JOptionPane, int, Object, Object) - Method in class org.jhotdraw.gui.JSheet
Notify all listeners that have registered interest for notification on this event type.
fireOptionSelected(JFileChooser, int) - Method in class org.jhotdraw.gui.JSheet
Notify all listeners that have registered interest for notification on this event type.
fireOptionSelected(URIChooser, int) - Method in class org.jhotdraw.gui.JSheet
Notify all listeners that have registered interest for notification on this event type.
firePropertyChange(String, boolean, boolean) - Method in class org.jhotdraw.beans.AbstractBean
 
firePropertyChange(String, int, int) - Method in class org.jhotdraw.beans.AbstractBean
 
firePropertyChange(String, Object, Object) - Method in class org.jhotdraw.beans.AbstractBean
 
firePropertyChange(String, boolean, boolean) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
firePropertyChange(String, int, int) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
firePropertyChange(String, Object, Object) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
firePropertyChange(String, Object, Object) - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
firePropertyChange(String, Object, Object) - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
firePropertyChange(String, boolean, boolean) - Method in class org.jhotdraw.undo.UndoRedoManager
 
firePropertyChange(String, int, int) - Method in class org.jhotdraw.undo.UndoRedoManager
 
firePropertyChange(String, Object, Object) - Method in class org.jhotdraw.undo.UndoRedoManager
 
fireSelectionChanged(Set<Figure>, Set<Figure>) - Method in class org.jhotdraw.draw.DefaultDrawingView
Notify all listenerList that have registered interest for notification on this event type.
fireStateChanged() - Method in class org.jhotdraw.color.AbstractColorSlidersModel
 
fireStateChanged() - Method in class org.jhotdraw.draw.AbstractConstrainer
Runs each ChangeListener's stateChanged method.
fireStateChanged() - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
fireStateChanged() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Run each ChangeListeners stateChanged() method.
fireToolDone() - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
fireToolStarted(DrawingView) - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, TreePath) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
 
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.AbstractDrawing
Notify all listenerList that have registered interest for notification on this event type.
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.AbstractFigure
Notify all UndoableEditListener of the Drawing, to which this Figure has been added to.
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
Updates the enabled state of this action to reflect the enabled state of the active DrawingView.
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
 
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
fireUndoableEditHappened(UndoableEdit) - Method in interface org.jhotdraw.draw.Drawing
Notify all listenerList that have registered interest for notification on this event type.
fireUndoableEditHappened(UndoableEdit) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Notify all listenerList that have registered interest for notification on this event type.
fireUndoEvent(Figure, DrawingView) - Method in class org.jhotdraw.draw.tool.BezierTool
 
fireViewTransformChanged() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
fitBezierPath(Point2D.Double[], double) - Static method in class org.jhotdraw.geom.Bezier
Fits a bezier path to the specified list of digitized points.
fitBezierPath(List<Point2D.Double>, double) - Static method in class org.jhotdraw.geom.Bezier
Fits a bezier path to the specified list of digitized points.
fitBezierPath(BezierPath, double) - Static method in class org.jhotdraw.geom.Bezier
Fits a bezier path to the specified list of digitized points.
flattenTransform() - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
Transforms all coords of the figure by the current TRANSFORM attribute and then sets the TRANSFORM attribute to null.
flattenTransform() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
flattenTransform() - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
Transforms all coords of the figure by the current TRANSFORM attribute and then sets the TRANSFORM attribute to null.
flattenTransform() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
Float() - Constructor for class org.jhotdraw.geom.Insets2D.Float
Constructs and initializes an Insets2D with all insets set to 0.
Float(float, float, float, float) - Constructor for class org.jhotdraw.geom.Insets2D.Float
Constructs and initializes an Insets2D with the specified insets.
Float() - Constructor for class org.jhotdraw.geom.Polygon2D.Float
 
Float(float[], float[], int) - Constructor for class org.jhotdraw.geom.Polygon2D.Float
Constructs and initializes a Polygon from the specified parameters.
floatAt(Point, Point) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
floatingBorderColor - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
floatingColor - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
FloatingTextArea - Class in org.jhotdraw.draw.text
A floating text area that is used to edit a TextHolderFigure.
FloatingTextArea() - Constructor for class org.jhotdraw.draw.text.FloatingTextArea
Constructor for the FloatingTextArea object
FloatingTextField - Class in org.jhotdraw.draw.text
A floating text field that is used to edit a TextHolderFigure.
FloatingTextField() - Constructor for class org.jhotdraw.draw.text.FloatingTextField
 
flush() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
flushBase64() - Method in class org.jhotdraw.io.Base64.OutputStream
Method added by PHIL.
focusedCompIndex - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
focusGained(FocusEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarFocusListener
 
focusLost(FocusEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarFocusListener
 
FocusWindowAction - Class in org.jhotdraw.app.action.window
Requests focus for a Frame.
FocusWindowAction(View) - Constructor for class org.jhotdraw.app.action.window.FocusWindowAction
Creates a new instance.
FONT_BOLD - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Boolean object.
FONT_FACE - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Font object, which is used as a prototype to create the font for the text.
FONT_ITALIC - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Boolean object.
FONT_SIZE - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a double object.
FONT_UNDERLINE - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Boolean object.
fontChooser - Variable in class org.jhotdraw.draw.action.FontChooserHandler
 
FontChooserHandler - Class in org.jhotdraw.draw.action
FontChooserHandler.
FontChooserHandler(DrawingEditor, AttributeKey<Font>, JFontChooser, JPopupMenu) - Constructor for class org.jhotdraw.draw.action.FontChooserHandler
Creates a new instance.
FontChooserMain - Class in org.jhotdraw.samples.font
FontChooserMain.
FontChooserMain() - Constructor for class org.jhotdraw.samples.font.FontChooserMain
Creates new form FontChooserMain
FontChooserModel - Interface in org.jhotdraw.gui.fontchooser
This interface defines the methods components like JFontChooser use to get a font from a font collection or a font family.
FontChooserUI - Class in org.jhotdraw.gui.plaf
FontChooserUI.
FontChooserUI() - Constructor for class org.jhotdraw.gui.plaf.FontChooserUI
 
FontCollectionNode - Class in org.jhotdraw.gui.fontchooser
A FontCollectionNode is a MutableTreeNode which only allows FontFamilyNode as child nodes.
FontCollectionNode(String) - Constructor for class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
FontCollectionNode(String, ArrayList<FontFamilyNode>) - Constructor for class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
FontFaceNode - Class in org.jhotdraw.gui.fontchooser
A FontFaceNode is a MutableTreeNode which does not allow children.
FontFaceNode(Font) - Constructor for class org.jhotdraw.gui.fontchooser.FontFaceNode
 
FontFamilyNode - Class in org.jhotdraw.gui.fontchooser
A FontFamilyNode is a MutableTreeNode which only allows FontFaceNode as child nodes.
FontFamilyNode(String) - Constructor for class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
FontFormatter - Class in org.jhotdraw.text
FontFormatter is used to format fonts into a textual representation which can be edited in an entry field.
FontFormatter() - Constructor for class org.jhotdraw.text.FontFormatter
 
FontFormatter(boolean) - Constructor for class org.jhotdraw.text.FontFormatter
 
FontSizeHandle - Class in org.jhotdraw.draw.handle
A Handle which can be used to change the font size of a TextHolderFigure.
FontSizeHandle(TextHolderFigure) - Constructor for class org.jhotdraw.draw.handle.FontSizeHandle
Creates a new instance.
FontSizeHandle(TextHolderFigure, Locator) - Constructor for class org.jhotdraw.draw.handle.FontSizeHandle
 
FontSizeLocator - Class in org.jhotdraw.draw.locator
FontSizeLocator is used by FontSizeHandle to locate its position on the drawing.
FontSizeLocator() - Constructor for class org.jhotdraw.draw.locator.FontSizeLocator
Creates a new instance.
FontToolBar - Class in org.jhotdraw.samples.svg.gui
StrokeToolBar.
FontToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.FontToolBar
Creates new instance.
FontToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for StrokeToolPane.
FontToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
 
format(String, Object...) - Method in class org.jhotdraw.util.ResourceBundleUtil
Returns a formatted string using java.util.Formatter().
FrameListener() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.FrameListener
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.CIELABColorSpace
XYT to Lab.
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.CIELCHabColorSpace
XYT to Lab.
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSBColorSpace
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSLColorSpace
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSVColorSpace
 
fromCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
fromColor(ColorSpace, Color) - Static method in class org.jhotdraw.color.ColorUtil
Returns the color components in the specified color space from a Color object.
fromRGB(float[]) - Method in class org.jhotdraw.color.CIELABColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
fromRGB(ColorSpace, int) - Static method in class org.jhotdraw.color.ColorUtil
Returns the color components in the specified color space from an rgb value.
fromRGB(ColorSpace, int, int, int) - Static method in class org.jhotdraw.color.ColorUtil
Returns the color components in the specified color space from RGB values.
fromRGB(float[]) - Method in class org.jhotdraw.color.HSBColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.HSLColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.HSVColorSpace
 
fromRGB(float[]) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
FULL_WORD - Static variable in class org.jhotdraw.samples.teddy.regex.MatchType
 

G

GeneralPathTip - Class in org.jhotdraw.draw.decoration
A LineDecoration which draws a general path.
GeneralPathTip(Path2D.Double, double) - Constructor for class org.jhotdraw.draw.decoration.GeneralPathTip
Creates a new instance.
GeneralPathTip(Path2D.Double, double, boolean, boolean, boolean) - Constructor for class org.jhotdraw.draw.decoration.GeneralPathTip
 
generateColorTrack() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.PolarColorWheelImageProducer
 
generateColorWheel() - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
generateContiguousLookupTables() - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
generateContiguousLookupTables() - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
generateDiscreteLookupTables() - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
generateDiscreteLookupTables() - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
generateImage() - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.PolarColorWheelImageProducer
 
generateLookupTables() - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
generateLookupTables1() - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
generateMissingIcons() - Method in class org.jhotdraw.gui.plaf.palette.MultiIcon
 
generateMissingIcons() - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
 
GenericListener - Class in org.jhotdraw.gui.event
The GenericListener creates anonymous listener classes at runtime.
Geom - Class in org.jhotdraw.geom
Some geometric utilities.
get(int) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
get(int) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
get(AttributeKey<T>) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
Gets an attribute from the figure.
get(AttributeKey<T>) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
Gets an attribute from the figure.
get(AttributeKey<T>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
get(Figure) - Method in class org.jhotdraw.draw.AttributeKey
Gets the value of the attribute denoted by this AttributeKey from a Figure.
get(Map<AttributeKey, Object>) - Method in class org.jhotdraw.draw.AttributeKey
Gets the value of the attribute denoted by this AttributeKey from a Map.
get(AttributeKey<T>) - Method in interface org.jhotdraw.draw.Figure
Gets an attribute from the Figure.
get(AttributeKey<T>) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Gets an attribute from the figure.
get(int, int) - Method in class org.jhotdraw.geom.BezierPath
Convenience method for getting a single control point of a node.
get(Object) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
get(Object) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
Looks up up the given key in our Hashtable and resolves LazyValues or ActiveValues.
get(AttributeKey<T>) - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
get(AttributeKey<T>) - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
get(String, String) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
get(int) - Method in class org.jhotdraw.util.ReversedList
 
getAcceleratorProperty(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Gets a KeyStroke for a JavaBeans "accelerator" property from the ResourceBundle.
getAction(View, String) - Method in class org.jhotdraw.app.AbstractApplication
 
getActionMap(View) - Method in class org.jhotdraw.app.AbstractApplication
Gets the action map.
getActionMap(View) - Method in interface org.jhotdraw.app.Application
Gets an action map for the specified view or for the entire application.
getActionMap() - Method in interface org.jhotdraw.app.View
Gets the action map of the view.
getActionMap() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getActionMap() - Method in interface org.jhotdraw.draw.DrawingEditor
Gets the action map used by the tool of this drawing editor as a fall back for performing actions.
getActionMap() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getActionMap() - Method in class org.jhotdraw.draw.tool.AbstractTool
Gets the action map of the Tool
getActions(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
Returns a collection of actions which are presented to the user in a popup menu.
getActions(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Returns a collection of Action's for the specified location on the figure.
getActions(Point2D.Double) - Method in class org.jhotdraw.draw.ImageFigure
 
getActions(Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGAttributedFigure
 
getActions(Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
getActions(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGAttributedFigure
 
getActions(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getActions(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getActiveHandle() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getActiveHandle() - Method in interface org.jhotdraw.draw.DrawingView
Gets the active handle.
getActiveView() - Method in class org.jhotdraw.app.AbstractApplication
Gets the active view.
getActiveView() - Method in class org.jhotdraw.app.action.AbstractViewAction
 
getActiveView() - Method in class org.jhotdraw.app.AppletApplication
 
getActiveView() - Method in interface org.jhotdraw.app.Application
Returns the active view.
getActiveView() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getActiveView() - Method in interface org.jhotdraw.draw.DrawingEditor
Gets the editor's active drawing view.
getActiveView() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getActiveView() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
getActiveView() - Method in class org.jhotdraw.samples.odg.action.TogglePropertiesPanelAction
 
getActiveView() - Method in class org.jhotdraw.samples.teddy.action.ToggleLineNumbersAction
 
getActiveView() - Method in class org.jhotdraw.samples.teddy.action.ToggleLineWrapAction
 
getActiveView() - Method in class org.jhotdraw.samples.teddy.action.ToggleStatusBarAction
 
getAddedFigure() - Method in class org.jhotdraw.draw.tool.BezierTool
 
getAddedFigure() - Method in class org.jhotdraw.draw.tool.CreationTool
 
getAllFonts() - Static method in class org.jhotdraw.gui.JFontChooser
Gets all fonts from the graphics environment.
getAllowsChildren() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getAllowsChildren() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getAllowsChildren() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getAllowsNullValue() - Method in class org.jhotdraw.text.ColorFormatter
Returns true, if null value is allowed.
getAllowsNullValue() - Method in class org.jhotdraw.text.FontFormatter
Returns true, if null value is allowed.
getAllowsNullValue() - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns true if null values are allowed.
getAllowsUnknownFont() - Method in class org.jhotdraw.text.FontFormatter
Returns true, if unknown font names are allowed.
getAnchor() - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
getAnchor() - Method in interface org.jhotdraw.draw.connector.Connector
Gets the anchor of the connector.
getAnchor() - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
getAnchorWidth() - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
getAngle() - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
getAppletInfo() - Method in class org.jhotdraw.samples.draw.DrawApplet
 
getAppletInfo() - Method in class org.jhotdraw.samples.draw.DrawLiveConnectApplet
 
getAppletInfo() - Method in class org.jhotdraw.samples.net.NetApplet
 
getAppletInfo() - Method in class org.jhotdraw.samples.pert.PertApplet
 
getAppletInfo() - Method in class org.jhotdraw.samples.svg.SVGApplet
Returns information about the applet.
getApplication() - Method in class org.jhotdraw.app.AbstractView
 
getApplication() - Method in class org.jhotdraw.app.action.AbstractApplicationAction
 
getApplication() - Method in class org.jhotdraw.app.action.AbstractViewAction
 
getApplication() - Method in interface org.jhotdraw.app.View
Gets the application to which this view belongs.
getApplication() - Method in class org.jhotdraw.draw.action.EditCanvasAction
 
getApplication() - Method in class org.jhotdraw.draw.action.EditGridAction
 
getApproveButtonMnemonic() - Method in interface org.jhotdraw.gui.URIChooser
Returns the approve button's mnemonic.
getApproveButtonText() - Method in interface org.jhotdraw.gui.URIChooser
Returns the text used in the ApproveButton .
getArc() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getArcHeight() - Method in class org.jhotdraw.draw.RoundRectangleFigure
Gets the arc height.
getArcHeight() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getArcHeight() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Gets the arc height.
getArcWidth() - Method in class org.jhotdraw.draw.RoundRectangleFigure
Gets the arc width.
getArcWidth() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getArcWidth() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Gets the arc width.
getArrangement() - Method in interface org.jhotdraw.gui.Arrangeable
 
getArrangement() - Method in class org.jhotdraw.gui.JMDIDesktopPane
 
getAttribute(String) - Method in interface net.n3.nanoxml.IXMLElement
Deprecated.
As of NanoXML/Java 2.0.1, replaced by IXMLElement.getAttribute(java.lang.String,java.lang.String) Returns the value of an attribute.
getAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns the value of an attribute.
getAttribute(String, String, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns the value of an attribute.
getAttribute(String, int) - Method in interface net.n3.nanoxml.IXMLElement
Returns the value of an attribute.
getAttribute(String, String, int) - Method in interface net.n3.nanoxml.IXMLElement
Returns the value of an attribute.
getAttribute(String, String, Map, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns an attribute by looking up a key in a hashtable.
getAttribute(String) - Method in class net.n3.nanoxml.XMLElement
Deprecated.
As of NanoXML/Java 2.1, replaced by XMLElement.getAttribute(java.lang.String,java.lang.String) Returns the value of an attribute.
getAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
Returns the value of an attribute.
getAttribute(String, String, String) - Method in class net.n3.nanoxml.XMLElement
Returns the value of an attribute.
getAttribute(String, int) - Method in class net.n3.nanoxml.XMLElement
Returns the value of an attribute.
getAttribute(String, String, int) - Method in class net.n3.nanoxml.XMLElement
Returns the value of an attribute.
getAttribute(String, String, Map, String) - Method in class net.n3.nanoxml.XMLElement
Returns an attribute by looking up a key in a hashtable.
getAttribute() - Method in class org.jhotdraw.draw.event.FigureEvent
 
getAttribute(String, String) - Method in interface org.jhotdraw.xml.DOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, int) - Method in interface org.jhotdraw.xml.DOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, double) - Method in interface org.jhotdraw.xml.DOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, boolean) - Method in interface org.jhotdraw.xml.DOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, double) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, boolean) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, double) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets an attribute of the current element of the DOM Document.
getAttribute(String, boolean) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets an attribute of the current element of the DOM Document.
getAttributeCount() - Method in interface net.n3.nanoxml.IXMLElement
Returns the number of attributes.
getAttributeCount() - Method in class net.n3.nanoxml.XMLElement
Returns the number of attributes.
getAttributeEditor() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Returns the AttributeEditor to which this FigureAttributeEditorHandler is attached.
getAttributeKey(String) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getAttributeKey(String) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getAttributeKey() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
getAttributeKey(String) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
getAttributeName() - Method in exception net.n3.nanoxml.XMLValidationException
Returns the name of the attribute in which the validation is violated.
getAttributeNamespace(String) - Method in interface net.n3.nanoxml.IXMLElement
Returns the namespace of an attribute.
getAttributeNamespace(String) - Method in class net.n3.nanoxml.XMLElement
Returns the namespace of an attribute.
getAttributes() - Method in interface net.n3.nanoxml.IXMLElement
Returns all attributes as a Properties object.
getAttributes() - Method in class net.n3.nanoxml.XMLElement
Returns all attributes as a Properties object.
getAttributes() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getAttributes() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getAttributes() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getAttributes() - Method in interface org.jhotdraw.draw.Figure
Returns a view to all attributes of this figure.
getAttributes() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
getAttributes() - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
getAttributes(String, String) - Method in class org.jhotdraw.samples.odg.io.ODGStylesReader
 
getAttributes() - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
getAttributesInNamespace(String) - Method in interface net.n3.nanoxml.IXMLElement
Returns all attributes in a specific namespace as a Properties object.
getAttributesInNamespace(String) - Method in class net.n3.nanoxml.XMLElement
Returns all attributes in a specific namespace as a Properties object.
getAttributesRestoreData() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getAttributesRestoreData() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getAttributesRestoreData() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getAttributesRestoreData() - Method in interface org.jhotdraw.draw.Figure
Gets data which can be used to restore the attributes of the figure after a set has been applied to it.
getAttributeType(String) - Method in interface net.n3.nanoxml.IXMLElement
Returns the type of an attribute.
getAttributeType(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns the type of an attribute.
getAttributeType(String) - Method in class net.n3.nanoxml.XMLElement
Returns the type of an attribute.
getAttributeType(String, String) - Method in class net.n3.nanoxml.XMLElement
Returns the type of an attribute.
getAttributeValue() - Method in exception net.n3.nanoxml.XMLValidationException
Returns the value of the attribute in which the validation is violated.
getAttributeValue() - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
getAttributeValue() - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
getAttributeValue() - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
getAttributeValue() - Method in interface org.jhotdraw.gui.AttributeEditor
Gets the attribute value.
getBackdropBorder() - Method in class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
getBackgroundPaint(int, int) - Method in class org.jhotdraw.draw.DefaultDrawingView
Returns a paint for drawing the background of the drawing area.
getBase() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
getBase() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
getBaseClass() - Method in class org.jhotdraw.util.ResourceBundleUtil
 
getBaseIndex() - Method in class org.jhotdraw.color.AbstractHarmonicRule
 
getBaseIndex() - Method in interface org.jhotdraw.color.HarmonicRule
 
getBaseline() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getBaseline() - Method in class org.jhotdraw.draw.TextFigure
 
getBaseline() - Method in interface org.jhotdraw.draw.TextHolderFigure
Gets the baseline of the first line of text, relative to the upper left corner of the figure bounds.
getBaseline() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getBaseline() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getBeanDescriptor() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
Gets the bean's BeanDescriptors.
getBezierFigure() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
getBezierFigure() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getBezierNode() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
getBezierNode() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getBezierNode() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
getBezierNodeIndex() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
getBezierNodeIndex() - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
 
getBezierNodeIndex() - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
 
getBezierPath() - Method in class org.jhotdraw.draw.BezierFigure
Returns a clone of the bezier path of this figure.
getBezierPath() - Method in class org.jhotdraw.draw.LineConnectionFigure
FIXME - Liner must work with API of LineConnection!
getBezierPath() - Method in class org.jhotdraw.draw.TriangleFigure
 
getBoolean(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getBoolean(String, boolean) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getBorder(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getBorderColor() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
getBorderInsets(Component) - Method in class org.jhotdraw.draw.action.ImageBevelBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
getBorderInsets(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonBorder
 
getBorderInsets(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextComponentBorder
 
getBorderInsets(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder
 
getBorderInsets(Component, Insets) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder
 
getBottom() - Method in class org.jhotdraw.geom.Insets2D.Double
 
getBottom() - Method in class org.jhotdraw.geom.Insets2D.Float
 
getBottom() - Method in class org.jhotdraw.geom.Insets2D
Returns the bottom insets in double precision.
getBoundedRangeModel(int) - Method in interface org.jhotdraw.color.ColorSliderModel
Returns the BoundedRangeModel used for the specified component index.
getBoundedRangeModel(int) - Method in class org.jhotdraw.color.DefaultColorSliderModel
Returns the bounded range model of the specified color componentIndex.
getBounds() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getBounds() - Method in class org.jhotdraw.draw.BezierFigure
 
getBounds() - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
getBounds() - Method in interface org.jhotdraw.draw.connector.Connector
Gets the bounds of the connector.
getBounds() - Method in class org.jhotdraw.draw.connector.LocatorConnector
Gets the display box of the connector.
getBounds() - Method in class org.jhotdraw.draw.DiamondFigure
 
getBounds() - Method in class org.jhotdraw.draw.EllipseFigure
 
getBounds() - Method in interface org.jhotdraw.draw.Figure
Returns the untransformed logical bounds of the figure as a Rectangle.
getBounds() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Return the logcal display area.
getBounds() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getBounds() - Method in interface org.jhotdraw.draw.handle.Handle
Returns the bounding box of the handle.
getBounds() - Method in class org.jhotdraw.draw.ImageFigure
 
getBounds() - Method in class org.jhotdraw.draw.RectangleFigure
 
getBounds() - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
getBounds() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getBounds() - Method in class org.jhotdraw.draw.TextFigure
 
getBounds() - Method in class org.jhotdraw.draw.TriangleFigure
 
getBounds() - Method in class org.jhotdraw.geom.BezierPath
 
getBounds() - Method in class org.jhotdraw.geom.Polygon2D.Double
 
getBounds() - Method in class org.jhotdraw.geom.Polygon2D.Float
 
getBounds() - Method in class org.jhotdraw.geom.Polygon2D
Gets the bounding box of this Polygon.
getBounds() - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
getBounds() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getBounds() - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
getBounds() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getBounds() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getBounds() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getBounds2D() - Method in class org.jhotdraw.geom.BezierPath
 
getBounds2D() - Method in class org.jhotdraw.geom.Polygon2D.Double
 
getBounds2D() - Method in class org.jhotdraw.geom.Polygon2D.Float
 
getBounds2D() - Method in class org.jhotdraw.geom.Polygon2D
getBounds2D() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
getBufferedImage() - Method in class org.jhotdraw.draw.ImageFigure
Gets the buffered image.
getBufferedImage() - Method in interface org.jhotdraw.draw.ImageHolderFigure
Gets the buffered image from the figure.
getBufferedImage() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Gets the buffered image.
getBuilder() - Method in interface net.n3.nanoxml.IXMLParser
Returns the builder which creates the logical structure of the XML data.
getBuilder() - Method in class net.n3.nanoxml.StdXMLParser
Returns the builder which creates the logical structure of the XML data.
getBuilder() - Static method in class org.jhotdraw.xml.JavaxDOMInput
Lazily create the document builder and keep a reference to it for performance improvement.
getBundle(String) - Static method in class org.jhotdraw.util.ResourceBundleUtil
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale) - Static method in class org.jhotdraw.util.ResourceBundleUtil
Get the appropriate ResourceBundle subclass.
getByteArray(String, byte[]) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getCachedDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getCanvasSize() - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
getCanvasViewBounds() - Method in class org.jhotdraw.draw.DefaultDrawingView
Returns the bounds of the canvas on the drawing view.
getCappedPath() - Method in class org.jhotdraw.draw.BezierFigure
Returns a path which is cappedPath at the ends, to prevent it from drawing under the end caps.
getCenter() - Method in class org.jhotdraw.color.JColorWheel
 
getCenter() - Method in class org.jhotdraw.draw.BezierFigure
 
getCenter() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getCenter() - Method in class org.jhotdraw.draw.handle.RotateHandle
 
getCenter() - Method in class org.jhotdraw.geom.BezierPath
Returns the point at the center of the bezier path.
getChangingDepth() - Method in class org.jhotdraw.draw.AbstractFigure
 
getCharacterSet() - Method in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
getChild(int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getChild(int) - Method in interface org.jhotdraw.draw.CompositeFigure
Returns the child figure at the specified index.
getChild(int) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
getChild(Object, int) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
getChild(int) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
getChild(int) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getChildAt(int) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getChildAt(int) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getChildAt(int) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getChildAtIndex(int) - Method in interface net.n3.nanoxml.IXMLElement
Returns the child at a specific index.
getChildAtIndex(int) - Method in class net.n3.nanoxml.XMLElement
Returns the child at a specific index.
getChildCount() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getChildCount() - Method in interface org.jhotdraw.draw.CompositeFigure
Returns the number of children.
getChildCount() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
getChildCount(Object) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
getChildCount() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getChildCount() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getChildCount() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getChildFigure() - Method in class org.jhotdraw.draw.event.CompositeFigureEvent
Gets the changed child figure.
getChildren() - Method in interface net.n3.nanoxml.IXMLElement
Returns a vector containing all the child elements.
getChildren() - Method in class net.n3.nanoxml.XMLElement
Returns a vector containing all the child iterator.
getChildren() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getChildren() - Method in interface org.jhotdraw.draw.CompositeFigure
Returns an unchangeable list view on the children.
getChildren() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
getChildren() - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
getChildren(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
getChildren() - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
getChildrenCount() - Method in interface net.n3.nanoxml.IXMLElement
Returns the number of children.
getChildrenCount() - Method in class net.n3.nanoxml.XMLElement
Returns the number of children.
getChildrenFrontToBack() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Returns an iterator to iterate in Z-order front to back over the children.
getChildrenFrontToBack() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Returns an iterator to iterate in Z-order front to back over the children.
getChildrenNamed(String) - Method in interface net.n3.nanoxml.IXMLElement
Returns a vector of all child elements named name.
getChildrenNamed(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns a vector of all child elements named name.
getChildrenNamed(String) - Method in class net.n3.nanoxml.XMLElement
Returns a vector of all child iterator named name.
getChildrenNamed(String, String) - Method in class net.n3.nanoxml.XMLElement
Returns a vector of all child iterator named name.
getChooser(View) - Method in class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.app.ExitAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.file.LoadDirectoryAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.file.LoadFileAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.file.OpenDirectoryAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.file.OpenFileAction
 
getChooser(View) - Method in class org.jhotdraw.app.action.file.SaveFileAction
 
getChooser() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the URIChooser pane on the sheet.
getClipboard() - Static method in class org.jhotdraw.gui.datatransfer.ClipboardUtil
Returns the ClipboardService instance.
getClone(Figure) - Method in class org.jhotdraw.draw.AttributeKey
Gets a clone of the value from the Figure.
getCollectionList() - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserSelectionPanel
 
getColor() - Method in interface org.jhotdraw.color.ColorSliderModel
Returns the color value of the model.
getColor() - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getColor() - Method in class org.jhotdraw.draw.action.ColorIcon
 
getColor() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
getColor(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getColorAt(int, int) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.JColorWheel
 
getColorAt(int, int) - Method in class org.jhotdraw.color.PolarColorWheelImageProducer
 
getColorAt(int, int) - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
getColorComponents(float[]) - Method in class org.jhotdraw.color.CompositeColor
Returns a float array containing only the color components of the Color, in the ColorSpace of the Color.
getColorComponents(ColorSpace, float[]) - Method in class org.jhotdraw.color.CompositeColor
Returns a float array containing only the color components of the Color in the ColorSpace specified by the cspace parameter.
getColorLocation(Color) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
getColorLocation(Color) - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
getColorLocation(Color) - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
getColorLocation(Color) - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
getColorLocation(Color) - Method in class org.jhotdraw.color.JColorWheel
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.JColorWheel
 
getColorLocation(Color) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
getColorLocation(Color) - Method in class org.jhotdraw.color.PolarColorWheelImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.PolarColorWheelImageProducer
 
getColorLocation(float[]) - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
getColorSpace() - Method in interface org.jhotdraw.color.ColorSliderModel
Returns the ColorSpace used by this ColorSliderModel.
getColorSpace() - Method in class org.jhotdraw.color.CompositeColor
Returns the ColorSpace of this Color.
getColorSpace() - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getColorSpace() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
getColorSpace() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
getColumnCount() - Method in class org.jhotdraw.gui.JPopupButton
Returns the number of columns of the popup menu.
getColumns() - Method in class org.jhotdraw.gui.VerticalGridLayout
Gets the number of columns in this layout.
getCompatibleHandles(Handle) - Method in class org.jhotdraw.draw.DefaultDrawingView
Gets compatible handles.
getCompatibleHandles(Handle) - Method in interface org.jhotdraw.draw.DrawingView
Gets compatible handles.
getComponent() - Method in class org.jhotdraw.app.AbstractView
 
getComponent() - Method in class org.jhotdraw.app.AppletApplication
 
getComponent() - Method in interface org.jhotdraw.app.Application
Returns the application component.
getComponent() - Method in class org.jhotdraw.app.MDIApplication
 
getComponent() - Method in class org.jhotdraw.app.OSXApplication
Returns the Frame which holds the frameless JMenuBar.
getComponent() - Method in class org.jhotdraw.app.SDIApplication
 
getComponent() - Method in interface org.jhotdraw.app.View
Returns the visual component of the view.
getComponent(int) - Method in interface org.jhotdraw.color.ColorSliderModel
Gets a value of an individual component.
getComponent(int) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getComponent() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getComponent() - Method in interface org.jhotdraw.draw.DrawingView
Returns the JComponent of the drawing view.
getComponent() - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
getComponent() - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
getComponent() - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
getComponent() - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
getComponent() - Method in interface org.jhotdraw.gui.AttributeEditor
Returns the JComponent of the attribute field.
getComponent() - Method in class org.jhotdraw.gui.JFileURIChooser
 
getComponent() - Method in interface org.jhotdraw.gui.URIChooser
Returns the component of the URIChooser.
getComponent() - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Returns the component of the DrawingComponent.
getComponent() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
getComponentCount() - Method in interface org.jhotdraw.color.ColorSliderModel
Returns the number of components used by this ColorSliderModel.
getComponentCount() - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getComponentIndex() - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
getComponents() - Method in interface org.jhotdraw.color.ColorSliderModel
Gets all component values.
getComponents(float[]) - Method in class org.jhotdraw.color.CompositeColor
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getComponents(ColorSpace, float[]) - Method in class org.jhotdraw.color.CompositeColor
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by the cspace parameter.
getComponents() - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getCompositeFigure() - Method in class org.jhotdraw.draw.event.CompositeFigureEvent
Gets the changed drawing.
getConnection() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
getConnectors(ConnectionFigure) - Method in class org.jhotdraw.draw.AbstractFigure
 
getConnectors(ConnectionFigure) - Method in interface org.jhotdraw.draw.Figure
Returns all connectors of this Figure for the specified prototype of a ConnectionFigure.
getConnectors(ConnectionFigure) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
getConnectorTarget(Figure) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
getConstrainer() - Method in class org.jhotdraw.draw.action.EditGridPanel
Returns the GridConstrainer currently being edited by this panel.
getConstrainer() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getConstrainer() - Method in interface org.jhotdraw.draw.DrawingView
Gets the current constrainer of this view.
getConstraint(float) - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
getContent() - Method in interface net.n3.nanoxml.IXMLElement
Return the #PCDATA content of the element.
getContent() - Method in class net.n3.nanoxml.XMLElement
Return the #PCDATA content of the element.
getContents(Object) - Method in class org.jhotdraw.gui.datatransfer.AbstractClipboard
Returns a Transferable object representing the current contents of the clipboard.
getContents(Object) - Method in class org.jhotdraw.gui.datatransfer.AWTClipboard
 
getContents(Object) - Method in class org.jhotdraw.gui.datatransfer.JNLPClipboard
 
getContents(Object) - Method in class org.jhotdraw.gui.datatransfer.OSXClipboard
 
getControlPoint(int) - Method in class org.jhotdraw.geom.BezierPath.Node
 
getConvexHull(List<Point>) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getConvexHull(Point[]) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getConvexHull2D(List<Point2D.Double>) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getConvexHull2D(Point2D.Double[]) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getConvexHullPath2D(List<Point2D.Double>) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getConvexHullPath2D(Shape) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a shape.
getConvexHullPolygon(List<Point>) - Static method in class org.jhotdraw.geom.ConvexHull
Computes the convex hull from a set of points.
getCoordinates() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getCopyright() - Method in class org.jhotdraw.app.AbstractApplication
 
getCopyright() - Method in class org.jhotdraw.app.AbstractApplicationModel
 
getCopyright() - Method in interface org.jhotdraw.app.Application
Returns the copyright of the application.
getCopyright() - Method in interface org.jhotdraw.app.ApplicationModel
Returns the copyright of the application.
getCreatedFigure() - Method in class org.jhotdraw.draw.tool.BezierTool
 
getCreatedFigure() - Method in class org.jhotdraw.draw.tool.CreationTool
 
getCursor(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
 
getCursor(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Returns a cursor for the specified location.
getCursor() - Method in class org.jhotdraw.draw.handle.AbstractHandle
Returns a cursor for the handle.
getCursor() - Method in class org.jhotdraw.draw.handle.CloseHandle
Returns a cursor for the handle.
getCursor() - Method in class org.jhotdraw.draw.handle.DragHandle
Returns a cursor for the handle.
getCursor() - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
getCursor() - Method in interface org.jhotdraw.draw.handle.Handle
Returns a cursor for the handle.
getCursor() - Method in class org.jhotdraw.draw.handle.MoveHandle
Returns a cursor for the handle.
getCursor() - Method in class org.jhotdraw.draw.handle.NullHandle
 
getCX() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getCY() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getData() - Method in class org.jhotdraw.samples.draw.DrawApplet
 
getData() - Method in class org.jhotdraw.samples.draw.DrawLiveConnectApplet
 
getData() - Method in class org.jhotdraw.samples.net.NetApplet
 
getData() - Method in class org.jhotdraw.samples.pert.PertApplet
 
getDecomposition() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getDecomposition() - Method in class org.jhotdraw.draw.AbstractFigure
 
getDecomposition() - Method in interface org.jhotdraw.draw.Figure
Returns a decompositon of a figure into its parts.
getDecorationRadius(Figure) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
getDecorationRadius(Figure) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
Returns the radius of the decorator.
getDecorationRadius(Figure) - Method in interface org.jhotdraw.draw.decoration.LineDecoration
Returns the radius of the decorator.
getDecorator() - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
getDecorator() - Method in interface org.jhotdraw.draw.DecoratedFigure
Gets the decorator for this figure.
getDecoratorPath(Figure) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
Hook method to calculate the path of the decorator.
getDecoratorPath(Figure) - Method in class org.jhotdraw.draw.decoration.ArrowTip
 
getDecoratorPath(Figure) - Method in class org.jhotdraw.draw.decoration.GeneralPathTip
 
getDecoratorPath(Figure) - Method in class org.jhotdraw.draw.decoration.PerpendicularBar
Calculates the path of the decorator...a simple line perpendicular to the figure.
getDecoratorPathRadius(Figure) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
Hook method to calculate the radius of the decorator path.
getDecoratorPathRadius(Figure) - Method in class org.jhotdraw.draw.decoration.ArrowTip
 
getDecoratorPathRadius(Figure) - Method in class org.jhotdraw.draw.decoration.GeneralPathTip
 
getDecoratorPathRadius(Figure) - Method in class org.jhotdraw.draw.decoration.PerpendicularBar
Calculates the radius of the decorator path.
getDefault() - Static method in class org.jhotdraw.util.LocaleUtil
 
getDefaultAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getDefaultAttribute(AttributeKey<T>) - Method in interface org.jhotdraw.draw.DrawingEditor
Gets a default attribute from the editor.
getDefaultAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getDefaultAttributes() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getDefaultAttributes() - Method in interface org.jhotdraw.draw.DrawingEditor
Returns an immutable Map with the default attributes of this editor.
getDefaultAttributes() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.FillToolBar
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.FontToolBar
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBar
 
getDefaultDisclosureState() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBar
 
getDefaultEventIndex() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultValue() - Method in class org.jhotdraw.draw.AttributeKey
Returns the default value of the attribute.
getDelegate() - Method in class net.n3.nanoxml.ValidatorPlugin
Returns the delegate.
getDependencies() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
getDerivedIndices() - Method in class org.jhotdraw.color.AbstractHarmonicRule
 
getDerivedIndices() - Method in interface org.jhotdraw.color.HarmonicRule
 
getDescription() - Method in class org.jhotdraw.gui.filechooser.ExtensionFileFilter
 
getDescription() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getDescription() - Method in class org.jhotdraw.samples.odg.ODGDrawing
 
getDialog() - Method in class org.jhotdraw.draw.action.EditGridAction
 
getDialogTitle() - Method in interface org.jhotdraw.gui.URIChooser
Gets the string that goes in the URIChooser 's titlebar.
getDialogType() - Method in interface org.jhotdraw.gui.URIChooser
Returns the type of this dialog.
getDirection(Point, Point) - Static method in enum org.jhotdraw.draw.TranslationDirection
Returns the direction from the provided start point to the end point.
getDirection(Point2D.Double, Point2D.Double) - Static method in enum org.jhotdraw.draw.TranslationDirection
Returns the direction from the provided start point to the end point.
getDisclosedComponent(int) - Method in class org.jhotdraw.gui.JDisclosureToolBar
 
getDisclosedComponent(int) - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
getDisclosureState() - Method in class org.jhotdraw.gui.JDisclosureToolBar
 
getDisclosureStateCount() - Method in class org.jhotdraw.gui.JDisclosureToolBar
 
getDisplayName() - Method in class org.jhotdraw.color.ColorWheelChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
getDisplayName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
getDockingColor() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Gets the color displayed when over a docking area
getDocument() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
getDouble(String, double) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getDoubleAttribute(String, String, double) - Method in interface net.n3.nanoxml.IXMLElement
Returns an attribute of the element.
getDoubleAttribute(String, String, double) - Method in class net.n3.nanoxml.XMLElement
Returns an attribute of the element.
getDragInsets(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder
These insets are used by PaletteToolBarUI, to determine if the toolbar should be dragged.
getDragTracker(Figure) - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to get a DragTracker which handles user interaction for dragging the specified figure.
getDrawing() - Method in class org.jhotdraw.draw.AbstractDrawing
 
getDrawing() - Method in class org.jhotdraw.draw.AbstractFigure
 
getDrawing() - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
getDrawing() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
 
getDrawing() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
getDrawing() - Method in class org.jhotdraw.draw.action.EditCanvasPanel
Returns the GridConstrainer currently being edited by this panel.
getDrawing() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getDrawing() - Method in interface org.jhotdraw.draw.DrawingView
Gets the drawing.
getDrawing() - Method in class org.jhotdraw.draw.event.DrawingAttributeEditorHandler
 
getDrawing() - Method in class org.jhotdraw.draw.tool.AbstractTool
 
getDrawing() - Method in class org.jhotdraw.samples.draw.DrawingPanel
 
getDrawing() - Method in class org.jhotdraw.samples.net.NetPanel
 
getDrawing() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanel
 
getDrawing() - Method in class org.jhotdraw.samples.odg.ODGView
 
getDrawing() - Method in class org.jhotdraw.samples.pert.PertPanel
 
getDrawing() - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Returns the drawing of the DrawingComponent.
getDrawing() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
getDrawing() - Method in class org.jhotdraw.samples.svg.SVGView
 
getDrawingArea() - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.BezierFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
getDrawingArea() - Method in interface org.jhotdraw.draw.connector.Connector
Gets the drawing area of the connector.
getDrawingArea(Figure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
Returns the drawing area of the decorator.
getDrawingArea(Figure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
Returns the drawing area of the decorator.
getDrawingArea(Figure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.decoration.LineDecoration
Returns the drawing bounds of the decorator.
getDrawingArea() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getDrawingArea() - Method in class org.jhotdraw.draw.DiamondFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.EllipseFigure
 
getDrawingArea() - Method in interface org.jhotdraw.draw.Figure
Returns the drawing area of the figure as a Rectangle.
getDrawingArea() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Return the draw area.
getDrawingArea() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getDrawingArea() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
getDrawingArea() - Method in interface org.jhotdraw.draw.handle.Handle
Returns the drawing area of the handle.
getDrawingArea() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.RectangleFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
getDrawingArea() - Method in class org.jhotdraw.draw.TriangleFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getDrawingArea() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getDrawingComponent() - Method in class org.jhotdraw.samples.svg.SVGApplet
 
getDrawingToViewTransform() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getDrawingToViewTransform() - Method in interface org.jhotdraw.draw.DrawingView
Gets an transform which can be used to convert drawing coordinates to view coordinates.
getDrawingViews() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getDrawingViews() - Method in interface org.jhotdraw.draw.DrawingEditor
Gets all drawing views associated with this editor.
getDrawingViews() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getDuration() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
getEditedFigures() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
getEditedFigures() - Method in class org.jhotdraw.draw.event.DrawingAttributeEditorHandler
 
getEditedFigures() - Method in class org.jhotdraw.draw.event.FigureAttributeEditorHandler
 
getEditor() - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
getEditor() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
 
getEditor() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
getEditor() - Method in class org.jhotdraw.draw.action.AttributeToggler
 
getEditor() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getEditor() - Method in interface org.jhotdraw.draw.DrawingView
Gets the drawing editor associated to the DrawingView.
getEditor() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Returns the DrawingEditor to which this FigureAttributeEditorHandler is attached.
getEditor() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getEditor() - Method in class org.jhotdraw.draw.tool.AbstractTool
 
getEditor() - Method in class org.jhotdraw.samples.draw.DrawingPanel
 
getEditor() - Method in class org.jhotdraw.samples.draw.DrawView
Gets the drawing editor of the view.
getEditor() - Method in class org.jhotdraw.samples.net.NetPanel
 
getEditor() - Method in class org.jhotdraw.samples.net.NetView
 
getEditor() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanel
 
getEditor() - Method in class org.jhotdraw.samples.odg.ODGView
 
getEditor() - Method in class org.jhotdraw.samples.pert.PertPanel
 
getEditor() - Method in class org.jhotdraw.samples.pert.PertView
 
getEditor() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
getEditor() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
getEditor() - Method in class org.jhotdraw.samples.svg.SVGView
 
getElementAt(int) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
getElementCount() - Method in interface org.jhotdraw.xml.DOMInput
Returns the number of child elements of the current element.
getElementCount(String) - Method in interface org.jhotdraw.xml.DOMInput
Returns the number of child elements with the specified tag name of the current element.
getElementCount() - Method in class org.jhotdraw.xml.JavaxDOMInput
Returns the number of child elements of the current element.
getElementCount(String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Returns the number of child elements with the specified tag name of the current element.
getElementCount() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Returns the number of child elements of the current element.
getElementCount(String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Returns the number of child elements with the specified tag name of the current element.
getElementName() - Method in exception net.n3.nanoxml.XMLValidationException
Returns the name of the element in which the validation is violated.
getEmptyDrawingMessage() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getEncoding(String) - Method in class net.n3.nanoxml.StdXMLReader
Scans the encoding from an <?xml...?> tag.
getEndConnector() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the end Connector.
getEndConnector() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
getEndFigure() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the end figure of the connection.
getEndFigure() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
getEndPoint() - Method in class org.jhotdraw.draw.AbstractFigure
 
getEndPoint() - Method in class org.jhotdraw.draw.BezierFigure
Convenience method for getting the end point.
getEndPoint() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the end point.
getEndPoint() - Method in interface org.jhotdraw.draw.Figure
Returns the untransformed logical end point of the bounds.
getEndPosition() - Method in class org.jhotdraw.io.StreamPosTokenizer
Returns the end position of the token relative to the position that the stream had, when the StreamPosTokenizer was constructed.
getEntity(IXMLReader, String) - Method in interface net.n3.nanoxml.IXMLEntityResolver
Returns a Java reader containing the value of an entity.
getEntity(IXMLReader, String) - Method in class net.n3.nanoxml.XMLEntityResolver
Returns a Java reader containing the value of an entity.
getEnumName(Enum) - Method in class org.jhotdraw.xml.DefaultDOMFactory
 
getEnumName(Enum) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
getEnumValue(Enum) - Method in class org.jhotdraw.xml.DefaultDOMFactory
 
getEnumValue(Enum) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
getError() - Method in class org.jhotdraw.gui.Worker
Get the error produced by the worker thread, or null if it hasn't thrown one.
getEventHandler() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
getEventSetDescriptors() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
Gets the bean's EventSetDescriptors.
getException() - Method in exception net.n3.nanoxml.XMLException
Returns the encapsulated exception, or null if no exception is encapsulated.
getExportChooser(View) - Method in class org.jhotdraw.app.AbstractApplication
 
getExportChooser(View) - Method in interface org.jhotdraw.app.Application
Gets an export chooser for the specified view or for the entire application.
getExtensions() - Method in class org.jhotdraw.gui.filechooser.ExtensionFileFilter
Returns an unmodifiable set with the filename extensions.
getExtent() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Returns the model's extent, the length of the inner range that begins at the model's value.
getFaceList() - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserSelectionPanel
 
getFamilyList() - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserSelectionPanel
 
getFigure() - Method in class org.jhotdraw.draw.event.FigureEvent
Gets the changed figure
getFigureDrawBounds() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getFigureDrawingArea() - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
getFigureDrawingArea() - Method in class org.jhotdraw.draw.ImageFigure
 
getFigureDrawingArea() - Method in class org.jhotdraw.draw.TextFigure
Gets the drawing area without taking the decorator into account.
getFigureDrawingArea() - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
getFigures(Rectangle2D.Double) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
getFiguresFrontToBack() - Method in class org.jhotdraw.draw.DefaultDrawing
Returns an iterator to iterate in Z-order front to back over the children.
getFiguresFrontToBack() - Method in interface org.jhotdraw.draw.Drawing
Returns a list of the figures in Z-Order from front to back.
getFiguresFrontToBack() - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
Returns an iterator to iterate in Z-order front to back over the children.
getFiguresFrontToBack() - Method in class org.jhotdraw.draw.QuadTreeDrawing
Returns an iterator to iterate in Z-order front to back over the children.
getFileChooser() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the JFileChooser pane on the sheet.
getFileExtension() - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
getFileExtension() - Method in class org.jhotdraw.draw.io.ImageOutputFormat
 
getFileExtension() - Method in interface org.jhotdraw.draw.io.OutputFormat
Returns the file extension for the output format.
getFileExtension() - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
getFileExtension() - Method in class org.jhotdraw.draw.io.TextInputFormat
 
getFileExtension() - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
getFileExtension() - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
getFileExtension() - Method in class org.jhotdraw.samples.svg.io.SVGZOutputFormat
 
getFileExtensions() - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
getFileFilter() - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
getFileFilter() - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
getFileFilter() - Method in class org.jhotdraw.draw.io.ImageOutputFormat
 
getFileFilter() - Method in interface org.jhotdraw.draw.io.InputFormat
Return a FileFilter that can be used to identify files which can be read with this input format.
getFileFilter() - Method in interface org.jhotdraw.draw.io.OutputFormat
Return a FileFilter that can be used to identify files which can be stored with this output format.
getFileFilter() - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
getFileFilter() - Method in class org.jhotdraw.draw.io.TextInputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.svg.io.SVGZInputFormat
 
getFileFilter() - Method in class org.jhotdraw.samples.svg.io.SVGZOutputFormat
 
getFillColor() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getFillColor() - Method in class org.jhotdraw.draw.TextFigure
 
getFillColor() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns the fill color to be used by a text editor for editing this Figure.
getFillColor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getFillColor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getFillPaint(Figure) - Static method in class org.jhotdraw.samples.odg.ODGAttributeKeys
Gets the fill paint for the specified figure based on the attributes FILL_GRADIENT, FILL_OPACITY, FILL_PAINT and the bounds of the figure.
getFillPaint(Figure) - Static method in class org.jhotdraw.samples.svg.SVGAttributeKeys
Gets the fill paint for the specified figure based on the attributes FILL_GRADIENT, FILL_OPACITY, FILL_PAINT and the bounds of the figure.
getFindString() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
 
getFirstChildNamed(String) - Method in interface net.n3.nanoxml.IXMLElement
Searches a child element.
getFirstChildNamed(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Searches a child element.
getFirstChildNamed(String) - Method in class net.n3.nanoxml.XMLElement
Searches a child element.
getFirstChildNamed(String, String) - Method in class net.n3.nanoxml.XMLElement
Searches a child element.
getFloat(String, float) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getFloatingColor() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Gets the color displayed when over a floating area
getFocusedView() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getFont(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
 
getFont() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getFont() - Method in class org.jhotdraw.draw.TextFigure
 
getFont() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns the font to be used by a text editor for editing this Figure.
getFont() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getFont(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getFont() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getFont() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getFontMetrics() - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
getFontMetrics(JComponent, Graphics) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteUtilities
Returns the FontMetrics for the current Font of the passed in Graphics.
getFontMetrics(JComponent, Graphics, Font) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteUtilities
Returns the FontMetrics for the specified Font.
getFontRenderContext() - Method in class org.jhotdraw.draw.AbstractDrawing
 
getFontRenderContext() - Method in class org.jhotdraw.draw.AbstractFigure
 
getFontRenderContext() - Method in interface org.jhotdraw.draw.Drawing
Returns the font render context used to do text leyout and text drawing.
getFontSize() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getFontSize() - Method in class org.jhotdraw.draw.TextFigure
 
getFontSize() - Method in interface org.jhotdraw.draw.TextHolderFigure
Gets the font size of the text held by the TextHolderFigure.
getFontSize() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getFontSize() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getFontStyle(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
 
getFormatted(String, Object...) - Method in class org.jhotdraw.util.ResourceBundleUtil
Returns a formatted string using javax.text.MessageFormat.
getFormatterFactory() - Method in class org.jhotdraw.gui.JLifeFormattedTextArea
 
getFrame() - Method in class org.jhotdraw.draw.action.EditCanvasAction
 
getFullName() - Method in interface net.n3.nanoxml.IXMLElement
Returns the full name (i.e.
getFullName() - Method in class net.n3.nanoxml.XMLElement
Returns the full name (i.e.
getFX() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getFY() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getHandle() - Method in class org.jhotdraw.draw.event.HandleEvent
 
getHandleAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getHandleAttribute(AttributeKey<T>) - Method in interface org.jhotdraw.draw.DrawingEditor
Gets a handle attribute from the editor.
getHandleAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getHandleDetailLevel() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getHandleDetailLevel() - Method in interface org.jhotdraw.draw.DrawingView
Returns the detail level of the handles.
getHandlesize() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getHandlesize() - Method in class org.jhotdraw.draw.handle.CloseHandle
 
getHandleTracker(Handle) - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to get a HandleTracker which handles user interaction for the specified handle.
getHarmonicColorModel() - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
getHeight() - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
getHeight() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
getHeight() - Method in class org.jhotdraw.draw.GridConstrainer
 
getHeight() - Method in class org.jhotdraw.geom.Dimension2DDouble
Returns the height of this dimension in double precision.
getHeight() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getHeight() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getHeight() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getHeight() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getHeight() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getHgap() - Method in class org.jhotdraw.gui.VerticalGridLayout
Gets the horizontal gap between components.
getHitShape() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getHitStroke(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Returns a stroke which is useful for hit-testing.
getIcon(int) - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(Component) - Method in class org.jhotdraw.gui.plaf.palette.MultiIcon
 
getIcon(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getIcon(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
 
getIcon(int) - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIconHeight() - Method in class org.jhotdraw.draw.action.ColorIcon
 
getIconHeight() - Method in class org.jhotdraw.draw.action.LineDecorationIcon
 
getIconHeight() - Method in class org.jhotdraw.draw.action.StrokeIcon
 
getIconHeight() - Method in class org.jhotdraw.gui.DisclosureIcon
 
getIconHeight() - Method in class org.jhotdraw.gui.EmptyIcon
 
getIconHeight() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
getIconHeight() - Method in class org.jhotdraw.gui.plaf.palette.MultiIcon
 
getIconProperty(String, Class) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get an image icon from the ResourceBundle.
getIconWidth() - Method in class org.jhotdraw.draw.action.ColorIcon
 
getIconWidth() - Method in class org.jhotdraw.draw.action.LineDecorationIcon
 
getIconWidth() - Method in class org.jhotdraw.draw.action.StrokeIcon
 
getIconWidth() - Method in class org.jhotdraw.gui.DisclosureIcon
 
getIconWidth() - Method in class org.jhotdraw.gui.EmptyIcon
 
getIconWidth() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
getIconWidth() - Method in class org.jhotdraw.gui.plaf.palette.MultiIcon
 
getID() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getID() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
This should be an abstract method, but the NetBeans GUI builder doesn't support abstract beans.
getID() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.FillToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.FontToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBar
 
getID() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBar
 
getId(IXMLElement) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
Gets a unique ID for the specified element.
getImageData() - Method in class org.jhotdraw.draw.ImageFigure
Gets the image data.
getImageData() - Method in interface org.jhotdraw.draw.ImageHolderFigure
Gets the image data.
getImageData() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Gets the image data.
getImportChooser(View) - Method in class org.jhotdraw.app.AbstractApplication
 
getImportChooser(View) - Method in interface org.jhotdraw.app.Application
Gets an import chooser for the specified view or for the entire application.
getIndex() - Method in class org.jhotdraw.draw.event.CompositeFigureEvent
Returns the z-index of the child figure.
getIndex(TreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getIndex(TreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getIndex(TreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getIndexOfChild(Object, Object) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
getInheritedAttribute(String) - Method in interface org.jhotdraw.xml.DOMInput
Gets an attribute of the current element of the DOM Document and of all parent DOM elements.
getInheritedAttribute(String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets an attribute of the current element of the DOM Document and of all parent DOM elements.
getInheritedAttribute(String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets an attribute of the current element of the DOM Document and of all parent DOM elements.
getInitialColor() - Method in class org.jhotdraw.draw.action.DrawingColorChooserAction
 
getInitialColor() - Method in class org.jhotdraw.draw.action.EditorColorChooserAction
 
getInitialColor() - Method in class org.jhotdraw.draw.action.SelectionColorChooserAction
 
getInputFormatAccessory() - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
getInputFormatAccessory() - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
getInputFormatAccessory() - Method in interface org.jhotdraw.draw.io.InputFormat
Return a JFileChooser accessory that can be used to customize the input format.
getInputFormatAccessory() - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
getInputFormatAccessory() - Method in class org.jhotdraw.draw.io.TextInputFormat
 
getInputFormatAccessory() - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
getInputFormatAccessory() - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
getInputFormats() - Method in class org.jhotdraw.draw.AbstractDrawing
 
getInputFormats() - Method in interface org.jhotdraw.draw.Drawing
Gets input formats for the Drawing in order of preferred formats.
getInputMap() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getInputMap() - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the input map used by the tool of this drawing editor as a fall back for handling keyboard events.
getInputMap() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getInputMap() - Method in class org.jhotdraw.draw.tool.AbstractTool
Gets the input map of the Tool
getInputValue() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the input value that the JOptionPane returned, if it wants input.
getInsets(Figure) - Method in class org.jhotdraw.draw.layouter.AbstractLayouter
 
getInsets() - Method in class org.jhotdraw.draw.text.FloatingTextField
 
getInsets() - Method in class org.jhotdraw.draw.TextAreaFigure
Returns the insets used to draw text.
getInsets() - Method in class org.jhotdraw.draw.TextFigure
 
getInsets() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns Insets to be used by the text editor relative to the handle bounds of the figure.
getInsets(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getInsets() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
getInsets() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Returns the insets used to draw text.
getInsets() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getInstance() - Static method in class org.jhotdraw.color.CMYKGenericColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.CMYKNominalColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.HSBColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.HSLColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.HSVColorSpace
 
getInstance() - Static method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
getInstance() - Static method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getInt(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getInt(String, int) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getInteger(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get an Integer from the ResourceBundle.
getInterpolatedRGB(int, float) - Method in interface org.jhotdraw.color.ColorSliderModel
Returns an RGB value based on the value of the specified component index and value, based on the values of all other components of the model.
getInterpolatedRGB(int, float) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
getInvalidatedArea() - Method in class org.jhotdraw.draw.event.CompositeFigureEvent
Gets the bounds of the invalidated area on the drawing.
getInvalidatedArea() - Method in class org.jhotdraw.draw.event.FigureEvent
Gets the bounds of the invalidated area on the drawing.
getInvalidatedArea() - Method in class org.jhotdraw.draw.event.HandleEvent
Gets the bounds of the invalidated area on the drawing view.
getInvalidatedArea() - Method in class org.jhotdraw.draw.event.ToolEvent
Gets the bounds of the invalidated area on the drawing view.
getInvisibleConstrainer() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getInvisibleConstrainer() - Method in interface org.jhotdraw.draw.DrawingView
Gets the editor's constrainer for this view, for use, when the visible constrainer is turned off.
getKey() - Method in class org.jhotdraw.draw.AttributeKey
Returns the key string.
getKeyStroke(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get a KeyStroke from the ResourceBundle.
getLabelFor() - Method in class org.jhotdraw.draw.LabelFigure
 
getLabelFor() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getLabelFor() - Method in class org.jhotdraw.draw.TextFigure
 
getLabelFor() - Method in interface org.jhotdraw.draw.TextHolderFigure
Sometimes we want to use a TextHolderFigure as a label for another TextHolderFigure.
getLabelFor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getLabelFor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getLabels() - Static method in class org.jhotdraw.undo.UndoRedoManager
 
getLargeDisplayIcon() - Method in class org.jhotdraw.color.ColorWheelChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
getLargeDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
getLastUsedInputFormat() - Method in class org.jhotdraw.text.ColorFormatter
Gets the last used input format.
getLayer() - Method in class org.jhotdraw.draw.AbstractFigure
AbstractFigure always returns 0.
getLayer() - Method in interface org.jhotdraw.draw.Figure
Gets the layer number of the figure.
getLayer() - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
getLayer() - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
 
getLayer() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
getLayoutAlignmentX(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
getLayoutAlignmentX(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
getLayoutAlignmentY(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
getLayoutAlignmentY(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
getLayouter() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Get a Layouter object which encapsulated a layout algorithm for this figure.
getLayouter() - Method in interface org.jhotdraw.draw.CompositeFigure
Get a Layouter object which encapsulated a layout algorithm for this figure.
getLayouter() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Get a Layouter object which encapsulated a layout algorithm for this figure.
getLeft() - Method in class org.jhotdraw.geom.Insets2D.Double
 
getLeft() - Method in class org.jhotdraw.geom.Insets2D.Float
 
getLeft() - Method in class org.jhotdraw.geom.Insets2D
Returns the left insets in double precision.
getLeftInset() - Method in class org.jhotdraw.samples.teddy.text.NumberedParagraphView
Gets the left inset.
getLengthOfPath(double) - Method in class org.jhotdraw.geom.BezierPath
Returns the length of the path.
getLineCount() - Method in class org.jhotdraw.samples.teddy.TeddyView
Determines the number of lines contained in the area.
getLineNr() - Method in interface net.n3.nanoxml.IXMLElement
Returns the line number in the data where the element started.
getLineNr() - Method in interface net.n3.nanoxml.IXMLReader
Returns the line number of the data in the current stream.
getLineNr() - Method in class net.n3.nanoxml.StdXMLReader
Returns the line number of the data in the current stream.
getLineNr() - Method in class net.n3.nanoxml.XMLElement
Returns the line number in the data where the element started.
getLineNr() - Method in exception net.n3.nanoxml.XMLException
Returns the line number in the XML data where the exception occurred.
getLineOfOffset(int) - Method in class org.jhotdraw.samples.teddy.JEditorArea
Translates an offset into the components text to a line number.
getLineOfOffset(int) - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
getLiner() - Method in interface org.jhotdraw.draw.ConnectionFigure
Get a Liner object which encapsulated a lineout algorithm for this figure.
getLiner() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
getLineSeparator() - Method in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
getLineSeparator() - Method in class org.jhotdraw.samples.teddy.io.LFWriter
Gets the line separator of the println() methods.
getLineStartOffset(int) - Method in class org.jhotdraw.samples.teddy.JEditorArea
Determines the offset of the start of the given line.
getLineStartOffset(int) - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
getLineWrap() - Method in class org.jhotdraw.samples.teddy.JEditorArea
Gets the line-wrapping policy of the text area.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jhotdraw.color.ColorListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteListCellRenderer
 
getListeners(Class<T>) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Returns an array of all the objects currently registered as FooListeners upon this model.
getLocation() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Returns the start point of the connection.
getLocation() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getLocation() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getLocation() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
getLocation() - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
getLocation() - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
Returns the start point of the connection.
getLocation() - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
Returns the start point of the connection.
getLocation() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
getLocation() - Method in class org.jhotdraw.draw.handle.LocatorHandle
 
getLocationOnDrawing() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
getLocationOnDrawing() - Method in class org.jhotdraw.draw.handle.LocatorHandle
 
getLocator() - Method in class org.jhotdraw.draw.connector.LocatorConnector
 
getLock() - Method in class org.jhotdraw.draw.AbstractDrawing
The drawing view synchronizes on the lock when drawing a drawing.
getLock() - Method in class org.jhotdraw.draw.AbstractFigure
 
getLock() - Method in interface org.jhotdraw.draw.Drawing
Returns the lock object on which all threads acting on Figures in this drawing synchronize to prevent race conditions.
getLong(String, long) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
getMajorGridSpacing() - Method in class org.jhotdraw.draw.GridConstrainer
Spacing between major grid lines.
getMask() - Method in class org.jhotdraw.geom.BezierPath.Node
 
getMatchType() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
 
getMaximum() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Returns the model's maximum.
getMaximum() - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
Returns the maximum value -- the higher end of the progress value.
getMaximum() - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns the maximum permissible value.
getMaximumFractionDigits() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the maximum number of digits allowed in the integer portion of a number.
getMaxValue(int) - Method in class org.jhotdraw.color.CIELABColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.HSBColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.HSLColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.HSVColorSpace
 
getMaxValue(int) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
getMenuBuilder() - Method in interface org.jhotdraw.app.ApplicationModel
Returns the abstract factory for building application menus.
getMenuBuilder() - Method in class org.jhotdraw.app.DefaultApplicationModel
 
getMenuBuilder() - Method in class org.jhotdraw.app.EmptyApplicationModel
 
getMessage() - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
getMethodDescriptors() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
Gets the bean's MethodDescriptors.
getMinimum() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Returns the minimum acceptable value.
getMinimum() - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
Returns the minimum value -- the lower end of the progress value.
getMinimum() - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns the minimum permissible value.
getMinimumFractionDigits() - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns true if null values are allowed.
getMinimumHorizontalSize() - Method in class org.jhotdraw.color.ColorSliderUI
 
getMinimumIntegerDigits() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the minimum number of digits allowed in the integer portion of a number.
getMinimumNegativeExponent() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the minimum negative exponent value for scientific notation.
getMinimumPositiveExponent() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the minimum positive exponent value for scientific notation.
getMinimumVerticalSize() - Method in class org.jhotdraw.color.ColorSliderUI
 
getMinValue(int) - Method in class org.jhotdraw.color.CIELABColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.HSBColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.HSLColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.HSVColorSpace
 
getMinValue(int) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
getMnemonic(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get a Mnemonic from the ResourceBundle.
getMnemonicProperty(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Gets a char for a JavaBeans "mnemonic" property from the ResourceBundle.
getModel() - Method in class org.jhotdraw.app.AbstractApplication
 
getModel() - Method in interface org.jhotdraw.app.Application
Returns the application model.
getModel() - Method in class org.jhotdraw.color.JColorWheel
 
getModel() - Method in class org.jhotdraw.gui.JFontChooser
Gets the selected Font.
getMultipleOpenId() - Method in class org.jhotdraw.app.AbstractView
 
getMultipleOpenId() - Method in interface org.jhotdraw.app.View
Returns the multiple open id.
getMultiplier() - Method in class org.jhotdraw.text.JavaNumberFormatter
Gets the multiplier for use in percent, per mille, and similar formats.
getName() - Method in interface net.n3.nanoxml.IXMLElement
Returns the name of the element.
getName() - Method in class net.n3.nanoxml.XMLElement
Returns the name of the element.
getName() - Method in class org.jhotdraw.app.AbstractApplication
 
getName() - Method in class org.jhotdraw.app.AbstractApplicationModel
 
getName() - Method in interface org.jhotdraw.app.Application
Returns the name of the application.
getName() - Method in interface org.jhotdraw.app.ApplicationModel
Returns the name of the application.
getName() - Method in class org.jhotdraw.color.CIELABColorSpace
 
getName(int) - Method in class org.jhotdraw.color.CIELABColorSpace
 
getName() - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
getName(int) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
getName(int) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
getName() - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
getName(ColorSpace) - Static method in class org.jhotdraw.color.ColorUtil
Returns the name of the color space.
getName(int) - Method in class org.jhotdraw.color.HSBColorSpace
 
getName() - Method in class org.jhotdraw.color.HSBColorSpace
 
getName(int) - Method in class org.jhotdraw.color.HSLColorSpace
 
getName() - Method in class org.jhotdraw.color.HSLColorSpace
 
getName(int) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
getName() - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
getName(int) - Method in class org.jhotdraw.color.HSVColorSpace
 
getName() - Method in class org.jhotdraw.color.HSVColorSpace
 
getName(int) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
getName() - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
getName() - Method in interface org.jhotdraw.color.NamedColorSpace
 
getName() - Method in class org.jhotdraw.draw.action.ColorIcon
 
getName() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getName() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getName() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getName() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
getName() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getName(URI) - Static method in class org.jhotdraw.net.URIUtil
Returns the name of an URI for display in the title bar of a window.
getName() - Method in class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
 
getName() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
getName(Object) - Method in class org.jhotdraw.xml.DefaultDOMFactory
 
getName(Object) - Method in interface org.jhotdraw.xml.DOMFactory
Returns the element name for the specified object.
getName(Object) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
getNamespace() - Method in interface net.n3.nanoxml.IXMLElement
Returns the namespace of the element.
getNamespace() - Method in class net.n3.nanoxml.XMLElement
Returns the namespace of the element.
getNewSelection() - Method in class org.jhotdraw.draw.event.FigureSelectionEvent
 
getNewValue() - Method in class org.jhotdraw.draw.event.FigureEvent
 
getNode(int) - Method in class org.jhotdraw.draw.BezierFigure
Gets a control point.
getNode(int) - Method in interface org.jhotdraw.draw.ConnectionFigure
Returns the specified node.
getNodeCount() - Method in class org.jhotdraw.draw.BezierFigure
Gets the node count.
getNodeCount() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the node count.
getNote() - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
getNumberOfPages() - Method in class org.jhotdraw.draw.print.DrawingPageable
 
getOffset() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
getOldSelection() - Method in class org.jhotdraw.draw.event.FigureSelectionEvent
 
getOldValue() - Method in class org.jhotdraw.draw.event.FigureEvent
 
getOpenChooser(View) - Method in class org.jhotdraw.app.AbstractApplication
 
getOpenChooser(View) - Method in interface org.jhotdraw.app.Application
Gets an open chooser for the specified view or for the entire application.
getOpenURIsFromMainArgs(String[]) - Method in class org.jhotdraw.app.AbstractApplication
Parses the arguments to the main method and returns a list of URI's for which views need to be opened upon launch of the application.
getOption() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the option that the JFileChooser or JOptionPane returned.
getOptionPane() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the JOptionPane pane on the sheet.
getOrigin() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getOrigin() - Method in class org.jhotdraw.draw.handle.RotateHandle
 
getOutermostPoint() - Method in class org.jhotdraw.draw.BezierFigure
 
getOutputFormat() - Method in class org.jhotdraw.text.ColorFormatter
Gets the output format.
getOutputFormatAccessory() - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
getOutputFormatAccessory() - Method in class org.jhotdraw.draw.io.ImageOutputFormat
 
getOutputFormatAccessory() - Method in interface org.jhotdraw.draw.io.OutputFormat
Return a JFileChooser accessory that can be used to customize the output format.
getOutputFormatAccessory() - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
getOutputFormatAccessory() - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
getOutputFormatAccessory() - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
getOutputFormats() - Method in class org.jhotdraw.draw.AbstractDrawing
 
getOutputFormats() - Method in interface org.jhotdraw.draw.Drawing
Gets output formats for the Drawing in order of preferred formats.
getOutsideGamutHandling() - Method in class org.jhotdraw.color.CIELABColorSpace
 
getOwner() - Method in class org.jhotdraw.draw.connector.AbstractConnector
Gets the connector's owner.
getOwner() - Method in interface org.jhotdraw.draw.connector.Connector
Gets the connector's owner.
getOwner() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
getOwner() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getOwner() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getOwner() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
getOwner() - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
getOwner() - Method in interface org.jhotdraw.draw.handle.Handle
Returns the owner of this handle.
getOwner() - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
getOwner() - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
getOwner() - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
getOwner() - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
getPageFormat(int) - Method in class org.jhotdraw.draw.print.DrawingPageable
 
getPaint(Figure, double) - Method in interface org.jhotdraw.samples.odg.Gradient
 
getPaint(Figure, double) - Method in interface org.jhotdraw.samples.svg.Gradient
 
getPaint(Figure, double) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getPaint(Figure, double) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getPalettes() - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
getPane() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the pane on the sheet.
getParameter(String) - Method in class org.jhotdraw.samples.draw.DrawApplet
We override getParameter() to make it work even if we have no Applet context.
getParameter(String) - Method in class org.jhotdraw.samples.net.NetApplet
We override getParameter() to make it work even if we have no Applet context.
getParameter(String) - Method in class org.jhotdraw.samples.pert.PertApplet
We override getParameter() to make it work even if we have no Applet context.
getParameter(String) - Method in class org.jhotdraw.samples.svg.SVGApplet
Same as Applet.getParameter() but doesn't throw a NullPointerException when used without an Applet context.
getParameter(String, String) - Method in class org.jhotdraw.samples.svg.SVGApplet
Same as Applet.getParameter() but doesn't throw a NullPointerException when used without an Applet context.
getParameterEntityResolver() - Method in interface net.n3.nanoxml.IXMLValidator
Returns the parameter entity resolver.
getParameterEntityResolver() - Method in class net.n3.nanoxml.NonValidator
Returns the parameter entity resolver.
getParameterEntityResolver() - Method in class net.n3.nanoxml.ValidatorPlugin
Returns the parameter entity resolver.
getParameterInfo() - Method in class org.jhotdraw.samples.draw.DrawApplet
 
getParameterInfo() - Method in class org.jhotdraw.samples.draw.DrawLiveConnectApplet
 
getParameterInfo() - Method in class org.jhotdraw.samples.net.NetApplet
 
getParameterInfo() - Method in class org.jhotdraw.samples.pert.PertApplet
 
getParameterInfo() - Method in class org.jhotdraw.samples.svg.SVGApplet
 
getParameters() - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
getParent() - Method in interface net.n3.nanoxml.IXMLElement
Returns the parent element.
getParent() - Method in class net.n3.nanoxml.XMLElement
Returns the parent element.
getParent() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
getParent() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
getParent() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
getPath() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
getPath() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getPathIterator(AffineTransform) - Method in class org.jhotdraw.geom.BezierPath
 
getPathIterator(AffineTransform, double) - Method in class org.jhotdraw.geom.BezierPath
 
getPathIterator(AffineTransform) - Method in class org.jhotdraw.geom.Polygon2D.Double
 
getPathIterator(AffineTransform) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
getPathIterator(AffineTransform) - Method in class org.jhotdraw.geom.Polygon2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in class org.jhotdraw.geom.Polygon2D
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
getPathIterator(AffineTransform, double) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
getPerpendicularDrawGrowth(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Returns the distance, that a Rectangle needs to grow (or shrink) to draw (aka stroke) its shape as specified by the FILL_UNDER_STROKE and STROKE_POSITION attributes of a figure.
getPerpendicularFillGrowth(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Returns the distance, that a Rectangle needs to grow (or shrink) to fill its shape as specified by the FILL_UNDER_STROKE and STROKE_POSITION attributes of a figure.
getPerpendicularHitGrowth(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Returns the distance, that a Rectangle needs to grow (or shrink) to make hit detections on a shape as specified by the FILL_UNDER_STROKE and STROKE_POSITION attributes of a figure.
getPerpendicularHitGrowth(Figure) - Static method in class org.jhotdraw.samples.svg.SVGAttributeKeys
Returns the distance, that a Rectangle needs to grow (or shrink) to make hit detections on a shape as specified by the FILL_UNDER_STROKE and STROKE_POSITION attributes of a figure.
getPoint(int) - Method in class org.jhotdraw.draw.BezierFigure
Convenience method for getting the point coordinate of the first control point of the specified node.
getPoint(int, int) - Method in class org.jhotdraw.draw.BezierFigure
Gets the point coordinate of a control point.
getPoint(int) - Method in interface org.jhotdraw.draw.ConnectionFigure
Returns the specified point.
getPointOnPath(float, double) - Method in class org.jhotdraw.draw.BezierFigure
 
getPointOnPath(double, double) - Method in class org.jhotdraw.geom.BezierPath
Returns a relative point on the path.
getPopupActions() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
Gets the actions of the "Action" popup menu in the toolbar.
getPopupActions() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Gets the actions of the "Action" popup menu in the toolbar.
getPopupAlpha() - Method in class org.jhotdraw.gui.JPopupButton
 
getPopupAnchor() - Method in class org.jhotdraw.gui.JPopupButton
Gets the popup anchor.
getPopupMenu() - Method in class org.jhotdraw.gui.JPopupButton
 
getPredecessors() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
Returns predecessor PertTasks which are directly connected via a PertDependency to this TaskFigure.
getPreferredHorizontalSize() - Method in class org.jhotdraw.color.ColorSliderUI
 
getPreferredHorizontalSize() - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
getPreferredMenuItemSize(JComponent, Icon, Icon, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteMenuItemUI
 
getPreferredSize(JComponent) - Method in class org.jhotdraw.color.ColorSliderUI
 
getPreferredSize() - Method in class org.jhotdraw.color.JColorWheel
 
getPreferredSize() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getPreferredSize() - Method in class org.jhotdraw.draw.AbstractFigure
 
getPreferredSize() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getPreferredSize() - Method in interface org.jhotdraw.draw.Figure
The preferred size is used by Layouter to determine the preferred size of a Figure.
getPreferredSize(int) - Method in class org.jhotdraw.draw.text.FloatingTextArea
Gets the preferred size of the overlay.
getPreferredSize(int) - Method in class org.jhotdraw.draw.text.FloatingTextField
Gets the preferred size of the overlay.
getPreferredSize() - Method in class org.jhotdraw.draw.TextFigure
 
getPreferredSize() - Method in class org.jhotdraw.samples.pert.figures.SeparatorLineFigure
 
getPreferredSize() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getPreferredTextSize(double) - Method in class org.jhotdraw.draw.TextAreaFigure
Returns the preferred text size of the TextAreaFigure.
getPreferredTextSize(double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Returns the preferred text size of the TextAreaFigure.
getPreferredVerticalSize() - Method in class org.jhotdraw.color.ColorSliderUI
 
getPreferredVerticalSize() - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
getPresentationFigure() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Get a figure which renders this BasicCompositeFigure.
getPresentationName() - Method in class org.jhotdraw.beans.PropertyChangeEdit
Returns the presentation name of the undoable edit.
getPresentationName() - Method in class org.jhotdraw.draw.AttributeKey
Returns a localized human friendly presentation of the key.
getPresentationName() - Method in class org.jhotdraw.draw.event.AttributeChangeEdit
 
getPresentationName() - Method in class org.jhotdraw.draw.event.BezierNodeEdit
 
getPresentationName() - Method in class org.jhotdraw.draw.event.SetBoundsEdit
 
getPresentationName() - Method in class org.jhotdraw.draw.event.TransformEdit
 
getPresentationName() - Method in class org.jhotdraw.draw.event.TransformRestoreEdit
 
getPresentationName() - Method in class org.jhotdraw.draw.tool.BezierTool
 
getPresentationName() - Method in class org.jhotdraw.undo.CompositeEdit
Returns the presentation name.
getPrintable(int) - Method in class org.jhotdraw.draw.print.DrawingPageable
 
getPropertyChangeListeners() - Method in class org.jhotdraw.beans.AbstractBean
 
getPropertyDescriptors() - Method in class org.jhotdraw.draw.DefaultDrawingViewBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.gui.JPopupButtonBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.draw.DrawingPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.AlignToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.CanvasToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FigureToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FillToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.FontToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyName() - Method in class org.jhotdraw.app.action.AbstractViewAction
Gets the property name.
getPrototype() - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
getPrototype() - Method in class org.jhotdraw.draw.tool.CreationTool
 
getPrototype() - Method in interface org.jhotdraw.xml.DOMOutput
Returns a prototype for the object currently being written.
getPrototype() - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
getPrototype() - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
getPublicID() - Method in interface net.n3.nanoxml.IXMLReader
Returns the current public ID.
getPublicID() - Method in class net.n3.nanoxml.StdXMLReader
Returns the current public ID.
getR() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getRadius() - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
getRadius() - Method in class org.jhotdraw.color.JColorWheel
 
getReader() - Method in interface net.n3.nanoxml.IXMLParser
Returns the reader from which the parser retrieves its data.
getReader() - Method in class net.n3.nanoxml.StdXMLParser
Returns the reader from which the parser retrieves its data.
getRecentURIs() - Method in class org.jhotdraw.app.AbstractApplication
 
getRecentURIs() - Method in interface org.jhotdraw.app.Application
Returns the recently opened URIs.
getRedoAction() - Method in class org.jhotdraw.undo.UndoRedoManager
Gets the redo action for use as a Redo menu item.
getRedoPresentationName() - Method in class org.jhotdraw.undo.CompositeEdit
Returns the redo presentation name.
getRelativeLabelPoint(BezierFigure, Figure) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
Returns a Point2D.Double on the polyline that is at the provided relative position.
getRelativePoint(BezierFigure) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
Returns the coordinates of the relative point on the path of the specified bezier figure.
getRelativePositionOnPath(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Returns the relative position of the specified point on the path.
getResolver() - Method in interface net.n3.nanoxml.IXMLParser
Returns the entity resolver.
getResolver() - Method in class net.n3.nanoxml.StdXMLParser
Returns the entity resolver.
getRestoreData() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getResult() - Method in interface net.n3.nanoxml.IXMLBuilder
Returns the result of the building process.
getResult() - Method in class net.n3.nanoxml.StdXMLBuilder
Returns the result of the building process.
getRight() - Method in class org.jhotdraw.geom.Insets2D.Double
 
getRight() - Method in class org.jhotdraw.geom.Insets2D.Float
 
getRight() - Method in class org.jhotdraw.geom.Insets2D
Returns the right insets in double precision.
getRoot() - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
getRotates() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getRows() - Method in class org.jhotdraw.gui.VerticalGridLayout
Gets the number of rows in this layout.
getSaveChooser(View) - Method in class org.jhotdraw.app.AbstractApplication
 
getSaveChooser(View) - Method in interface org.jhotdraw.app.Application
Gets a save chooser for the specified view or for the entire application.
getScaledInstance(Image, int, int) - Static method in class org.jhotdraw.util.Images
Creates a scaled instanceof the image.
getScaleFactor() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getScaleFactor() - Method in interface org.jhotdraw.draw.DrawingView
Gets the scale factor of the drawing view.
getScaleFactor() - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
getScaleFactor() - Method in class org.jhotdraw.samples.net.NetView
 
getScaleFactor() - Method in class org.jhotdraw.samples.odg.ODGView
 
getScaleFactor() - Method in class org.jhotdraw.samples.pert.PertView
 
getScrollableTracksViewportWidth() - Method in class org.jhotdraw.samples.teddy.JEditorArea
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getSelectAreaTracker() - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to get a SelectAreaTracker which handles user interaction for selecting an area on the drawing.
getSelectedFigures() - Method in class org.jhotdraw.draw.DefaultDrawingView
Gets the current selection as a FigureSelection.
getSelectedFigures() - Method in interface org.jhotdraw.draw.DrawingView
Gets the selected figures.
getSelectedFont() - Method in class org.jhotdraw.gui.JFontChooser
Gets the selected Font.
getSelectedIndex() - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
getSelectedURI() - Method in class org.jhotdraw.gui.JFileURIChooser
 
getSelectedURI() - Method in interface org.jhotdraw.gui.URIChooser
Returns the selected URI.
getSelectionBounds() - Method in class org.jhotdraw.draw.action.AlignAction
Returns the bounds of the selected figures.
getSelectionCount() - Method in class org.jhotdraw.draw.DefaultDrawingView
Gets the number of selected figures.
getSelectionCount() - Method in interface org.jhotdraw.draw.DrawingView
Gets the number of selected figures.
getSelectionEnd() - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
getSelectionPath() - Method in class org.jhotdraw.gui.JFontChooser
Gets the selected Font.
getSelectionStart() - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
getSetter() - Method in class org.jhotdraw.beans.PropertyChangeEdit
Returns the setter for the property.
getSharedEditor() - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
 
getSharedEditor() - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
getSharedEditor() - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
getSharedEditor() - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
getSharedEditor() - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
getSize() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
getSize() - Method in class org.jhotdraw.geom.Dimension2DDouble
Gets the size of this Dimension2DDouble object.
getSliderValue(int) - Method in class org.jhotdraw.color.DefaultColorSliderModel
Returns the value of the specified color componentIndex.
getSmallDisplayIcon() - Method in class org.jhotdraw.color.ColorWheelChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
getSmallDisplayIcon() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
getSource() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Gets the side of the connection that is unaffected by the change.
getSourceActions(JComponent) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
getStartConnector() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the start Connector.
getStartConnector() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
getStartFigure() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the start figure of the connection.
getStartFigure() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
getStartPoint() - Method in class org.jhotdraw.draw.AbstractFigure
 
getStartPoint() - Method in class org.jhotdraw.draw.BezierFigure
Convenience method for getting the start point.
getStartPoint() - Method in interface org.jhotdraw.draw.ConnectionFigure
Gets the start point.
getStartPoint() - Method in interface org.jhotdraw.draw.Figure
Returns the untransformed logical start point of the bounds.
getStartPosition() - Method in class org.jhotdraw.io.StreamPosTokenizer
Returns the start position of the token relative to the position that the stream had, when the StreamPosTokenizer was constructed.
getStartTheta() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getStartTime() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
getStopColors() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getStopColors() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getStopOffsets() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getStopOffsets() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getStopOpacities() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getStopOpacities() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getStreamLevel() - Method in interface net.n3.nanoxml.IXMLReader
Returns the current "level" of the stream on the stack of streams.
getStreamLevel() - Method in class net.n3.nanoxml.StdXMLReader
Returns the current "level" of the stream on the stack of streams.
getString(String) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
getString(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get a String from the ResourceBundle.
getStroke() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getStroke() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getStroke(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
 
getStroke(Figure) - Static method in class org.jhotdraw.samples.odg.ODGAttributeKeys
 
getStrokeMiterLimitFactor() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
getStrokeMiterLimitFactor() - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
getStrokePaint(Figure) - Static method in class org.jhotdraw.samples.odg.ODGAttributeKeys
Gets the stroke paint for the specified figure based on the attributes STROKE_GRADIENT, STROKE_OPACITY, STROKE_PAINT and the bounds of the figure.
getStrokePaint(Figure) - Static method in class org.jhotdraw.samples.svg.SVGAttributeKeys
Gets the stroke paint for the specified figure based on the attributes STROKE_GRADIENT, STROKE_OPACITY, STROKE_PAINT and the bounds of the figure.
getStrokeTotalMiterLimit(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Convenience method for computing the total stroke miter limit from the STROKE_MITER_LIMIT, and IS_STROKE_MITER_LIMIT factor.
getStrokeTotalWidth(Figure) - Static method in class org.jhotdraw.draw.AttributeKeys
Convenience method for computing the total stroke width from the STROKE_WIDTH, STROKE_INNER_WIDTH and STROKE_TYPE attributes.
getStyledEditorKit() - Method in class org.jhotdraw.samples.teddy.JEditorArea
 
getSuccessors() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
Returns dependent PertTasks which are directly connected via a PertDependency to this TaskFigure.
getSummary() - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Returns a summary about the changes made on the drawing.
getSummary() - Method in class org.jhotdraw.samples.svg.gui.SummaryToolBar
 
getSystemID() - Method in interface net.n3.nanoxml.IXMLElement
Returns the system ID of the data where the element started.
getSystemID() - Method in interface net.n3.nanoxml.IXMLReader
Returns the current system ID.
getSystemID() - Method in class net.n3.nanoxml.StdXMLReader
Returns the current system ID.
getSystemID() - Method in class net.n3.nanoxml.XMLElement
Returns the system ID of the data where the element started.
getSystemID() - Method in exception net.n3.nanoxml.XMLException
Returns the system ID of the XML data where the exception occurred.
getTabLabelShiftX(int, int, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
getTabLabelShiftY(int, int, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
getTabSize() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getTabSize() - Method in class org.jhotdraw.draw.TextFigure
Gets the number of characters used to expand tabs.
getTabSize() - Method in interface org.jhotdraw.draw.TextHolderFigure
Gets the number of characters used to expand tabs.
getTabSize() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getTabSize() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Gets the number of characters used to expand tabs.
getTagName() - Method in interface org.jhotdraw.xml.DOMInput
Returns the tag name of the current element.
getTagName() - Method in class org.jhotdraw.xml.JavaxDOMInput
Returns the tag name of the current element.
getTagName() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Returns the tag name of the current element.
getTarget() - Method in class org.jhotdraw.beans.WeakPropertyChangeListener
Returns the target of this proxy.
getTarget() - Method in class org.jhotdraw.draw.DrawingEditorProxy
Gets the target of the proxy.
getTarget() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Returns the connector of the change.
getTarget() - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
 
getTarget() - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
 
getTarget() - Method in class org.jhotdraw.gui.datatransfer.AWTClipboard
Returns the proxy target.
getTarget() - Method in class org.jhotdraw.gui.datatransfer.JNLPClipboard
Returns the proxy target.
getTargetFigure() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
getText() - Method in class org.jhotdraw.draw.text.FloatingTextArea
Gets the text contents of the overlay.
getText() - Method in class org.jhotdraw.draw.text.FloatingTextField
Gets the text contents of the overlay.
getText() - Method in class org.jhotdraw.draw.TextAreaFigure
Gets the text shown by the text figure.
getText() - Method in class org.jhotdraw.draw.TextFigure
Gets the text shown by the text figure.
getText() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns the text held by the Text Holder.
getText() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getText() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Gets the text shown by the text figure.
getText() - Method in interface org.jhotdraw.xml.DOMInput
Gets the text of the current element of the DOM Document.
getText(String) - Method in interface org.jhotdraw.xml.DOMInput
Gets the text of the current element of the DOM Document.
getText() - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets the text of the current element of the DOM Document.
getText(String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Gets the text of the current element of the DOM Document.
getText() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets the text of the current element of the DOM Document.
getText(String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Gets the text of the current element of the DOM Document.
getTextColor() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getTextColor() - Method in class org.jhotdraw.draw.TextFigure
 
getTextColor() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns the text color to be used by a text editor for editing this Figure.
getTextColor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getTextColor() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getTextColumns() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getTextColumns() - Method in class org.jhotdraw.draw.TextFigure
 
getTextColumns() - Method in interface org.jhotdraw.draw.TextHolderFigure
Gets the number of columns to be overlaid when the figure is edited.
getTextColumns() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getTextColumns() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getTextLayout() - Method in class org.jhotdraw.draw.TextFigure
 
getTextProperty(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get a String for a JavaBeans "text" property from the ResourceBundle.
getTheta() - Method in class org.jhotdraw.draw.GridConstrainer
 
getThumbIcon() - Method in class org.jhotdraw.color.ColorSliderUI
 
getThumbIcon() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorSliderUI
 
getThumbLocation() - Method in class org.jhotdraw.color.JColorWheel
 
getThumbSize() - Method in class org.jhotdraw.color.ColorSliderUI
 
getThumbSize() - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
getTickLength() - Method in class org.jhotdraw.color.ColorSliderUI
Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders.
getTitle() - Method in class org.jhotdraw.app.AbstractView
 
getTitle() - Method in interface org.jhotdraw.app.View
Gets the title of the view.
getTitle() - Method in class org.jhotdraw.samples.odg.ODGDrawing
 
getTool(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
Returns a specialized tool for the given coordinate.
getTool() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
getTool() - Method in interface org.jhotdraw.draw.DrawingEditor
Gets the current tool.
getTool() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
getTool() - Method in class org.jhotdraw.draw.event.ToolEvent
Gets the tool which is the source of the event.
getTool(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Returns a specialized tool for the specified location.
getTool(Point2D.Double) - Method in class org.jhotdraw.draw.LabelFigure
Returns a specialized tool for the given coordinate.
getTool(Point2D.Double) - Method in class org.jhotdraw.draw.TextAreaFigure
Returns a specialized tool for the given coordinate.
getTool(Point2D.Double) - Method in class org.jhotdraw.draw.TextFigure
Returns a specialized tool for the given coordinate.
getTool(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Returns a specialized tool for the given coordinate.
getTool(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Returns a specialized tool for the given coordinate.
getToolTipText(MouseEvent) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
getToolTipText(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
 
getToolTipText(MouseEvent) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getToolTipText(Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Returns a tooltip for the specified location on the figure.
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Returns a tooltip for the specified location.
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
getToolTipText(Point) - Method in interface org.jhotdraw.draw.handle.Handle
Returns a tooltip for the specified location.
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
getToolTipText(DrawingView, MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
getToolTipText(DrawingView, MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
getToolTipText(DrawingView, MouseEvent) - Method in interface org.jhotdraw.draw.tool.Tool
Returns the tooltip text for a mouse event on a drawing view.
getToolTipText(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserPreviewPanel
 
getToolTipText(Point) - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
getToolTipText(Point) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
getToolTipTextProperty(String) - Method in class org.jhotdraw.util.ResourceBundleUtil
Get a String for a JavaBeans "toolTipText" property from the ResourceBundle.
getTop() - Method in class org.jhotdraw.geom.Insets2D.Double
 
getTop() - Method in class org.jhotdraw.geom.Insets2D.Float
 
getTop() - Method in class org.jhotdraw.geom.Insets2D
Returns the top insets in double precision.
getTransferData(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.ImageTransferable
 
getTransferData(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.InputStreamTransferable
 
getTransferData(DataFlavor) - Method in class org.jhotdraw.xml.XMLTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class org.jhotdraw.gui.datatransfer.AbstractTransferable
 
getTransferDataFlavors() - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class org.jhotdraw.gui.datatransfer.ImageTransferable
 
getTransferDataFlavors() - Method in class org.jhotdraw.xml.XMLTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransform() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getTransform() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
getTransformedBounds() - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
getTransformOwner() - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
getTransformOwner() - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.BezierFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.DiamondFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.EllipseFigure
 
getTransformRestoreData() - Method in interface org.jhotdraw.draw.Figure
Gets data which can be used to restore the transformation of the figure without loss of precision, after a transform has been applied to it.
getTransformRestoreData() - Method in class org.jhotdraw.draw.ImageFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.RectangleFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.TextAreaFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.TextFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.draw.TriangleFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
getTransformRestoreData() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
getTreeModelListeners() - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Returns an array of all the tree model listeners registered on this model.
getUI() - Method in class org.jhotdraw.gui.JFontChooser
Returns the look and feel (L&F) object that renders this component.
getUIClassID() - Method in class org.jhotdraw.gui.JFontChooser
Returns a string that specifies the name of the L&F class that renders this component.
getUndoAction() - Method in class org.jhotdraw.undo.UndoRedoManager
Gets the undo action for use as an Undo menu item.
getUndoManager() - Method in class org.jhotdraw.samples.svg.SVGView
 
getUndoPresentationName() - Method in class org.jhotdraw.undo.CompositeEdit
Returns the undo presentation name.
getUndoRedoManager() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
getUnit() - Method in class org.jhotdraw.text.JavaNumberFormatter
If non-null the unit string is appended to the value.
getURI() - Method in class org.jhotdraw.app.AbstractView
 
getURI() - Method in interface org.jhotdraw.app.View
Returns the uri which holds the document of the view.
getValidator() - Method in interface net.n3.nanoxml.IXMLParser
Returns the validator that validates the XML data.
getValidator() - Method in class net.n3.nanoxml.StdXMLParser
Returns the validator that validates the XML data.
getValue(String) - Method in class org.jhotdraw.app.action.window.FocusWindowAction
 
getValue() - Method in class org.jhotdraw.gui.event.SheetEvent
Returns the value that the JFileChooser or JOptionPane returned.
getValue() - Method in class org.jhotdraw.gui.JLifeFormattedTextArea
 
getValue() - Method in class org.jhotdraw.gui.JLifeFormattedTextField
 
getValue() - Method in class org.jhotdraw.gui.Worker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValue() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Returns the current read position.
getValueIsAdjusting() - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
getValueIsAdjusting() - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
getValueIsAdjusting() - Method in interface org.jhotdraw.gui.AttributeEditor
Returns true if the field is currently adjusting the value.
getValueIsAdjusting() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Returns true if the current changes to the value property are part of a series of changes.
getVersion() - Method in class org.jhotdraw.app.AbstractApplication
 
getVersion() - Method in class org.jhotdraw.app.AbstractApplicationModel
 
getVersion() - Method in interface org.jhotdraw.app.Application
Returns the version of the application.
getVersion() - Method in interface org.jhotdraw.app.ApplicationModel
Returns the version of the application.
getVersion() - Method in class org.jhotdraw.samples.draw.DrawApplet
 
getVersion() - Method in class org.jhotdraw.samples.net.NetApplet
 
getVersion() - Method in class org.jhotdraw.samples.pert.PertApplet
 
getVersion() - Method in class org.jhotdraw.samples.svg.SVGApplet
Gets the version of the applet.
getVgap() - Method in class org.jhotdraw.gui.VerticalGridLayout
Gets the vertical gap between components.
getView() - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
getView() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
 
getView() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
getView() - Method in class org.jhotdraw.draw.action.AttributeToggler
 
getView() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Returns the DrawingView to which this FigureAttributeEditorHandler is attached.
getView() - Method in class org.jhotdraw.draw.event.FigureSelectionEvent
 
getView() - Method in class org.jhotdraw.draw.event.ToolEvent
Gets the drawing view of the tool.
getView() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
getView() - Method in class org.jhotdraw.draw.tool.AbstractTool
 
getView() - Method in class org.jhotdraw.samples.draw.DrawingPanel
 
getView() - Method in class org.jhotdraw.samples.net.NetPanel
 
getView() - Method in class org.jhotdraw.samples.odg.ODGDrawingPanel
 
getView() - Method in class org.jhotdraw.samples.pert.PertPanel
 
getView() - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
getViewClass() - Method in class org.jhotdraw.app.AbstractApplicationModel
 
getViewFactory() - Method in class org.jhotdraw.samples.teddy.text.NumberedEditorKit
 
getVisibleConstrainer() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
getVisibleConstrainer() - Method in interface org.jhotdraw.draw.DrawingView
Gets the editor's constrainer for this view, for use, when the visible constrainer is turned on.
getVisualRepresentation(Transferable) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
getWheelInsets() - Method in class org.jhotdraw.color.JColorWheel
 
getWidth() - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
getWidth() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
getWidth() - Method in class org.jhotdraw.draw.GridConstrainer
 
getWidth() - Method in class org.jhotdraw.geom.Dimension2DDouble
Returns the width of this dimension in double precision.
getWidth() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getWidth() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getWidth() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getWidth() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getWidth() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getWindingRule() - Method in class org.jhotdraw.geom.BezierPath
Gets winding rule for filling the bezier path.
getWindingRule() - Method in class org.jhotdraw.geom.BezierPathIterator
Return the winding rule for determining the interior of the path.
getWindingRule() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Gets winding rule for filling the bezier path.
getWrappedBundle() - Method in class org.jhotdraw.util.ResourceBundleUtil
Returns the wrapped resource bundle.
getX() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getX() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getX() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getX() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getX() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getX1() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getX2() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getY() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
getY() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
getY() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
getY() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
getY() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
getY1() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
getY2() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
Gradient - Interface in org.jhotdraw.samples.odg
Represents an SVG Gradient.
Gradient - Interface in org.jhotdraw.samples.svg
Represents an SVG Gradient.
GraphicalCompositeFigure - Class in org.jhotdraw.draw
The GraphicalCompositeFigure fills in the gap between a CompositeFigure and other figures which mainly have a presentation purpose.
GraphicalCompositeFigure() - Constructor for class org.jhotdraw.draw.GraphicalCompositeFigure
Default constructor which uses nothing as presentation figure.
GraphicalCompositeFigure(Figure) - Constructor for class org.jhotdraw.draw.GraphicalCompositeFigure
Constructor which creates a GraphicalCompositeFigure with a given graphical figure for presenting it.
grayPercentagePattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the GRAY_PERCENTAGE format.
GRID_VISIBLE_PROPERTY - Static variable in class org.jhotdraw.samples.net.NetView
 
GRID_VISIBLE_PROPERTY - Static variable in class org.jhotdraw.samples.odg.ODGView
 
GRID_VISIBLE_PROPERTY - Static variable in class org.jhotdraw.samples.pert.PertView
 
GRID_VISIBLE_PROPERTY - Static variable in class org.jhotdraw.samples.svg.SVGView
 
GridConstrainer - Class in org.jhotdraw.draw
Constrains a point such that it falls on a grid.
GridConstrainer() - Constructor for class org.jhotdraw.draw.GridConstrainer
Creates a new instance with a grid of 1x1.
GridConstrainer(double, double) - Constructor for class org.jhotdraw.draw.GridConstrainer
Creates a new instance with the specified grid size, and by 11.25° (in degrees) for rotations.
GridConstrainer(double, double, boolean) - Constructor for class org.jhotdraw.draw.GridConstrainer
Creates a new instance with the specified grid size.
GridConstrainer(double, double, double, boolean) - Constructor for class org.jhotdraw.draw.GridConstrainer
Creates a new instance with the specified grid size.
GROUP_BOUNDS_COLOR_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds color 1.
GROUP_BOUNDS_COLOR_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds disabled color 1.
GROUP_BOUNDS_COLOR_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds hover color 1.
GROUP_BOUNDS_COLOR_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds color 2.
GROUP_BOUNDS_COLOR_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds disabled color 2.
GROUP_BOUNDS_COLOR_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds hover color 2.
GROUP_BOUNDS_STROKE_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds stroke 1.
GROUP_BOUNDS_STROKE_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds disabled stroke 1.
GROUP_BOUNDS_STROKE_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds hover stroke 1.
GROUP_BOUNDS_STROKE_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds stroke 2.
GROUP_BOUNDS_STROKE_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds disabled stroke 2.
GROUP_BOUNDS_STROKE_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group bounds hover stroke 2.
GROUP_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group handle fill color.
GROUP_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group handle fill color.
GROUP_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group handle stroke color.
GROUP_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Group handle stroke color.
GroupAction - Class in org.jhotdraw.draw.action
GroupAction.
GroupAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.GroupAction
Creates a new instance.
GroupAction(DrawingEditor, CompositeFigure) - Constructor for class org.jhotdraw.draw.action.GroupAction
 
GroupAction(DrawingEditor, CompositeFigure, boolean) - Constructor for class org.jhotdraw.draw.action.GroupAction
 
GroupFigure - Class in org.jhotdraw.draw
A Figure which groups a collection of figures.
GroupFigure() - Constructor for class org.jhotdraw.draw.GroupFigure
Creates a new instance.
groupFigures(DrawingView, CompositeFigure, Collection<Figure>) - Method in class org.jhotdraw.draw.action.GroupAction
 
groupFigures(DrawingView, CompositeFigure, Collection<Figure>) - Method in class org.jhotdraw.samples.odg.action.CombineAction
 
groupFigures(DrawingView, CompositeFigure, Collection<Figure>) - Method in class org.jhotdraw.samples.odg.action.SplitAction
 
groupPrototype - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
grow(Rectangle2D.Double, double, double) - Static method in class org.jhotdraw.geom.Geom
Resizes the Rectangle2D.Double both horizontally and vertically.
GrowStroke - Class in org.jhotdraw.geom
GrowStroke can be used to grow/shrink a figure by a specified line width.
GrowStroke(double, double) - Constructor for class org.jhotdraw.geom.GrowStroke
 
GZIP - Static variable in class org.jhotdraw.io.Base64
Specify that data should be gzip-compressed.

H

h - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
h - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
Handle - Interface in org.jhotdraw.draw.handle
A handle is used to change one aspect of a Figure by direct manipulation.
HANDLE_DETAIL_LEVEL_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the handle detail level property of the DrawingView.
HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle fill color.
HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle fill color.
HANDLE_SIZE - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle size.
HANDLE_STROKE - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle stroke.
HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle stroke color.
HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
General handle stroke color.
HandleAttributeKeys - Class in org.jhotdraw.draw.handle
Defines a put of well known Handle attributes.
HandleAttributeKeys() - Constructor for class org.jhotdraw.draw.handle.HandleAttributeKeys
 
handleConnect(Connector, Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
Handles the connection of a connection.
handleConnect(Connector, Connector) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
Handles the connection of a connection.
handleDisconnect(Connector, Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
Handles the disconnection of a connection.
handleDisconnect(Connector, Connector) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
Handles the disconnection of a connection.
handleDoubleClick(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
Hook method which can be overriden by subclasses to provide specialised behaviour in the event of a double click.
handleDrop(Point2D.Double, Collection<Figure>, DrawingView) - Method in class org.jhotdraw.draw.AbstractFigure
 
handleDrop(Point2D.Double, Collection<Figure>, DrawingView) - Method in interface org.jhotdraw.draw.Figure
Handles a drop.
HandleEvent - Class in org.jhotdraw.draw.event
An EventObject sent to HandleListeners.
HandleEvent(Handle, Rectangle) - Constructor for class org.jhotdraw.draw.event.HandleEvent
Creates a new instance.
HandleListener - Interface in org.jhotdraw.draw.event
Interface implemented by observers of Handles.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.draw.AbstractFigure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.draw.BezierFigure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in interface org.jhotdraw.draw.Figure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.draw.LineConnectionFigure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.draw.LineFigure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
Handles a mouse click.
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
handleMouseClick(Point2D.Double, MouseEvent, DrawingView) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
Handles a mouse click.
HandleMulticaster - Class in org.jhotdraw.draw.event
Forwards events to one or many handles.
HandleMulticaster(Handle) - Constructor for class org.jhotdraw.draw.event.HandleMulticaster
Creates a new instance.
HandleMulticaster(Collection<Handle>) - Constructor for class org.jhotdraw.draw.event.HandleMulticaster
Creates a new instance.
handleMultiClick(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
Hook method which can be overriden by subclasses to provide specialised behaviour in the event of a multi-click.
handlePopupMenu(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
Hook method which can be overriden by subclasses to provide specialised behaviour in the event of a popup trigger.
handleRequestRemove(HandleEvent) - Method in interface org.jhotdraw.draw.event.HandleListener
Sent when requesting to remove a handle.
handleRequestSecondaryHandles(HandleEvent) - Method in interface org.jhotdraw.draw.event.HandleListener
Sent when requesting to add secondary handles.
HandleTracker - Interface in org.jhotdraw.draw.tool
A handle tracker provides the behavior for manipulating a Handle of a figure to the SelectionTool.
HarmonicColorModel - Interface in org.jhotdraw.color
HarmonicColorModel.
HarmonicRule - Interface in org.jhotdraw.color
HarmonicRule.
HAS_UNSAVED_CHANGES_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the hasUnsavedChanges property.
hasAlpha(Image) - Static method in class org.jhotdraw.util.Images
This method returns true if the specified image has transparent pixels Code taken from the Java Developers Almanac 1.4 http://javaalmanac.com/egs/java.awt.image/HasAlpha.html
hasAttribute(String) - Method in interface net.n3.nanoxml.IXMLElement
Returns whether an attribute exists.
hasAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Returns whether an attribute exists.
hasAttribute(String) - Method in class net.n3.nanoxml.XMLElement
Returns whether an attribute exists.
hasAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
Returns whether an attribute exists.
hasAttribute(AttributeKey) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
hasAttribute(AttributeKey) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
hasChildren() - Method in interface net.n3.nanoxml.IXMLElement
Returns whether the element has children.
hasChildren() - Method in class net.n3.nanoxml.XMLElement
Returns whether the element has children.
hashCode() - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
hashCode() - Method in class org.jhotdraw.color.HSBColorSpace
 
hashCode() - Method in class org.jhotdraw.color.HSLColorSpace
 
hashCode() - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
hashCode() - Method in class org.jhotdraw.color.HSVColorSpace
 
hashCode() - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
hashCode() - Method in class org.jhotdraw.draw.AttributeKey
 
hashCode() - Method in class org.jhotdraw.draw.locator.RelativeLocator
 
hashCode() - Method in class org.jhotdraw.geom.BezierPath.Node
 
hashCode() - Method in class org.jhotdraw.geom.Dimension2DDouble
Returns the hash code for this Dimension2DDouble.
hashCode() - Method in class org.jhotdraw.geom.Insets2D
Returns the hash code for this Insets2DDouble.
hashCode() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
hashCode() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
hashCode() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
hashCode() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
hasSignificantEdits() - Method in class org.jhotdraw.undo.UndoRedoManager
Returns true if at least one significant UndoableEdit has been added since the last call to discardAllEdits.
hasUnsavedChanges() - Method in class org.jhotdraw.app.AbstractView
Returns true, if the view has unsaved changes.
hasUnsavedChanges() - Method in interface org.jhotdraw.app.View
Returns true, if the view has unsaved changes.
height - Variable in class org.jhotdraw.geom.Dimension2DDouble
The height dimension; negative values can be used.
hide(View) - Method in class org.jhotdraw.app.AppletApplication
 
hide(View) - Method in interface org.jhotdraw.app.Application
Hides a view.
hide(View) - Method in class org.jhotdraw.app.MDIApplication
 
hide(View) - Method in class org.jhotdraw.app.OSXApplication
 
hide(View) - Method in class org.jhotdraw.app.SDIApplication
 
hide() - Method in class org.jhotdraw.gui.JSheet
 
hide0() - Method in class org.jhotdraw.gui.JSheet
 
Horizontal(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.Horizontal
 
Horizontal(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.Horizontal
 
HORIZONTAL_ID - Static variable in class org.jhotdraw.app.action.window.ArrangeWindowsAction
 
HorizontalLayouter - Class in org.jhotdraw.draw.layouter
A Layouter which lays out all children of a CompositeFigure in horizontal direction.
HorizontalLayouter() - Constructor for class org.jhotdraw.draw.layouter.HorizontalLayouter
 
HSB_COLORS - Static variable in class org.jhotdraw.draw.action.ButtonFactory
HSB color palette with a set of colors chosen based on a physical criteria.
HSB_COLORS_AS_RGB - Static variable in class org.jhotdraw.draw.action.ButtonFactory
This is the same palette as HSB_COLORS, but all color values are specified in the sRGB color space.
HSB_COLORS_AS_RGB_COLUMN_COUNT - Static variable in class org.jhotdraw.draw.action.ButtonFactory
 
HSB_COLORS_COLUMN_COUNT - Static variable in class org.jhotdraw.draw.action.ButtonFactory
 
HSBColorSpace - Class in org.jhotdraw.color
A HSB color space with additive complements in the hue color wheel: red is opposite cyan, magenta is opposite green, blue is opposite yellow.
HSBColorSpace() - Constructor for class org.jhotdraw.color.HSBColorSpace
 
hsbPercentagePattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the HSB_PERCENTAGE format.
HSLColorSpace - Class in org.jhotdraw.color
A HSL color space with additive complements in the hue color wheel: red is opposite cyan, magenta is opposite green, blue is opposite yellow.
HSLColorSpace() - Constructor for class org.jhotdraw.color.HSLColorSpace
 
HSLHarmonicColorWheelImageProducer - Class in org.jhotdraw.color
HSLHarmonicColorWheelImageProducer.
HSLHarmonicColorWheelImageProducer(int, int) - Constructor for class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
HSLHarmonicColorWheelImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.HSLHarmonicColorWheelImageProducer
 
HSLPhysiologicColorSpace - Class in org.jhotdraw.color
A HSL color space with physiologic opposites in the hue color wheel: red is opposite green and yellow is opposite blue.
HSLPhysiologicColorSpace() - Constructor for class org.jhotdraw.color.HSLPhysiologicColorSpace
 
HSVColorSpace - Class in org.jhotdraw.color
A HSV color space with additive complements in the hue color wheel: red is opposite cyan, magenta is opposite green, blue is opposite yellow.
HSVColorSpace() - Constructor for class org.jhotdraw.color.HSVColorSpace
 
HSVHarmonicColorWheelImageProducer - Class in org.jhotdraw.color
HarmonicColorWheelImageProducer.
HSVHarmonicColorWheelImageProducer(int, int) - Constructor for class org.jhotdraw.color.HSVHarmonicColorWheelImageProducer
 
HSVPhysiologicColorSpace - Class in org.jhotdraw.color
A HSV color space with physiologic opposites in the hue color wheel: red is opposite green and yellow is opposite blue.
HSVPhysiologicColorSpace() - Constructor for class org.jhotdraw.color.HSVPhysiologicColorSpace
 

I

icons - Variable in class org.jhotdraw.gui.plaf.palette.MultiIcon
The icons from which we choose from.
ID - Static variable in class org.jhotdraw.app.action.app.AboutAction
 
ID - Static variable in class org.jhotdraw.app.action.app.AbstractPreferencesAction
 
ID - Static variable in class org.jhotdraw.app.action.app.ExitAction
 
ID - Static variable in class org.jhotdraw.app.action.app.OpenApplicationAction
 
ID - Static variable in class org.jhotdraw.app.action.app.OpenApplicationFileAction
 
ID - Static variable in class org.jhotdraw.app.action.app.PrintApplicationFileAction
 
ID - Static variable in class org.jhotdraw.app.action.app.ReOpenApplicationAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.AbstractFindAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.ClearSelectionAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.CopyAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.CutAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.DeleteAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.DuplicateAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.PasteAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.RedoAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.SelectAllAction
 
ID - Static variable in class org.jhotdraw.app.action.edit.UndoAction
 
ID - Static variable in class org.jhotdraw.app.action.file.ClearFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.ClearRecentFilesMenuAction
 
ID - Static variable in class org.jhotdraw.app.action.file.CloseFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.ExportFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.LoadDirectoryAction
 
ID - Static variable in class org.jhotdraw.app.action.file.LoadFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.LoadRecentFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.NewFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.NewWindowAction
 
ID - Static variable in class org.jhotdraw.app.action.file.OpenDirectoryAction
 
ID - Static variable in class org.jhotdraw.app.action.file.OpenFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.OpenRecentFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.PrintFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.SaveFileAction
 
ID - Static variable in class org.jhotdraw.app.action.file.SaveFileAsAction
 
ID - Static variable in class org.jhotdraw.app.action.window.FocusWindowAction
 
ID - Static variable in class org.jhotdraw.app.action.window.MaximizeWindowAction
 
ID - Static variable in class org.jhotdraw.app.action.window.MinimizeWindowAction
 
ID - Static variable in class org.jhotdraw.draw.action.BringToFrontAction
 
ID - Static variable in class org.jhotdraw.draw.action.EditCanvasAction
 
ID - Static variable in class org.jhotdraw.draw.action.EditGridAction
 
ID - Static variable in class org.jhotdraw.draw.action.GroupAction
 
ID - Static variable in class org.jhotdraw.draw.action.IncreaseHandleDetailLevelAction
 
ID - Static variable in class org.jhotdraw.draw.action.MoveAction.East
 
ID - Static variable in class org.jhotdraw.draw.action.MoveAction.North
 
ID - Static variable in class org.jhotdraw.draw.action.MoveAction.South
 
ID - Static variable in class org.jhotdraw.draw.action.MoveAction.West
 
ID - Static variable in class org.jhotdraw.draw.action.MoveConstrainedAction.East
 
ID - Static variable in class org.jhotdraw.draw.action.MoveConstrainedAction.North
 
ID - Static variable in class org.jhotdraw.draw.action.MoveConstrainedAction.South
 
ID - Static variable in class org.jhotdraw.draw.action.MoveConstrainedAction.West
 
ID - Static variable in class org.jhotdraw.draw.action.SelectSameAction
 
ID - Static variable in class org.jhotdraw.draw.action.SendToBackAction
 
ID - Static variable in class org.jhotdraw.draw.action.ToggleGridAction
 
ID - Static variable in class org.jhotdraw.draw.action.UngroupAction
 
ID - Static variable in class org.jhotdraw.draw.action.ZoomEditorAction
 
ID - Static variable in class org.jhotdraw.samples.odg.action.CombineAction
 
ID - Static variable in class org.jhotdraw.samples.odg.action.SplitAction
 
ID - Static variable in class org.jhotdraw.samples.svg.action.CombineAction
 
ID - Static variable in class org.jhotdraw.samples.svg.action.SplitAction
 
ID - Static variable in class org.jhotdraw.samples.svg.action.ViewSourceAction
 
ID - Static variable in class org.jhotdraw.samples.teddy.action.FindAction
 
ID - Static variable in class org.jhotdraw.samples.teddy.action.ToggleLineNumbersAction
 
ID - Static variable in class org.jhotdraw.samples.teddy.action.ToggleLineWrapAction
 
ID - Static variable in class org.jhotdraw.samples.teddy.action.ToggleStatusBarAction
 
ignoreCaseCheck - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
IMAGE_PNG_FLAVOR - Static variable in class org.jhotdraw.gui.datatransfer.ImageTransferable
 
ImageBevelBorder - Class in org.jhotdraw.draw.action
Draws a filled bevel border using an image and insets.
ImageBevelBorder(Image, Insets) - Constructor for class org.jhotdraw.draw.action.ImageBevelBorder
Creates a new instance with the given image and insets.
ImageBevelBorder(Image, Insets, Insets) - Constructor for class org.jhotdraw.draw.action.ImageBevelBorder
Creates a new instance with the given image and insets.
ImageBevelBorder(Image, Insets, Insets, boolean) - Constructor for class org.jhotdraw.draw.action.ImageBevelBorder
Creates a new instance with the given image and insets.
ImageFigure - Class in org.jhotdraw.draw
A default implementation of ImageHolderFigure which can hold a buffered image.
ImageFigure() - Constructor for class org.jhotdraw.draw.ImageFigure
Creates a new instance.
ImageFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.ImageFigure
 
ImageHolderFigure - Interface in org.jhotdraw.draw
The interface of a Figure which has some editable image contents.
ImageInputFormat - Class in org.jhotdraw.draw.io
An input format for importing drawings using one of the image formats supported by javax.imageio.
ImageInputFormat(ImageHolderFigure) - Constructor for class org.jhotdraw.draw.io.ImageInputFormat
Creates a new image input format for all formats supported by javax.imageio.ImageIO.
ImageInputFormat(ImageHolderFigure, String, String, String, String) - Constructor for class org.jhotdraw.draw.io.ImageInputFormat
Creates a new image input format for the specified image format.
ImageInputFormat(ImageHolderFigure, String, String, String[], String[]) - Constructor for class org.jhotdraw.draw.io.ImageInputFormat
Creates a new image input format for the specified image format.
ImageMapOutputFormat - Class in org.jhotdraw.samples.svg.io
ImageMapOutputFormat exports a SVG drawing as an HTML 4.01 MAP element.
ImageMapOutputFormat() - Constructor for class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
Creates a new instance.
ImageOutputFormat - Class in org.jhotdraw.draw.io
An output format for exporting drawings using one of the image formats supported by javax.imageio.
ImageOutputFormat() - Constructor for class org.jhotdraw.draw.io.ImageOutputFormat
Creates a new image output format for Portable Network Graphics PNG.
ImageOutputFormat(String, String, String, int) - Constructor for class org.jhotdraw.draw.io.ImageOutputFormat
Creates a new image output format for the specified image format.
imagePrototype - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
Images - Class in org.jhotdraw.util
Image processing methods.
ImageTool - Class in org.jhotdraw.draw.tool
A tool to create new figures that implement the ImageHolderFigure interface, such as ImageFigure.
ImageTool(ImageHolderFigure) - Constructor for class org.jhotdraw.draw.tool.ImageTool
Creates a new instance.
ImageTool(ImageHolderFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.ImageTool
Creates a new instance.
ImageTransferable - Class in org.jhotdraw.gui.datatransfer
A Transferable with an Image as its transfer class.
ImageTransferable(Image) - Constructor for class org.jhotdraw.gui.datatransfer.ImageTransferable
Creates a new instance.
importData(JComponent, Transferable) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
importData(TransferHandler.TransferSupport) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
importData(JComponent, Transferable, HashSet<Figure>, Point) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
Imports data and stores the transferred figures into the supplied transferFigures collection.
includes(Figure) - Method in class org.jhotdraw.draw.AbstractFigure
 
includes(Figure) - Method in interface org.jhotdraw.draw.Figure
Checks whether the given figure is contained in this figure.
increaseHandleDetaiLevel() - Method in class org.jhotdraw.draw.action.IncreaseHandleDetailLevelAction
 
IncreaseHandleDetailLevelAction - Class in org.jhotdraw.draw.action
SelectSameAction.
IncreaseHandleDetailLevelAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.IncreaseHandleDetailLevelAction
Creates a new instance.
index - Variable in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
index - Variable in class org.jhotdraw.draw.handle.BezierNodeHandle
 
indexOf(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
indexOf(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Returns the index of the specified child.
indexOf(Figure) - Method in class org.jhotdraw.draw.DefaultDrawing
 
indexOf(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
indexOf(Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
indexOf(Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
indexOfOutermostNode() - Method in class org.jhotdraw.geom.BezierPath
Return the index of the node that is the furthest away from the center
init() - Method in class org.jhotdraw.app.AbstractApplication
 
init() - Method in class org.jhotdraw.app.AbstractView
Initializes the view.
init() - Method in class org.jhotdraw.app.AppletApplication
 
init() - Method in interface org.jhotdraw.app.Application
Initializes the application.
init() - Method in class org.jhotdraw.app.MDIApplication
 
init() - Method in class org.jhotdraw.app.OSXApplication
 
init() - Method in class org.jhotdraw.app.SDIApplication
 
init() - Method in interface org.jhotdraw.app.View
Initializes the view.
init() - Method in class org.jhotdraw.samples.draw.DrawApplet
Initializes the applet DrawApplet
init() - Method in class org.jhotdraw.samples.draw.DrawLiveConnectApplet
Initializes the applet DrawApplet
init() - Method in class org.jhotdraw.samples.net.NetApplet
Initializes the applet NetApplet
init() - Method in class org.jhotdraw.samples.pert.PertApplet
Initializes the applet PertApplet
init() - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
This should be an abstract method, but the NetBeans GUI builder doesn't support abstract beans.
init() - Method in class org.jhotdraw.samples.svg.SVGApplet
Displays a progress indicator and then invokes loadDrawing on a worker thread.
init() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
initApplication(Application) - Method in class org.jhotdraw.app.AbstractApplicationModel
This method is empty.
initApplication(Application) - Method in interface org.jhotdraw.app.ApplicationModel
Inits the application.
initComponentDefaults(UIDefaults) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
initLabels() - Method in class org.jhotdraw.app.AbstractApplication
 
initLookAndFeel() - Method in class org.jhotdraw.app.MDIApplication
 
initLookAndFeel() - Method in class org.jhotdraw.app.OSXApplication
 
initLookAndFeel() - Method in class org.jhotdraw.app.SDIApplication
 
initPalettes(LinkedList<Action>) - Method in class org.jhotdraw.app.OSXApplication
 
initScreenMenuBar() - Method in class org.jhotdraw.app.OSXApplication
 
initView(Application, View) - Method in class org.jhotdraw.app.AbstractApplicationModel
This method is empty.
initView(Application, View) - Method in interface org.jhotdraw.app.ApplicationModel
Inits the supplied view for the application.
initView(Application, View) - Method in class org.jhotdraw.app.DefaultApplicationModel
Does nothing.
initView(Application, View) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
 
initView(Application, View) - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
initView(Application, View) - Method in class org.jhotdraw.samples.odg.ODGApplicationModel
 
initView(Application, View) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
initView(Application, View) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
initView(Application, View) - Method in class org.jhotdraw.samples.teddy.TeddyApplicationModel
 
INPUT_FORMAT_MAP_CLIENT_PROPERTY - Static variable in class org.jhotdraw.samples.svg.SVGApplicationModel
Client property on the URIFileChooser.
INPUT_MAP_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingEditor
The property name for the input map property.
InputFormat - Interface in org.jhotdraw.draw.io
An input format implements a strategy for reading a Drawing using a specific format from either an InputStream, an URI or a Transferable.
InputStream(InputStream) - Constructor for class org.jhotdraw.io.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.jhotdraw.io.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
InputStreamTransferable - Class in org.jhotdraw.gui.datatransfer
A Transferable with an InputStream as its transfer class.
InputStreamTransferable(DataFlavor, byte[]) - Constructor for class org.jhotdraw.gui.datatransfer.InputStreamTransferable
Creates a new instance.
InputStreamTransferable(DataFlavor[], byte[]) - Constructor for class org.jhotdraw.gui.datatransfer.InputStreamTransferable
Note: For performance reasons this method stores a reference to the data array instead of cloning it.
insert(MutableTreeNode, int) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
insert(MutableTreeNode, int) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
insert(MutableTreeNode, int) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
insertChild(IXMLElement, int) - Method in class net.n3.nanoxml.XMLElement
Inserts a child element.
insertUpdate(DocumentEvent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
Insets2D - Class in org.jhotdraw.geom
Insets2D.
Insets2D() - Constructor for class org.jhotdraw.geom.Insets2D
Creates a new instance.
Insets2D.Double - Class in org.jhotdraw.geom
The Double class defines insets specified in double precision.
Insets2D.Float - Class in org.jhotdraw.geom
The Float class defines insets specified in float precision.
installApplicationListeners(Application) - Method in class org.jhotdraw.app.action.AbstractApplicationAction
 
installApplicationListeners(Application) - Method in class org.jhotdraw.app.action.file.ClearRecentFilesMenuAction
Installs listeners on the application object.
installBorder(JComponent, String) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
Convenience method for installing a component's default Border object on the specified component if either the border is currently null or already an instance of UIResource.
installChooserPanel(JColorChooser) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
installColors(JComponent, String, String) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
Convenience method for initializing a component's foreground and background color properties with values from the current defaults table.
installColorsAndFont(JComponent, String, String, String) - Static method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
Convenience method for initializing a components foreground background and font properties with values from the current defaults table.
installComponents(JFontChooser) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
 
installComponents() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
installDefaults(JSlider) - Method in class org.jhotdraw.color.ColorSliderUI
 
installDefaults(AbstractButton) - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
Initializes component properties, e.g.
installDefaults(JLabel) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteListUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteMenuItemUI
 
installDefaults(JPanel) - Method in class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
installDefaults(JSlider) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextFieldUI
Initializes component properties, e.g.
installDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
installFramePrefsHandler(Preferences, String, Window) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs a frame preferences handler.
installFramePrefsHandler(Preferences, String, Window, Dimension) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs a frame preferences handler.
installInternalFramePrefsHandler(Preferences, String, JInternalFrame, JDesktopPane) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs an intenal frame preferences handler.
installKeyboardActions() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
installListeners() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
installListeners(JFontChooser) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
 
installListeners() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
installMouseListeners() - Method in class org.jhotdraw.color.JColorWheel
 
installMouseListeners() - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
installNonRolloverBorders(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Installs non-rollover borders on all the child components of the JComponent.
installNormalBorders(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Installs normal borders on all the child components of the JComponent.
installPalettePrefsHandler(Preferences, String, Window) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs a palette preferences handler.
installPalettePrefsHandler(Preferences, String, Window, int) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
 
installPrefsHandler(Preferences, String, JTabbedPane) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
 
installPreviewPanel() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
installRolloverBorders(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Installs rollover borders on all the child components of the JComponent.
installSheet() - Method in class org.jhotdraw.gui.JSheet
Installs the sheet on the owner.
installTabbedPanePrefsHandler(Preferences, String, JTabbedPane) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs a JTabbedPane preferences handler.
installToolBarPrefsHandler(Preferences, String, JToolBar) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Installs a toolbar preferences handler.
installUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
installUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
Configures the specified component appropriate for the look and feel.
installUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI
 
installUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
installViewListeners(View) - Method in class org.jhotdraw.app.action.AbstractViewAction
Installs listeners on the view object.
installViewListeners(View) - Method in class org.jhotdraw.app.action.edit.RedoAction
Installs listeners on the view object.
installViewListeners(View) - Method in class org.jhotdraw.app.action.edit.UndoAction
Installs listeners on the view object.
installViewListeners(View) - Method in class org.jhotdraw.app.action.view.ToggleViewPropertyAction
 
installViewListeners(View) - Method in class org.jhotdraw.app.action.view.ViewPropertyAction
 
INSTANCE - Static variable in class org.jhotdraw.draw.FigureLayerComparator
 
intersect(int, int, int, int, int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Standard line intersection algorithm Return the point of intersection if it exists, else null.
intersect(double, double, double, double, double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Standard line intersection algorithm Return the point of intersection if it exists, else null
intersect(double, double, double, double, double, double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
 
intersects(Rectangle2D) - Method in class org.jhotdraw.geom.BezierPath
 
intersects(double, double, double, double) - Method in class org.jhotdraw.geom.BezierPath
 
intersects(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D.Double
 
intersects(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
intersects(float, float, float, float) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
intersects(double, double, double, double) - Method in class org.jhotdraw.geom.Polygon2D
intersects(Rectangle2D) - Method in class org.jhotdraw.geom.Polygon2D
intersects(Rectangle2D) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
intersects(double, double, double, double) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
invalidate() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
invalidate() - Method in class org.jhotdraw.draw.AbstractFigure
Invalidates cached data of the Figure.
invalidate() - Method in class org.jhotdraw.draw.BezierFigure
 
invalidate() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
invalidate() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
invalidate() - Method in interface org.jhotdraw.draw.handle.Handle
Invalidates the handle.
invalidate() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
invalidate() - Method in class org.jhotdraw.draw.TextAreaFigure
 
invalidate() - Method in class org.jhotdraw.draw.TextFigure
 
invalidate() - Method in class org.jhotdraw.geom.Polygon2D.Double
 
invalidate() - Method in class org.jhotdraw.geom.Polygon2D.Float
 
invalidate() - Method in class org.jhotdraw.geom.Polygon2D
Invalidates or flushes any internally-cached data that depends on the vertex coordinates of this Polygon.
invalidate() - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
invalidate() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
invalidate() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
invalidate() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
invalidate() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
invalidateDimension() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
invalidateLayout(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
invalidateLayout(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
invalidatePath() - Method in class org.jhotdraw.geom.BezierPath
This must be called after the BezierPath has been changed.
invalidatePath() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
This must be called after the EnhancedPath has been changed.
invalidAttributeValue(String, int, String, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that an attribute has an invalid value.
INVISIBLE_CONSTRAINER_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the invisible constrainer property of the DrawingView.
invoke(Object, Method, Object[]) - Method in class org.jhotdraw.app.osx.OSXAdapter
InvocationHandler implementation.
invoke(Object, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified accessible parameterless method if it exists.
invoke(Object, String, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified accessible method with a string parameter if it exists.
invoke(Object, String, boolean) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, int) - Static method in class org.jhotdraw.util.Methods
Invokes the specified method if it exists.
invoke(Object, String, float) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, Class, Object) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, Class[], Object...) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invokeGetter(Object, String, int) - Static method in class org.jhotdraw.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, long) - Static method in class org.jhotdraw.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, boolean) - Static method in class org.jhotdraw.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, Object) - Static method in class org.jhotdraw.util.Methods
Invokes the specified getter method if it exists.
invokeIfExists(Object, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invokeIfExists(Object, String, float) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invokeIfExists(Object, String, boolean) - Static method in class org.jhotdraw.util.Methods
Invokes the specified method if it exists.
invokeIfExists(Object, String, Class, Object) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invokeIfExistsWithEnum(Object, String, String, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified setter method if it exists.
invokeStatic(Class, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified accessible parameterless method if it exists.
invokeStatic(String, String) - Static method in class org.jhotdraw.util.Methods
Invokes the specified accessible parameterless method if it exists.
invokeStatic(Class, String, Class[], Object[]) - Static method in class org.jhotdraw.util.Methods
Invokes the specified parameterless method if it exists.
invokeStatic(String, String, Class[], Object[]) - Static method in class org.jhotdraw.util.Methods
Invokes the specified parameterless method if it exists.
invokeStatic(String, String, Class[], Object[], Object) - Static method in class org.jhotdraw.util.Methods
Invokes the specified parameterless method if it exists.
invokeStaticGetter(Class, String, boolean) - Static method in class org.jhotdraw.util.Methods
Invokes the specified getter method if it exists.
IS_QUADRATIC - Static variable in class org.jhotdraw.draw.DiamondFigure
If the attribute IS_QUADRATIC is put to true, all sides of the diamond have the same length.
IS_STROKE_DASH_FACTOR - Static variable in class org.jhotdraw.draw.AttributeKeys
A boolean used to indicate whether STROKE_DASHES and STROKE_DASH_PHASE shall be interpreted as factors of STROKE_WIDTH, or whether they are absolute values.
IS_STROKE_MITER_LIMIT_FACTOR - Static variable in class org.jhotdraw.draw.AttributeKeys
A boolean used to indicate whether STROKE_MITER_LIMIT is a factor of STROKE_WIDTH, or whether it represents an absolute value.
isActive() - Method in class org.jhotdraw.draw.tool.AbstractTool
 
isAdaptive - Variable in class org.jhotdraw.text.ColorFormatter
Specifies whether the formatter should adaptively change its output format depending on the last input format used by the user.
isAdaptive() - Method in class org.jhotdraw.text.ColorFormatter
Returns true, if the color formatter is adaptive.
isAdjusting() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
isAdjusting() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
isAnimated() - Method in class org.jhotdraw.gui.JSheet
If this returns true, the JSheet uses a transition effect when shown and when hidden.
isAssignable(Object) - Method in class org.jhotdraw.draw.AttributeKey
Returns true if the specified value is assignable with this key.
isAttributeEnabled(AttributeKey) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
isAttributeEnabled(AttributeKey) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
isBorderOpaque() - Method in class org.jhotdraw.draw.action.ImageBevelBorder
Returns true if the border is opaque.
isBorderOpaque() - Method in class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
isBorderOpaque() - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonBorder
 
isBorderOpaque() - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextComponentBorder
 
isChanging() - Method in class org.jhotdraw.draw.AbstractFigure
 
isClampRGBValues() - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
isClosed() - Method in class org.jhotdraw.draw.BezierFigure
 
isClosed() - Method in class org.jhotdraw.geom.BezierPath
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Returns true, if the given handle is an instance of the same class or of a subclass of this handle,.
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
isCombinableWith(Handle) - Method in interface org.jhotdraw.draw.handle.Handle
Returns true, if this handle is combinable with the specified handle.
isCombinableWith(Handle) - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
isConnectable() - Method in class org.jhotdraw.draw.AbstractFigure
Checks whether this figure is connectable.
isConnectable() - Method in interface org.jhotdraw.draw.Figure
Returns true if this Figure can be connected to a ConnectionFigure.
isConnectToDecorator() - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
isConstrainerVisible() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
isConstrainerVisible() - Method in interface org.jhotdraw.draw.DrawingView
Returns true, if the visible Constrainer is in use, returns false, if the invisible Constrainer is in use.
isCorrectMethod(Method, Object[]) - Method in class org.jhotdraw.app.osx.OSXAdapter
Compare the method that was called to the intended method when the OSXAdapter instance was created (e.g.
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
isDataFlavorSupported(DataFlavor) - Method in interface org.jhotdraw.draw.io.InputFormat
Returns true, if this InputFormat can readFigures TransferData using the specified DataFlavor.
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.AbstractTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.gui.datatransfer.ImageTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
isDataFlavorSupported(DataFlavor) - Method in class org.jhotdraw.xml.XMLTransferable
Returns whether or not the specified data flavor is supported for this object.
isDependentOf(TaskFigure) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
Returns true, if the current task is a direct or indirect dependent of the specified task.
isDone() - Method in class org.jhotdraw.geom.BezierPathIterator
Tests if there are more points to read.
isDragging - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
isDrawingDoubleBuffered() - Method in class org.jhotdraw.draw.DefaultDrawingView
Returns true, if the the drawing is double buffered.
isEditable() - Method in class org.jhotdraw.draw.TextAreaFigure
 
isEditable() - Method in class org.jhotdraw.draw.TextFigure
 
isEditable() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns true if the text of the TextHolderFigure can be edited.
isEditable(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
isEditable(MutableTreeNode) - Method in interface org.jhotdraw.gui.fontchooser.FontChooserModel
Returns true if node is editable by the user.
isEditable() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
isEditable() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
isEditable() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
isEditable() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
isEditable() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
isEditing() - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
isEditing() - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
isEmpty() - Method in class org.jhotdraw.app.AbstractView
 
isEmpty() - Method in interface org.jhotdraw.app.View
Whether the view is empty.
isEmpty() - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
isEmpty() - Method in interface org.jhotdraw.samples.odg.figures.ODGFigure
Returns true, if this figure is empty for one of the following reasons: A group has no children A path has less than two points An ellipse or a rectangle has a width or a height of 0 A text has no characters
isEmpty() - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
isEmpty() - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
isEmpty() - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
isEmpty() - Method in interface org.jhotdraw.samples.svg.figures.SVGFigure
Returns true, if this figure is empty for one of the following reasons: A group has no children A path has less than two points An ellipse or a rectangle has a width or a height of 0 A text has no characters
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Gets the text shown by the text figure.
isEmpty() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
isEnabled() - Method in class org.jhotdraw.app.AbstractApplication
 
isEnabled() - Method in class org.jhotdraw.app.action.AbstractApplicationAction
Returns true if the action is enabled.
isEnabled() - Method in class org.jhotdraw.app.action.AbstractViewAction
Returns true if the action is enabled.
isEnabled() - Method in class org.jhotdraw.app.action.file.LoadRecentFileAction
Returns true if the action is enabled.
isEnabled() - Method in class org.jhotdraw.app.action.file.PrintFileAction
Returns true if the action is enabled.
isEnabled() - Method in interface org.jhotdraw.app.Application
Returns the enabled state of the application.
isEnabled() - Method in interface org.jhotdraw.app.View
Returns the enabled state of the view.
isEnabled() - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
isEnabled() - Method in interface org.jhotdraw.draw.DrawingEditor
Gets the enabled state of the drawing editor.
isEnabled() - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
isEnabled() - Method in interface org.jhotdraw.draw.DrawingView
Gets the enabled state of the drawing view.
isEqual(ColorSpace, ColorSpace) - Static method in class org.jhotdraw.color.ColorUtil
Returns true, if the two color spaces are equal.
isExternalEntity(String) - Method in interface net.n3.nanoxml.IXMLEntityResolver
Returns true if an entity is external.
isExternalEntity(String) - Method in class net.n3.nanoxml.XMLEntityResolver
Returns true if an entity is external.
isFigureSelected(Figure) - Method in class org.jhotdraw.draw.DefaultDrawingView
Test whether a given figure is selected.
isFigureSelected(Figure) - Method in interface org.jhotdraw.draw.DrawingView
Test whether a given figure is selected.
isFilled() - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
isFlipX() - Method in class org.jhotdraw.color.JColorWheel
 
isFlipY() - Method in class org.jhotdraw.color.JColorWheel
 
isFloating() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
isGridVisible() - Method in class org.jhotdraw.samples.net.NetView
 
isGridVisible() - Method in class org.jhotdraw.samples.odg.ODGView
 
isGridVisible() - Method in class org.jhotdraw.samples.pert.PertView
 
isIndeterminate() - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
isInTabbedPane(Component) - Static method in class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
isLeaf() - Method in interface net.n3.nanoxml.IXMLElement
Returns whether the element is a leaf element.
isLeaf() - Method in class net.n3.nanoxml.XMLElement
Returns whether the element is a leaf element.
isLeaf(Object) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
isLeaf() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
isLeaf() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
isLeaf() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
isLineNumbersVisible() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
isLineNumbersVisible() - Method in class org.jhotdraw.samples.teddy.text.NumberedViewFactory
 
isLineWrap() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
isLookupValid - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
isLookupValid - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
isMatchCase() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
 
isMultipleValues() - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
isMultipleValues() - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
isMultipleValues() - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
isMultipleValues() - Method in interface org.jhotdraw.gui.AttributeEditor
This method returns the value of the multipleValues property.
isNativeLookAndFeel() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
isNodeChild(TreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
Returns true if aNode is a child of this node.
isNodeChild(TreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
Returns true if aNode is a child of this node.
isNullValueAllowed() - Method in class org.jhotdraw.draw.AttributeKey
Returns true if null values are allowed.
isPixelsValid - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
isPixelsValid - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
isPrettyPrint() - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
isPropertiesPanelVisible() - Method in class org.jhotdraw.samples.odg.ODGView
 
isRelativeToFigureBounds() - Method in interface org.jhotdraw.samples.odg.Gradient
 
isRelativeToFigureBounds() - Method in interface org.jhotdraw.samples.svg.Gradient
 
isRelativeToFigureBounds() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
isRelativeToFigureBounds() - Method in class org.jhotdraw.samples.svg.RadialGradient
 
isRemovable() - Method in class org.jhotdraw.draw.AbstractFigure
Checks whether this figure is removable.
isRemovable() - Method in interface org.jhotdraw.draw.Figure
Returns true, if the user may remove this figure.
isRightTurn(Point, Point, Point) - Static method in class org.jhotdraw.geom.ConvexHull
Returns true, if the three given points make a right turn.
isRightTurn2D(Point2D.Double, Point2D.Double, Point2D.Double) - Static method in class org.jhotdraw.geom.ConvexHull
Returns true, if the three given points make a right turn.
isRolloverBorders() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Returns a flag to determine whether rollover button borders are enabled.
isSelectable() - Method in class org.jhotdraw.draw.AbstractFigure
Checks whether this figure is selectable.
isSelectable() - Method in interface org.jhotdraw.draw.Figure
Returns true, if the user may select this figure.
isSelectBehindEnabled() - Method in class org.jhotdraw.draw.tool.SelectionTool
Returns the value of the selectBehindEnabled property.
isSelectionEmpty() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
isSelectionEmpty() - Method in interface org.jhotdraw.gui.EditableComponent
Returns true if the selection is empty.
isSharingToolsAmongViews() - Method in class org.jhotdraw.app.AppletApplication
 
isSharingToolsAmongViews() - Method in interface org.jhotdraw.app.Application
Returns true, if this application shares tools among multiple views.
isSharingToolsAmongViews() - Method in class org.jhotdraw.app.MDIApplication
 
isSharingToolsAmongViews() - Method in class org.jhotdraw.app.OSXApplication
 
isSharingToolsAmongViews() - Method in class org.jhotdraw.app.SDIApplication
 
isShowAsSheet() - Method in class org.jhotdraw.gui.JSheet
 
isShowing() - Method in class org.jhotdraw.app.AbstractView
 
isShowing() - Method in interface org.jhotdraw.app.View
This is used by Application to keep track if a view is showing.
isSignificant() - Method in class org.jhotdraw.undo.CompositeEdit
Returns false if this edit is insignificant - for example one that maintains the user's selection, but does not change any model state.
isSolid() - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
isStatusBarVisible() - Method in class org.jhotdraw.samples.teddy.TeddyView
 
isStroked() - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
isSupportedLookAndFeel() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
isTextOverflow() - Method in class org.jhotdraw.draw.TextAreaFigure
 
isTextOverflow() - Method in class org.jhotdraw.draw.TextFigure
 
isTextOverflow() - Method in interface org.jhotdraw.draw.TextHolderFigure
Returns true, if the text does not fit into the bounds of the Figure.
isTextOverflow() - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
isTextOverflow() - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
isToolDoneAfterCreation() - Method in class org.jhotdraw.draw.tool.BezierTool
 
isToolDoneAfterCreation() - Method in class org.jhotdraw.draw.tool.ConnectionTool
Returns true, if this tool fires toolDone immediately after a new figure has been created.
isToolDoneAfterCreation() - Method in class org.jhotdraw.draw.tool.CreationTool
Returns true, if this tool fires toolDone immediately after a new figure has been created.
isTransform - Variable in class org.jhotdraw.draw.locator.RelativeLocator
If this is set to true, if the locator is transforming with the figure.
isTransformable() - Method in class org.jhotdraw.draw.AbstractFigure
Checks whether this figure is transformable.
isTransformable() - Method in interface org.jhotdraw.draw.Figure
Returns true, if the user may transform this figure.
isTransformable() - Method in class org.jhotdraw.draw.GroupFigure
Returns true if all children of the group are transformable.
isUpdateDrawingEditorDefaults() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Returns true if the attribute editor updates the default values of the drawing editor.
isUpdatEnabledState() - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
Returns true, if this action automatically updates its enabled state to reflect the enabled state of the active DrawingView.
isUpdatEnabledState() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
Returns true, if this action automatically updates its enabled state to reflect the enabled state of the active DrawingView.
isUpdatEnabledState() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
Returns true, if this action automatically updates its enabled state to reflect the enabled state of the active DrawingView.
isUpdating - Variable in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
isUpdating - Variable in class org.jhotdraw.draw.action.FontChooserHandler
 
isUpdating - Variable in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
isUseFileDialog() - Method in class org.jhotdraw.draw.tool.ImageTool
 
isUseFileDialog() - Method in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
isUserNode() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
isUsesScientificNotation() - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns true if scientific notation is used.
isVerbose() - Static method in class org.jhotdraw.util.ResourceBundleUtil
 
isVertical() - Method in class org.jhotdraw.gui.VerticalGridLayout
 
isVisible() - Method in class org.jhotdraw.draw.AbstractFigure
Checks whether this figure is visible.
isVisible() - Method in interface org.jhotdraw.draw.Figure
A Figure is only drawn by a CompositeFigure, if it is visible.
isVisible() - Method in class org.jhotdraw.draw.GridConstrainer
 
isVisibleIfCreationTool - Variable in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
isWorking - Variable in class org.jhotdraw.draw.tool.AbstractTool
This is set to true, while the tool is doing some work.
ITEM_FONT - Static variable in class org.jhotdraw.gui.JPopupButton
 
ITEM_FONT_PROPERTY - Static variable in class org.jhotdraw.gui.JPopupButton
 
iterateAttributeNames() - Method in interface net.n3.nanoxml.IXMLElement
Returns an enumeration of all attribute names.
iterateAttributeNames() - Method in class net.n3.nanoxml.XMLElement
Returns an enumeration of all attribute names.
iterateChildren() - Method in interface net.n3.nanoxml.IXMLElement
Returns an enumeration of all child elements.
iterateChildren() - Method in class net.n3.nanoxml.XMLElement
Returns an enumeration of all child iterator.
IXMLBuilder - Interface in net.n3.nanoxml
NanoXML uses IXMLBuilder to construct the XML data structure it retrieved from its data source.
IXMLElement - Interface in net.n3.nanoxml
IXMLElement is an XML element.
IXMLEntityResolver - Interface in net.n3.nanoxml
An IXMLEntityResolver resolves entities.
IXMLParser - Interface in net.n3.nanoxml
IXMLParser is the core parser of NanoXML.
IXMLReader - Interface in net.n3.nanoxml
IXMLReader reads the data to be parsed.
IXMLValidator - Interface in net.n3.nanoxml
IXMLValidator processes the DTD and handles entity references.

J

JAttributeSlider - Class in org.jhotdraw.draw.gui
A JSlider that can be used to edit a double attribute of a Figure.
JAttributeSlider() - Constructor for class org.jhotdraw.draw.gui.JAttributeSlider
Creates new instance.
JAttributeSlider(int, int, int, int) - Constructor for class org.jhotdraw.draw.gui.JAttributeSlider
 
JAttributeSliderBeanInfo - Class in org.jhotdraw.draw.gui
BeanInfo for JDoubleAttributeSlider.
JAttributeSliderBeanInfo() - Constructor for class org.jhotdraw.draw.gui.JAttributeSliderBeanInfo
 
JAttributeTextArea<T> - Class in org.jhotdraw.draw.gui
An entry field that can be used to edit an attribute of a Figure.
JAttributeTextArea() - Constructor for class org.jhotdraw.draw.gui.JAttributeTextArea
Creates new instance.
JAttributeTextAreaBeanInfo - Class in org.jhotdraw.draw.gui
BeanInfo for JAttributeTextArea.
JAttributeTextAreaBeanInfo() - Constructor for class org.jhotdraw.draw.gui.JAttributeTextAreaBeanInfo
 
JAttributeTextField<T> - Class in org.jhotdraw.draw.gui
An entry field that can be used to edit an attribute of a Figure.
JAttributeTextField() - Constructor for class org.jhotdraw.draw.gui.JAttributeTextField
Creates new instance.
JAttributeTextFieldBeanInfo - Class in org.jhotdraw.draw.gui
BeanInfo for JAttributeTextField.
JAttributeTextFieldBeanInfo() - Constructor for class org.jhotdraw.draw.gui.JAttributeTextFieldBeanInfo
 
JavaNumberFormatter - Class in org.jhotdraw.text
ScaledNumberFormatter is used to format numbers written in the Java programming syntax.
JavaNumberFormatter() - Constructor for class org.jhotdraw.text.JavaNumberFormatter
Creates a NumberFormatter with the a default NumberFormat instance obtained from NumberFormat.getNumberInstance().
JavaNumberFormatter(double, double, double) - Constructor for class org.jhotdraw.text.JavaNumberFormatter
Creates a NumberFormatter with the specified Format instance.
JavaNumberFormatter(double, double, double, boolean) - Constructor for class org.jhotdraw.text.JavaNumberFormatter
Creates a NumberFormatter with the specified Format instance.
JavaNumberFormatter(double, double, double, boolean, String) - Constructor for class org.jhotdraw.text.JavaNumberFormatter
Creates a NumberFormatter with the specified Format instance.
JavaPrimitivesDOMFactory - Class in org.jhotdraw.xml
JavaPrimitivesDOMFactory can be used to serialize Java primitive objects and DOMStorable objects.
JavaPrimitivesDOMFactory() - Constructor for class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
JavaxDOMInput - Class in org.jhotdraw.xml
DOMInput.
JavaxDOMInput(DOMFactory, InputStream) - Constructor for class org.jhotdraw.xml.JavaxDOMInput
 
JavaxDOMInput(DOMFactory, Reader) - Constructor for class org.jhotdraw.xml.JavaxDOMInput
 
JavaxDOMOutput - Class in org.jhotdraw.xml
DOMOutput.
JavaxDOMOutput(DOMFactory) - Constructor for class org.jhotdraw.xml.JavaxDOMOutput
Creates a new instance.
JColorWheel - Class in org.jhotdraw.color
The JColorWheel displays a wheel made of two components of a ColorSpace.
JColorWheel() - Constructor for class org.jhotdraw.color.JColorWheel
Creates a new instance.
JColorWheel(ColorSpace) - Constructor for class org.jhotdraw.color.JColorWheel
 
JColorWheel.Type - Enum in org.jhotdraw.color
 
JComponentPopup - Class in org.jhotdraw.gui
This is an extension of the Swing JPopupMenu which can be used to display a JComponent in a popup menu.
JComponentPopup() - Constructor for class org.jhotdraw.gui.JComponentPopup
 
JDisclosureToolBar - Class in org.jhotdraw.gui
A ToolBar with disclosure functionality.
JDisclosureToolBar() - Constructor for class org.jhotdraw.gui.JDisclosureToolBar
Creates new form.
JDisclosureToolBarBeanInfo - Class in org.jhotdraw.gui
BeanInfo for JDisclosureButton.
JDisclosureToolBarBeanInfo() - Constructor for class org.jhotdraw.gui.JDisclosureToolBarBeanInfo
 
JEditorArea - Class in org.jhotdraw.samples.teddy
A happy marriage between JTextArea and JEditorPane.
JEditorArea() - Constructor for class org.jhotdraw.samples.teddy.JEditorArea
Creates a new instance.
JFileURIChooser - Class in org.jhotdraw.gui
JFileURIChooser.
JFileURIChooser() - Constructor for class org.jhotdraw.gui.JFileURIChooser
 
JFontChooser - Class in org.jhotdraw.gui
Font chooser dialog.
JFontChooser() - Constructor for class org.jhotdraw.gui.JFontChooser
Creates new form JFontChooser
JHarmonicColorWheel - Class in org.jhotdraw.color
JHarmonicColorWheel.
JHarmonicColorWheel() - Constructor for class org.jhotdraw.color.JHarmonicColorWheel
Creates new form.
JLifeFormattedTexAreaBeanInfo - Class in org.jhotdraw.gui
BeanInfo for JLifeFormattedTextArea.
JLifeFormattedTexAreaBeanInfo() - Constructor for class org.jhotdraw.gui.JLifeFormattedTexAreaBeanInfo
 
JLifeFormattedTextArea - Class in org.jhotdraw.gui
JLifeFormattedTextArea.
JLifeFormattedTextArea() - Constructor for class org.jhotdraw.gui.JLifeFormattedTextArea
Creates new instance.
JLifeFormattedTextField - Class in org.jhotdraw.gui
A JFormattedTextField which updates its value while the user is editing the field.
JLifeFormattedTextField() - Constructor for class org.jhotdraw.gui.JLifeFormattedTextField
Creates new instance.
JLifeFormattedTextFieldBeanInfo - Class in org.jhotdraw.gui
BeanInfo for JLifeFormattedTextField.
JLifeFormattedTextFieldBeanInfo() - Constructor for class org.jhotdraw.gui.JLifeFormattedTextFieldBeanInfo
 
JMDIDesktopPane - Class in org.jhotdraw.gui
An extension of JDesktopPane that supports often used MDI functionality.
JMDIDesktopPane() - Constructor for class org.jhotdraw.gui.JMDIDesktopPane
 
JMixer - Class in org.jhotdraw.samples.color
JMixer.
JMixer() - Constructor for class org.jhotdraw.samples.color.JMixer
Creates new form.
JNLPClipboard - Class in org.jhotdraw.gui.datatransfer
JNLPClipboard acts as a proxy to a JNLP ClipboardService object.
JNLPClipboard(Object) - Constructor for class org.jhotdraw.gui.datatransfer.JNLPClipboard
Creates a new proxy for the specified target object.
joinSegments(Point2D.Double, double) - Method in class org.jhotdraw.draw.BezierFigure
Joins two segments into one if the given Point2D.Double hits a node of the polyline.
joinSegments(Point2D.Double, float) - Method in class org.jhotdraw.draw.BezierFigure
Joins two segments into one if the given Point2D.Double hits a node of the polyline.
joinSegments(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Joins two segments into one if the given Point2D.Double hits a node of the bezier path.
joinSegments(Point2D.Double, double) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
Joins two segments into one if the given Point2D.Double hits a node of the polyline.
JPopupButton - Class in org.jhotdraw.gui
JPopupButton provides a popup menu.
JPopupButton() - Constructor for class org.jhotdraw.gui.JPopupButton
Creates new form JToolBarMenu
JPopupButtonBeanInfo - Class in org.jhotdraw.gui
BeanInfo for JPopupButton.
JPopupButtonBeanInfo() - Constructor for class org.jhotdraw.gui.JPopupButtonBeanInfo
 
JSheet - Class in org.jhotdraw.gui
JSheet is a document modal dialog which is displayed below the title bar of a JFrame.
JSheet(Frame) - Constructor for class org.jhotdraw.gui.JSheet
Creates a new JSheet.
JSheet(Dialog) - Constructor for class org.jhotdraw.gui.JSheet
Creates a new JSheet.

K

keepColinear - Variable in class org.jhotdraw.geom.BezierPath.Node
This is a hint for editing tools.
key - Variable in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
key - Variable in class org.jhotdraw.draw.action.EditorColorChooserAction
 
key - Variable in class org.jhotdraw.draw.action.FontChooserHandler
 
key - Variable in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.MoveHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
The Tool uses the InputMap to determine what to do, when a key is pressed.
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
keyPressed(KeyEvent) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
keyReleased(KeyEvent) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
keys() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
keys() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
keyTyped(KeyEvent) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
keyTyped(KeyEvent) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
keyTyped(KeyEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
keyTyped(KeyEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
keyTyped(KeyEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 

L

LabeledLineConnectionFigure - Class in org.jhotdraw.draw
A LineConnection with labels.
LabeledLineConnectionFigure() - Constructor for class org.jhotdraw.draw.LabeledLineConnectionFigure
Creates a new instance.
LabeledLineConnectionFigureSample - Class in org.jhotdraw.samples.mini
Example showing how to connect two rectangles with a labeled connection, that has a labels at both ends.
LabeledLineConnectionFigureSample() - Constructor for class org.jhotdraw.samples.mini.LabeledLineConnectionFigureSample
Creates a new instance.
LabelFigure - Class in org.jhotdraw.draw
A LabelFigure can be used to provide more double clickable area for a TextHolderFigure.
LabelFigure() - Constructor for class org.jhotdraw.draw.LabelFigure
Creates a new instance.
LabelFigure(String) - Constructor for class org.jhotdraw.draw.LabelFigure
 
labels - Variable in class org.jhotdraw.app.AbstractApplication
 
labels - Variable in class org.jhotdraw.draw.action.AlignAction
 
labelUI - Static variable in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
lastUsedInputFormat - Variable in class org.jhotdraw.text.ColorFormatter
Specifies the last used input format.
launch(String[]) - Method in class org.jhotdraw.app.AbstractApplication
Launches the application.
launch(String[]) - Method in interface org.jhotdraw.app.Application
Launches the application from the main method.
launch(String[]) - Method in class org.jhotdraw.app.MDIApplication
 
launch(String[]) - Method in class org.jhotdraw.app.OSXApplication
 
launch(String[]) - Method in class org.jhotdraw.app.SDIApplication
 
layout() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout() - Method in class org.jhotdraw.draw.BezierFigure
 
layout() - Method in interface org.jhotdraw.draw.CompositeFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
A layout algorithm is used to define how the child components should be laid out in relation to each other.
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.HorizontalLayouter
 
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.layouter.Layouter
Method which lays out a figure.
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.LocatorLayouter
 
layout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.layouter.VerticalLayouter
 
LAYOUT_INSETS - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a Insets2D.Double object.
LAYOUT_INSETS - Static variable in interface org.jhotdraw.draw.CompositeFigure
The value of this attribute is a Insets2D.Double object.
LAYOUT_LOCATOR - Static variable in class org.jhotdraw.draw.layouter.LocatorLayouter
LayoutLocator property used by the children to specify their location relative to the compositeFigure.
layoutCL(JLabel, FontMetrics, String, Icon, Rectangle, Rectangle, Rectangle) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
Forwards the call to SwingUtilities.layoutCompoundLabel().
layoutContainer(Container) - Method in class org.jhotdraw.gui.PlacardScrollPaneLayout
 
layoutContainer(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
Instructs the layout manager to perform the layout for the specified container.
layoutContainer(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
layoutContainer(Container) - Method in class org.jhotdraw.gui.VerticalGridLayout
Lays out the specified container using this layout.
layouter - Variable in class org.jhotdraw.draw.AbstractCompositeFigure
A Layouter determines how the children of the CompositeFigure are laid out graphically.
Layouter - Interface in org.jhotdraw.draw.layouter
A Layouter encapsulates a strategy for laying out the child figures of a CompositeFigure.
LayouterSample - Class in org.jhotdraw.samples.mini
Example showing how to layout two editable text figures and a line figure within a graphical composite figure.
LayouterSample() - Constructor for class org.jhotdraw.samples.mini.LayouterSample
 
left - Variable in class org.jhotdraw.geom.Insets2D.Double
 
left - Variable in class org.jhotdraw.geom.Insets2D.Float
 
leftKey - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Deprecated.
As of Java 2 platform v1.3.
length(int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length(Point2D.Double, Point2D.Double) - Static method in class org.jhotdraw.geom.Geom
Gets the distance between to points
length2(int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Gets the square distance between two points.
length2(double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the square distance between two points.
LFWriter - Class in org.jhotdraw.samples.teddy.io
A character-output stream that converts line terminators into a configurable line separator sequence.
LFWriter(Writer) - Constructor for class org.jhotdraw.samples.teddy.io.LFWriter
Create a new line-numbering writer.
LinearGradient - Class in org.jhotdraw.samples.svg
Represents an SVG LinearGradient.
LinearGradient() - Constructor for class org.jhotdraw.samples.svg.LinearGradient
Creates a new instance.
LinearGradient(double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Constructor for class org.jhotdraw.samples.svg.LinearGradient
 
LineConnectionFigure - Class in org.jhotdraw.draw
A ConnectionFigure which connects two figures using a bezier path.
LineConnectionFigure() - Constructor for class org.jhotdraw.draw.LineConnectionFigure
Creates a new instance.
lineContainsPoint(int, int, int, int, int, int) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
lineContainsPoint(int, int, int, int, int, int, double) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
lineContainsPoint(double, double, double, double, double, double, double) - Static method in class org.jhotdraw.geom.Geom
Tests if a point is on a line.
LineDecoration - Interface in org.jhotdraw.draw.decoration
A line decoration can be used to draw a decoration at the start or end of a line.
LineDecorationIcon - Class in org.jhotdraw.draw.action
LineDecorationIcon.
LineDecorationIcon(LineDecoration, boolean) - Constructor for class org.jhotdraw.draw.action.LineDecorationIcon
Creates a new instance.
LineFigure - Class in org.jhotdraw.draw
A Figure which draws a continuous bezier path between two points.
LineFigure() - Constructor for class org.jhotdraw.draw.LineFigure
Creates a new instance.
lineno() - Method in class org.jhotdraw.io.StreamPosTokenizer
Return the current line number.
lineout() - Method in interface org.jhotdraw.draw.ConnectionFigure
A "lineout" algorithm is used to define how the child components should be laid out in relation to each other.
lineout() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
lineout(ConnectionFigure) - Method in class org.jhotdraw.draw.liner.CurvedLiner
 
lineout(ConnectionFigure) - Method in class org.jhotdraw.draw.liner.ElbowLiner
 
lineout(ConnectionFigure) - Method in interface org.jhotdraw.draw.liner.Liner
Layouts the Path.
lineout(ConnectionFigure) - Method in class org.jhotdraw.draw.liner.SlantedLiner
 
Liner - Interface in org.jhotdraw.draw.liner
A liner encapsulates a strategy for laying out the bezier path of a ConnectionFigure.
LINER_PROPERTY - Static variable in class org.jhotdraw.draw.LineConnectionFigure
The name of the JaveBeans property liner.
lineSepCombo - Variable in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
lineSepLabel - Variable in class org.jhotdraw.samples.teddy.CharacterSetAccessory
 
lineTo(double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds a (at least) linear 'curve' to the bezier path.
lineTo(Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Adds a line to the current path segment.
LINK - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies a link.
LINK_TARGET - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies a link target.
LinkHandle - Class in org.jhotdraw.samples.svg.figures
The LinkHandle indicates when a figure has a link.
LinkHandle(Figure) - Constructor for class org.jhotdraw.samples.svg.figures.LinkHandle
Creates a new instance.
LinkToolBar - Class in org.jhotdraw.samples.svg.gui
LinkToolBar.
LinkToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.LinkToolBar
Creates new instance.
LinkToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for LinkToolPane.
LinkToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.LinkToolBarBeanInfo
 
listenerList - Variable in class org.jhotdraw.draw.AbstractConstrainer
The listeners waiting for model changes.
listenerList - Variable in class org.jhotdraw.draw.AbstractFigure
 
listenerList - Variable in class org.jhotdraw.draw.handle.AbstractHandle
 
listenerList - Variable in class org.jhotdraw.draw.tool.AbstractTool
 
listenerList - Variable in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Listeners.
listenerList - Variable in class org.jhotdraw.gui.JSheet
Event listener list.
listenerList - Variable in class org.jhotdraw.io.BoundedRangeInputStream
The listeners waiting for model changes.
listeners - Variable in class org.jhotdraw.color.AbstractColorSlidersModel
ChangeListener's listening to changes in this model.
ListFigure - Class in org.jhotdraw.draw
A ListFigure consists of a list of Figures and a RectangleFigure.
ListFigure() - Constructor for class org.jhotdraw.draw.ListFigure
Creates a new instance.
ListFigure(Figure) - Constructor for class org.jhotdraw.draw.ListFigure
Creates a new instance with the specified presentation figure and layout insets of [top=4,left=8,right=4,bottom=8].
loadAllFonts() - Static method in class org.jhotdraw.gui.JFontChooser
Starts loading all fonts from the local graphics environment using a worker thread.
LoadDirectoryAction - Class in org.jhotdraw.app.action.file
Les the user save unsaved changes of the active view, then presents an URIChooser and then loads the selected URI into the active view.
LoadDirectoryAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.LoadDirectoryAction
Creates a new instance.
loadDrawing(ProgressIndicator) - Method in class org.jhotdraw.samples.svg.SVGApplet
Loads the drawing.
LoadFileAction - Class in org.jhotdraw.app.action.file
Lets the user save unsaved changes of the active view, then presents an URIChooser and loads the selected URI into the active view.
LoadFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.LoadFileAction
Creates a new instance.
loadImage(File) - Method in class org.jhotdraw.draw.ImageFigure
 
loadImage(InputStream) - Method in class org.jhotdraw.draw.ImageFigure
 
loadImage(File) - Method in interface org.jhotdraw.draw.ImageHolderFigure
Loads an image from a File.
loadImage(InputStream) - Method in interface org.jhotdraw.draw.ImageHolderFigure
Loads an image from an Input Stream.
loadImage(File) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
loadImage(InputStream) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
LoadRecentFileAction - Class in org.jhotdraw.app.action.file
Lets the user save unsaved changes of the active view, and then loads the specified URI into the active view.
LoadRecentFileAction(Application, View, URI) - Constructor for class org.jhotdraw.app.action.file.LoadRecentFileAction
Creates a new instance.
loadViewFromURI(View, URI, URIChooser) - Method in class org.jhotdraw.app.action.file.LoadFileAction
 
LocaleUtil - Class in org.jhotdraw.util
LocaleUtil provides a setDefault()/getDefault() wrapper to java.util.Locale in order to overcome the security restriction preventing Applets from using their own locale.
LocaleUtil() - Constructor for class org.jhotdraw.util.LocaleUtil
Creates a new instance.
locate(ConnectionFigure) - Method in class org.jhotdraw.draw.connector.LocatorConnector
 
locate(Figure, Figure) - Method in class org.jhotdraw.draw.locator.AbstractLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
 
locate(Figure, Figure) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.locator.BezierPointLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.locator.FontSizeLocator
Locates a position on the provided figure.
locate(Figure, Figure) - Method in class org.jhotdraw.draw.locator.FontSizeLocator
 
locate(Figure) - Method in interface org.jhotdraw.draw.locator.Locator
Locates a position on the provided figure.
locate(Figure, Figure) - Method in interface org.jhotdraw.draw.locator.Locator
Locates a position on the provided figure relative to the dependent figure.
locate(Figure) - Method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
 
locate(Figure) - Method in class org.jhotdraw.draw.locator.RelativeLocator
 
Locator - Interface in org.jhotdraw.draw.locator
A locator encapsulates a strategy for locating a point on a Figure.
LocatorConnector - Class in org.jhotdraw.draw.connector
A LocatorConnector locates connection points with the help of a Locator.
LocatorConnector() - Constructor for class org.jhotdraw.draw.connector.LocatorConnector
Creates a new instance.
LocatorConnector(Figure, Locator) - Constructor for class org.jhotdraw.draw.connector.LocatorConnector
 
LocatorHandle - Class in org.jhotdraw.draw.handle
A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
LocatorHandle(Figure, Locator) - Constructor for class org.jhotdraw.draw.handle.LocatorHandle
Initializes the LocatorHandle with the given Locator.
LocatorLayouter - Class in org.jhotdraw.draw.layouter
A layouter which lays out all children of a CompositeFigure according to their LayoutLocator property..
LocatorLayouter() - Constructor for class org.jhotdraw.draw.layouter.LocatorLayouter
Creates a new instance.
lostOwnership(Clipboard, Transferable) - Method in class org.jhotdraw.gui.datatransfer.CompositeTransferable
 
lostOwnership(Clipboard, Transferable) - Method in class org.jhotdraw.xml.XMLTransferable
Notifies this object that it is no longer the owner of the contents of the clipboard.
lowerCaseMode(boolean) - Method in class org.jhotdraw.io.StreamPosTokenizer
Determines whether or not word token are automatically lowercased.

M

main(String[]) - Static method in class org.jhotdraw.color.CIELABColorSpace
 
main(String[]) - Static method in class org.jhotdraw.color.CIELCHabColorSpace
 
main(String[]) - Static method in class org.jhotdraw.draw.action.EditCanvasPanel
 
main(String[]) - Static method in class org.jhotdraw.geom.Bezier
 
main(String[]) - Static method in class org.jhotdraw.samples.color.CIEXYChromaticityDiagram
 
main(String[]) - Static method in class org.jhotdraw.samples.color.JMixer
 
main(String[]) - Static method in class org.jhotdraw.samples.color.WheelsAndSlidersMain
 
main(String[]) - Static method in class org.jhotdraw.samples.draw.DrawApplet
 
Main - Class in org.jhotdraw.samples.draw
Main.
Main() - Constructor for class org.jhotdraw.samples.draw.Main
 
main(String[]) - Static method in class org.jhotdraw.samples.draw.Main
Creates a new instance.
main(String[]) - Static method in class org.jhotdraw.samples.font.FontChooserMain
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.AnimationSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.BezierDemo
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.ConnectingFiguresSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.CreationToolSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.DefaultDOMStorableSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.DnDMultiEditorSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.EditorSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.FileIconsSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.LabeledLineConnectionFigureSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.LayouterSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.MovableChildFiguresSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.MultiEditorSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.SelectionToolSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.SmartConnectionFigureSample
 
main(String[]) - Static method in class org.jhotdraw.samples.mini.SVGDrawingPanelSample
 
Main - Class in org.jhotdraw.samples.net
Main.
Main() - Constructor for class org.jhotdraw.samples.net.Main
 
main(String[]) - Static method in class org.jhotdraw.samples.net.Main
Creates a new instance.
main(String[]) - Static method in class org.jhotdraw.samples.net.NetApplet
 
Main - Class in org.jhotdraw.samples.odg
Main.
Main() - Constructor for class org.jhotdraw.samples.odg.Main
Creates a new instance.
main(String[]) - Static method in class org.jhotdraw.samples.odg.Main
 
Main - Class in org.jhotdraw.samples.pert
Main.
Main() - Constructor for class org.jhotdraw.samples.pert.Main
 
main(String[]) - Static method in class org.jhotdraw.samples.pert.Main
Creates a new instance.
main(String[]) - Static method in class org.jhotdraw.samples.pert.PertApplet
 
Main - Class in org.jhotdraw.samples.svg
Main.
Main() - Constructor for class org.jhotdraw.samples.svg.Main
 
main(String[]) - Static method in class org.jhotdraw.samples.svg.Main
Creates a new instance.
main(String[]) - Static method in class org.jhotdraw.samples.svg.SVGApplet
 
Main - Class in org.jhotdraw.samples.teddy
Main class.
Main() - Constructor for class org.jhotdraw.samples.teddy.Main
 
main(String[]) - Static method in class org.jhotdraw.samples.teddy.Main
Launches the application.
mainPanel - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
makeAcceptable(File) - Method in class org.jhotdraw.gui.filechooser.ExtensionFileFilter
Appends the extension to the filename, in case it is missing.
makeRelativeToFigureBounds(Figure) - Method in interface org.jhotdraw.samples.odg.Gradient
 
makeRelativeToFigureBounds(Figure) - Method in interface org.jhotdraw.samples.svg.Gradient
 
makeRelativeToFigureBounds(Figure) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
makeRelativeToFigureBounds(Figure) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
markAsDirty() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
markChangesAsSaved() - Method in class org.jhotdraw.app.AbstractView
 
markChangesAsSaved() - Method in interface org.jhotdraw.app.View
Marks all changes as saved.
mask - Variable in class org.jhotdraw.geom.BezierPath.Node
This mask is used to describe which control points in addition to C0 are in effect.
Matcher - Class in org.jhotdraw.samples.teddy.regex
Searches for an occurence of a case (in)sensitive text on a document.
Matcher(Document, String) - Constructor for class org.jhotdraw.samples.teddy.regex.Matcher
Creates a new instance of Matcher which performs a case sensitive search.
Matcher(Document, String, boolean, MatchType) - Constructor for class org.jhotdraw.samples.teddy.regex.Matcher
Creates a new instance of Matcher
matches(Element) - Method in class org.jhotdraw.xml.css.CSSRule
 
matches(IXMLElement) - Method in class org.jhotdraw.xml.css.CSSRule
 
MatchType - Class in org.jhotdraw.samples.teddy.regex
Typesafe Enumeration of Syntaxes for the Parser.
MaximizeWindowAction - Class in org.jhotdraw.app.action.window
Maximizes the window of the active view.
MaximizeWindowAction(Application, View) - Constructor for class org.jhotdraw.app.action.window.MaximizeWindowAction
Creates a new instance.
maximumLayoutSize(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
Returns the maximum amount of space the layout can use.
maximumLayoutSize(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
maybeAddSeparator(JMenu) - Method in class org.jhotdraw.app.AbstractApplication
Adds a separator to the supplied menu.
maybeFireBoundsInvalidated(Rectangle) - Method in class org.jhotdraw.draw.tool.AbstractTool
Notify all listenerList that have registered interest for notification on this event type.
MDIApplication - Class in org.jhotdraw.app
MDIApplication handles the lifecycle of multiple Views using a Windows multiple document interface (MDI).
MDIApplication() - Constructor for class org.jhotdraw.app.MDIApplication
Creates a new instance.
MenuBuilder - Interface in org.jhotdraw.app
MenuBuilder is used by Application to build to build its menu bar(s) and popup menu(s).
menuSelectionChanged(boolean) - Method in class org.jhotdraw.gui.JComponentPopup
 
MessagePanel - Class in org.jhotdraw.samples.svg.gui
MessagePanel.
MessagePanel() - Constructor for class org.jhotdraw.samples.svg.gui.MessagePanel
Creates new instance.
MessagePanel(Icon, String) - Constructor for class org.jhotdraw.samples.svg.gui.MessagePanel
 
Methods - Class in org.jhotdraw.util
Methods contains convenience methods for method invocations using java.lang.reflect.
minimalSize - Variable in class org.jhotdraw.draw.tool.CreationTool
We set the figure to this minimal size, if it is smaller than the minimal size treshold.
minimalSizeTreshold - Variable in class org.jhotdraw.draw.tool.CreationTool
Treshold for which we create a larger shape of a minimal size.
MinimizeWindowAction - Class in org.jhotdraw.app.action.window
Minimizes the Frame of the current view.
MinimizeWindowAction(Application, View) - Constructor for class org.jhotdraw.app.action.window.MinimizeWindowAction
Creates a new instance.
minimumLayoutSize(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
Returns the minimum amount of space the layout needs.
minimumLayoutSize(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
minimumLayoutSize(Container) - Method in class org.jhotdraw.gui.VerticalGridLayout
Determines the minimum size of the container argument using this grid layout.
minSelectionCount - Variable in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
MISC_ERROR - Static variable in exception net.n3.nanoxml.XMLValidationException
Another error than those specified in this class was encountered.
MISSING_ATTRIBUTE - Static variable in exception net.n3.nanoxml.XMLValidationException
An attribute was missing.
MISSING_ELEMENT - Static variable in exception net.n3.nanoxml.XMLValidationException
An element was missing.
MISSING_PCDATA - Static variable in exception net.n3.nanoxml.XMLValidationException
A PCDATA element was missing.
missingAttribute(String, int, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that an attribute is missing.
missingElement(String, int, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that an element is missing.
missingPCData(String, int, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that a #PCDATA element was missing.
modeCombo - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
model - Variable in class org.jhotdraw.app.AbstractApplication
 
model - Variable in class org.jhotdraw.color.JColorWheel
 
MODEL_PROPERTY - Static variable in class org.jhotdraw.gui.JFontChooser
Identifies the "model" property.
modifiers - Variable in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
Modifiers and formulas.
mouseClicked(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mouseClicked(MouseEvent) - Method in class org.jhotdraw.draw.tool.BezierTool
 
mouseClicked(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseClicked(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
mouseClicked(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseClicked(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.BezierTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.ConnectionTool
Adjust the created connection.
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.CreationTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultDragTracker
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.DnDTracker
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
mouseDragged(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mouseEntered(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mouseEntered(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseEntered(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseEntered(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mouseExited(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mouseExited(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseExited(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
mouseExited(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseExited(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.BezierTool
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.ConnectionTool
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultDragTracker
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.DnDTracker
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseMoved(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.color.ColorSliderUI.TrackListener
If the mouse is pressed above the "thumb" component then reduce the scrollbars value by one page ("page up"), otherwise increase it by one page.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.BezierTool
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.ConnectionTool
Manipulates connections in a context dependent way.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.CreationTool
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultDragTracker
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
MouseListener method for mousePressed events.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.DnDTracker
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
Creates a new figure at the mouse location.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextAreaEditingTool
Creates a new figure at the mouse location.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextCreationTool
Creates a new figure at the location where the mouse was pressed.
mousePressed(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextEditingTool
If the pressed figure is a TextHolderFigure it can be edited.
mousePressed(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.BezierTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.ConnectionTool
Connects the figures if the mouse is released over another figure.
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.CreationTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultDragTracker
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
MouseListener method for mouseReleased events.
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.DnDTracker
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
mouseReleased(MouseEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
MovableChildFiguresSample - Class in org.jhotdraw.samples.mini
Example showing how to create a graphical composite figure which holds component figures that can be moved independently using handles.
MovableChildFiguresSample() - Constructor for class org.jhotdraw.samples.mini.MovableChildFiguresSample
 
MOVE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
MOVE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
MoveAction - Class in org.jhotdraw.draw.action
Moves the selected figures by one unit.
MoveAction(DrawingEditor, int, int) - Constructor for class org.jhotdraw.draw.action.MoveAction
Creates a new instance.
MoveAction.East - Class in org.jhotdraw.draw.action
 
MoveAction.North - Class in org.jhotdraw.draw.action
 
MoveAction.South - Class in org.jhotdraw.draw.action
 
MoveAction.West - Class in org.jhotdraw.draw.action
 
moveBy(double, double) - Method in class org.jhotdraw.geom.BezierPath.Node
 
MoveConstrainedAction - Class in org.jhotdraw.draw.action
Moves the selected figures by one constrained unit.
MoveConstrainedAction(DrawingEditor, TranslationDirection) - Constructor for class org.jhotdraw.draw.action.MoveConstrainedAction
Creates a new instance.
MoveConstrainedAction.East - Class in org.jhotdraw.draw.action
 
MoveConstrainedAction.North - Class in org.jhotdraw.draw.action
 
MoveConstrainedAction.South - Class in org.jhotdraw.draw.action
 
MoveConstrainedAction.West - Class in org.jhotdraw.draw.action
 
MoveHandle - Class in org.jhotdraw.draw.handle
A handle that changes the location of the owning figure, if the figure is transformable.
MoveHandle(Figure, Locator) - Constructor for class org.jhotdraw.draw.handle.MoveHandle
Creates a new instance.
moveTo(double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds the first node to the bezier path.
moveTo(Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath.Node
 
moveTo(double, double) - Method in class org.jhotdraw.geom.BezierPath.Node
 
moveTo(Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Opens a new path segment at the specified position.
moveToDropPoint(JComponent, HashSet<Figure>, Point) - Method in class org.jhotdraw.draw.DefaultDrawingViewTransferHandler
 
MultiEditorSample - Class in org.jhotdraw.samples.mini
Example showing how to create a drawing editor which acts on four drawing views.
MultiEditorSample() - Constructor for class org.jhotdraw.samples.mini.MultiEditorSample
 
MultiIcon - Class in org.jhotdraw.gui.plaf.palette
An icon which paints one out of multiple icons depending on the state of the component.
MultiIcon(Icon[]) - Constructor for class org.jhotdraw.gui.plaf.palette.MultiIcon
Creates a new instance from an array of icons.
MultiIcon(Image[]) - Constructor for class org.jhotdraw.gui.plaf.palette.MultiIcon
Creates a new instance from an array of images.
MultiIcon(Image, int, boolean) - Constructor for class org.jhotdraw.gui.plaf.palette.MultiIcon
Creates a new instance.
MULTIPLE_OPEN_ID_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the multipleOpenId property.
MULTIPLE_VALUES_PROPERTY - Static variable in interface org.jhotdraw.gui.AttributeEditor
 
MyObject() - Constructor for class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
DOM Storable objects must have a non-argument constructor.
MyObject(String) - Constructor for class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
 

N

name - Variable in class org.jhotdraw.app.AbstractApplicationModel
 
NAME - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
The attribute draw:name assigns a name to the drawing shape.
NAME - Static variable in class org.jhotdraw.samples.teddy.Main
 
name() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
NAME_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplicationModel
 
NamedColorSpace - Interface in org.jhotdraw.color
Interface for ColorSpace classes which have a name.
NanoXMLDOMInput - Class in org.jhotdraw.xml
NanoXMLDOMInput.
NanoXMLDOMInput(DOMFactory, InputStream) - Constructor for class org.jhotdraw.xml.NanoXMLDOMInput
 
NanoXMLDOMInput(DOMFactory, Reader) - Constructor for class org.jhotdraw.xml.NanoXMLDOMInput
 
NanoXMLDOMOutput - Class in org.jhotdraw.xml
DOMOutput using Nano XML.
NanoXMLDOMOutput(DOMFactory) - Constructor for class org.jhotdraw.xml.NanoXMLDOMOutput
Creates a new instance.
navigateFocusedComp(int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
needsGeneration() - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
needsGeneration() - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
needsGeneration() - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
needsGeneration() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
needsGeneration() - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
needsGeneration() - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
net.n3.nanoxml - package net.n3.nanoxml
Provides a patched version of the NanoXML XML library.
NetApplet - Class in org.jhotdraw.samples.net
NetApplet.
NetApplet() - Constructor for class org.jhotdraw.samples.net.NetApplet
 
NetApplicationModel - Class in org.jhotdraw.samples.net
NetApplicationModel.
NetApplicationModel() - Constructor for class org.jhotdraw.samples.net.NetApplicationModel
Creates a new instance.
NetFactory - Class in org.jhotdraw.samples.net
NetFactory.
NetFactory() - Constructor for class org.jhotdraw.samples.net.NetFactory
Creates a new instance.
NetPanel - Class in org.jhotdraw.samples.net
NetPanel.
NetPanel() - Constructor for class org.jhotdraw.samples.net.NetPanel
Creates new instance.
NetView - Class in org.jhotdraw.samples.net
A view for Network diagrams.
NetView() - Constructor for class org.jhotdraw.samples.net.NetView
Creates a new view.
NewFileAction - Class in org.jhotdraw.app.action.file
Creates a new view.
NewFileAction(Application) - Constructor for class org.jhotdraw.app.action.file.NewFileAction
Creates a new instance.
NewFileAction(Application, String) - Constructor for class org.jhotdraw.app.action.file.NewFileAction
 
newline() - Method in class org.jhotdraw.net.ClientHttpRequest
 
newProcessingInstruction(String, Reader) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when a processing instruction is encountered.
newProcessingInstruction(String, Reader) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when a processing instruction is encountered.
NewWindowAction - Class in org.jhotdraw.app.action.file
Creates a new view.
NewWindowAction(Application) - Constructor for class org.jhotdraw.app.action.file.NewWindowAction
Creates a new instance.
next() - Method in class org.jhotdraw.geom.BezierPathIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
nextButton - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
nextChar() - Method in class org.jhotdraw.io.StreamPosTokenizer
Reads the next character from the input stream, without passing it to the tokenizer.
nextToken() - Method in class org.jhotdraw.io.StreamPosTokenizer
Parses the next token from the input stream of this tokenizer.
NO_LINE - Static variable in interface net.n3.nanoxml.IXMLElement
No line number defined.
NO_LINE - Static variable in class net.n3.nanoxml.XMLElement
No line number defined.
NO_OPTIONS - Static variable in class org.jhotdraw.io.Base64
No options specified.
Node() - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
Node(BezierPath.Node) - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
Node(Point2D.Double) - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
Node(int, Point2D.Double, Point2D.Double, Point2D.Double) - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
Node(double, double) - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
Node(int, double, double, double, double, double, double) - Constructor for class org.jhotdraw.geom.BezierPath.Node
 
node(String) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
nodeExists(String) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
NodeFigure - Class in org.jhotdraw.samples.net.figures
NodeFigure.
NodeFigure() - Constructor for class org.jhotdraw.samples.net.figures.NodeFigure
Creates a new instance.
noFocusBorder - Variable in class org.jhotdraw.gui.plaf.palette.PaletteListCellRenderer
 
NonUndoableEdit - Class in org.jhotdraw.undo
NonUndoableEdit.
NonUndoableEdit() - Constructor for class org.jhotdraw.undo.NonUndoableEdit
Creates a new instance.
NonValidator - Class in net.n3.nanoxml
NonValidator is a concrete implementation of IXMLValidator which processes the DTD and handles entity definitions.
NonValidator() - Constructor for class net.n3.nanoxml.NonValidator
Creates the "validator".
normalizeTabRuns(int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI.TabbedPaneLayout
 
North(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.North
 
North(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.North
 
North(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveAction.North
 
North(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveConstrainedAction.North
 
north(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
north(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
north(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
north() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
North.
north() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming North.
north(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
North.
north(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
north(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
northEast(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
northEast(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
northEast(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
northEast() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
North east.
northEast() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming North east.
northEast(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Norht East.
northWest(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
northWest(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
northWest(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
northWest() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
North west.
northWest() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming North west.
northWest(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
North West.
npoints - Variable in class org.jhotdraw.geom.Polygon2D
The total number of points.
NULL_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
NULL_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.
NullHandle - Class in org.jhotdraw.draw.handle
A handle that doesn't change the owned figure.
NullHandle(Figure, Locator) - Constructor for class org.jhotdraw.draw.handle.NullHandle
Creates a new instance.
NumberedEditorKit - Class in org.jhotdraw.samples.teddy.text
NumberedEditorKit.
NumberedEditorKit() - Constructor for class org.jhotdraw.samples.teddy.text.NumberedEditorKit
 
NumberedParagraphView - Class in org.jhotdraw.samples.teddy.text
NumberedParagraphView.
NumberedParagraphView(Element, NumberedViewFactory) - Constructor for class org.jhotdraw.samples.teddy.text.NumberedParagraphView
 
NumberedViewFactory - Class in org.jhotdraw.samples.teddy.text
NumberedViewFactory.
NumberedViewFactory() - Constructor for class org.jhotdraw.samples.teddy.text.NumberedViewFactory
 
numberFormat - Variable in class org.jhotdraw.text.ColorFormatter
 
NUMBERS_WIDTH - Static variable in class org.jhotdraw.samples.teddy.text.NumberedParagraphView
 
nval - Variable in class org.jhotdraw.io.StreamPosTokenizer
If the current token is a number, this field contains the value of that number.

O

ODGApplicationModel - Class in org.jhotdraw.samples.odg
ODGApplicationModel.
ODGApplicationModel() - Constructor for class org.jhotdraw.samples.odg.ODGApplicationModel
Creates a new instance.
ODGAttributedFigure - Class in org.jhotdraw.samples.odg.figures
ODGAttributedFigure.
ODGAttributedFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGAttributedFigure
Creates a new instance.
ODGAttributeKeys - Class in org.jhotdraw.samples.odg
ODGAttributeKeys.
ODGBezierFigure - Class in org.jhotdraw.samples.odg.figures
ODGBezierFigure is not an actual ODG element, it is used by ODGPathFigure to represent a single BezierPath segment within an ODG path.
ODGBezierFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGBezierFigure
Creates a new instance.
ODGBezierFigure(boolean) - Constructor for class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
ODGConstants - Class in org.jhotdraw.samples.odg
ODGConstants.
ODGConstants.FillStyle - Enum in org.jhotdraw.samples.odg
 
ODGConstants.StrokeStyle - Enum in org.jhotdraw.samples.odg
 
ODGDrawing - Class in org.jhotdraw.samples.odg
ODGDrawing.
ODGDrawing() - Constructor for class org.jhotdraw.samples.odg.ODGDrawing
Creates a new instance.
ODGDrawingPanel - Class in org.jhotdraw.samples.odg
ODGDrawingPanel.
ODGDrawingPanel() - Constructor for class org.jhotdraw.samples.odg.ODGDrawingPanel
Creates new instance.
ODGDrawingPanelBeanInfo - Class in org.jhotdraw.samples.odg
 
ODGDrawingPanelBeanInfo() - Constructor for class org.jhotdraw.samples.odg.ODGDrawingPanelBeanInfo
 
ODGEllipseFigure - Class in org.jhotdraw.samples.odg.figures
ODGEllipse represents a ODG ellipse and a ODG circle element.
ODGEllipseFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
Creates a new instance.
ODGEllipseFigure(double, double, double, double) - Constructor for class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
ODGFigure - Interface in org.jhotdraw.samples.odg.figures
ODGFigure.
ODGFigureFactory - Interface in org.jhotdraw.samples.odg.io
ODGFigureFactory.
ODGGroupFigure - Class in org.jhotdraw.samples.odg.figures
ODGGroupFigure.
ODGGroupFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGGroupFigure
Creates a new instance.
ODGInputFormat - Class in org.jhotdraw.samples.odg.io
ODGInputFormat.
ODGInputFormat() - Constructor for class org.jhotdraw.samples.odg.io.ODGInputFormat
Creates a new instance.
ODGPathFigure - Class in org.jhotdraw.samples.odg.figures
ODGPath is a composite Figure which contains one or more ODGBezierFigures as its children.
ODGPathFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGPathFigure
Creates a new instance.
ODGPathOutlineHandle - Class in org.jhotdraw.samples.odg.figures
A non-interactive Handle which draws the outline of a ODGPathFigure to make adjustments easier.
ODGPathOutlineHandle(ODGPathFigure) - Constructor for class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
Creates a new instance.
ODGPropertiesPanel - Class in org.jhotdraw.samples.odg
The ODGPropertiesPanel allows to edit properties (attributes and other things) of a ODGFigure.
ODGPropertiesPanel() - Constructor for class org.jhotdraw.samples.odg.ODGPropertiesPanel
Creates new instance.
ODGPropertiesPanelBeanInfo - Class in org.jhotdraw.samples.odg
BeanInfo for SVGPropertiespanel.
ODGPropertiesPanelBeanInfo() - Constructor for class org.jhotdraw.samples.odg.ODGPropertiesPanelBeanInfo
 
ODGRectFigure - Class in org.jhotdraw.samples.odg.figures
ODGRect.
ODGRectFigure() - Constructor for class org.jhotdraw.samples.odg.figures.ODGRectFigure
Creates a new instance.
ODGRectFigure(double, double, double, double) - Constructor for class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
ODGRectFigure(double, double, double, double, double, double) - Constructor for class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
ODGRectRadiusHandle - Class in org.jhotdraw.samples.odg.figures
A Handle to manipulate the radius of a round lead rectangle.
ODGRectRadiusHandle(Figure) - Constructor for class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
Creates a new instance.
ODGStylesReader - Class in org.jhotdraw.samples.odg.io
ODGStylesReader reads an ODG <document-styles> element, and creates a map of AttributeKey's and values.
ODGStylesReader() - Constructor for class org.jhotdraw.samples.odg.io.ODGStylesReader
Creates a new instance.
ODGView - Class in org.jhotdraw.samples.odg
A view for ODG drawings.
ODGView() - Constructor for class org.jhotdraw.samples.odg.ODGView
Creates a new view.
OFFICE_NAMESPACE - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
OPACITY - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the overall opacity of a ODG figure.
OPACITY - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the overall opacity of a SVG figure.
OPEN_DIALOG - Static variable in interface org.jhotdraw.gui.URIChooser
Type value indicating that the URIChooser supports an "Open" file operation.
OpenApplicationAction - Class in org.jhotdraw.app.action.app
Handles an open application request from Mac OS X (this action does nothing).
OpenApplicationAction(Application) - Constructor for class org.jhotdraw.app.action.app.OpenApplicationAction
Creates a new instance.
OpenApplicationFileAction - Class in org.jhotdraw.app.action.app
Opens a file for which an open-request was sent to the application.
OpenApplicationFileAction(Application) - Constructor for class org.jhotdraw.app.action.app.OpenApplicationFileAction
Creates a new instance.
OpenDirectoryAction - Class in org.jhotdraw.app.action.file
Presents an URIChooser for selecting a directory and loads the selected URI into an empty view.
OpenDirectoryAction(Application) - Constructor for class org.jhotdraw.app.action.file.OpenDirectoryAction
Creates a new instance.
openElement(int) - Method in interface org.jhotdraw.xml.DOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in interface org.jhotdraw.xml.DOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in interface org.jhotdraw.xml.DOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds a new element to the DOM Document and opens it.
openElement(int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Puts a new element into the DOM Document.
openElement(int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Puts a new element into the DOM Document.
openExternalEntity(IXMLReader, String, String) - Method in class net.n3.nanoxml.XMLEntityResolver
Opens an external entity.
OpenFileAction - Class in org.jhotdraw.app.action.file
Presents an URIChooser and loads the selected URI into an empty view.
OpenFileAction(Application) - Constructor for class org.jhotdraw.app.action.file.OpenFileAction
Creates a new instance.
OpenRecentFileAction - Class in org.jhotdraw.app.action.file
Loads the specified URI into an empty view.
OpenRecentFileAction(Application, URI) - Constructor for class org.jhotdraw.app.action.file.OpenRecentFileAction
Creates a new instance.
openStream(String, String) - Method in interface net.n3.nanoxml.IXMLReader
Opens a stream from a public and system ID.
openStream(String, String) - Method in class net.n3.nanoxml.StdXMLReader
Opens a stream from a public and system ID.
openView(View, URI) - Method in class org.jhotdraw.app.action.app.OpenApplicationFileAction
 
openView(View) - Method in class org.jhotdraw.app.action.file.OpenRecentFileAction
 
openViewFromURI(View, URI, URIChooser) - Method in class org.jhotdraw.app.action.file.OpenFileAction
 
optionSelected(SheetEvent) - Method in interface org.jhotdraw.gui.event.SheetListener
This method is invoked, when the user selected an option on the JOptionPane or the JFileChooser pane on the JSheet.
optionsPanel - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
ordinaryChar(int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
org.jhotdraw.app - package org.jhotdraw.app
Defines a framework for document oriented applications and provides default implementations.
org.jhotdraw.app.action - package org.jhotdraw.app.action
Provides abstract actions for document oriented applications.
org.jhotdraw.app.action.app - package org.jhotdraw.app.action.app
Provides Actions which act on an application object.
org.jhotdraw.app.action.edit - package org.jhotdraw.app.action.edit
Provides Actions which act on the current selection or insertion point.
org.jhotdraw.app.action.file - package org.jhotdraw.app.action.file
Provides Actions which act on a file.
org.jhotdraw.app.action.view - package org.jhotdraw.app.action.view
Provides Actions which act on a view.
org.jhotdraw.app.action.window - package org.jhotdraw.app.action.window
Provides Actions which act on a window.
org.jhotdraw.app.osx - package org.jhotdraw.app.osx
Provides classes which are used by OSXApplication.
org.jhotdraw.beans - package org.jhotdraw.beans
Provides an abstract JavaBeans Bean class.
org.jhotdraw.color - package org.jhotdraw.color
Classes for working with colors using a variety of color spaces.
org.jhotdraw.draw - package org.jhotdraw.draw
Defines a framework for structured drawing editors and provides default implementations.
org.jhotdraw.draw.action - package org.jhotdraw.draw.action
Provides default actions for structured drawing editors.
org.jhotdraw.draw.connector - package org.jhotdraw.draw.connector
Provides Connectors for locating the start point and end point of a ConnectionFigure on a Figure.
org.jhotdraw.draw.decoration - package org.jhotdraw.draw.decoration
Provides interfaces and classes for decorating a BezierFigure.
org.jhotdraw.draw.event - package org.jhotdraw.draw.event
Provides interfaces and classes for dealing with different types of events fired by components of the drawing framework.
org.jhotdraw.draw.gui - package org.jhotdraw.draw.gui
Provides GUI components which are specific to the drawing framework.
org.jhotdraw.draw.handle - package org.jhotdraw.draw.handle
Provides Handles for direct manipulation of figures on a drawing view.
org.jhotdraw.draw.io - package org.jhotdraw.draw.io
Provides interfaces and classes for reading and writing drawings from/to files, streams, the clipboard and drag-and-drop transfers.
org.jhotdraw.draw.layouter - package org.jhotdraw.draw.layouter
Provides interfaces and classes for laying out the children of a CompositeFigure.
org.jhotdraw.draw.liner - package org.jhotdraw.draw.liner
Provides interfaces and classes for laying out the path of a BezierFigure.
org.jhotdraw.draw.locator - package org.jhotdraw.draw.locator
Provides interfaces and classes for locating a point on a figure.
org.jhotdraw.draw.print - package org.jhotdraw.draw.print
Provides classes for printing a drawing.
org.jhotdraw.draw.text - package org.jhotdraw.draw.text
Provides utility classes for TextHolderFigures.
org.jhotdraw.draw.tool - package org.jhotdraw.draw.tool
Defines the Tool interface for representing the state of a drawing editor and provides default implementations.
org.jhotdraw.geom - package org.jhotdraw.geom
Provides classes for defining and manipulating two-dimensional geometry.
org.jhotdraw.gui - package org.jhotdraw.gui
Provides general purpose graphical user interface classes leveraging the javax.swing package.
org.jhotdraw.gui.datatransfer - package org.jhotdraw.gui.datatransfer
Provides general purpose clipboard support classes leveraging the java.awt.datatransfer package and the javax.jnlp package.
org.jhotdraw.gui.event - package org.jhotdraw.gui.event
Provides general purpose clipboard support classes leveraging the java.awt.datatransfer package and the javax.jnlp package.
org.jhotdraw.gui.filechooser - package org.jhotdraw.gui.filechooser
Provides general purpose graphical user interface event classes.
org.jhotdraw.gui.fontchooser - package org.jhotdraw.gui.fontchooser
Provides model classes for JFontChooser.
org.jhotdraw.gui.plaf - package org.jhotdraw.gui.plaf
Provides user interface delegate classes for JHotDraw JComponent's.
org.jhotdraw.gui.plaf.palette - package org.jhotdraw.gui.plaf.palette
PaletteLookAndFeel for components used in the palette windows of a drawing editor.
org.jhotdraw.gui.plaf.palette.colorchooser - package org.jhotdraw.gui.plaf.palette.colorchooser
Provides user interface delegate classes for JHotDraw JComponent's.
org.jhotdraw.io - package org.jhotdraw.io
Provides input/output functionality leveraging the java.io package.
org.jhotdraw.net - package org.jhotdraw.net
Provides classes for network communication.
org.jhotdraw.samples.color - package org.jhotdraw.samples.color
A sample programs showing the use of the JHotDraw color classes.
org.jhotdraw.samples.draw - package org.jhotdraw.samples.draw
A simple drawing editor showcasing the drawing capabilities of the framework.
org.jhotdraw.samples.font - package org.jhotdraw.samples.font
Sample classes demonstrating the use of the JHotDraw font chooser component.
org.jhotdraw.samples.mini - package org.jhotdraw.samples.mini
A collection of very small sample programs, demonstrating a partical feature of JHotDraw.
org.jhotdraw.samples.net - package org.jhotdraw.samples.net
A very simple network diagram editor.
org.jhotdraw.samples.net.figures - package org.jhotdraw.samples.net.figures
Provides the NodeFigure for network diagrams.
org.jhotdraw.samples.odg - package org.jhotdraw.samples.odg
An unfinished sample drawing editor with limited support for the OASIS Open Document Drawing 1.1 (ODG) file format as used by Open Office.
org.jhotdraw.samples.odg.action - package org.jhotdraw.samples.odg.action
Provides actions for the ODG drawing application.
org.jhotdraw.samples.odg.figures - package org.jhotdraw.samples.odg.figures
Provides figures for ODG drawings.
org.jhotdraw.samples.odg.geom - package org.jhotdraw.samples.odg.geom
Provides classes for representing and manipulating ODG geometry.
org.jhotdraw.samples.odg.io - package org.jhotdraw.samples.odg.io
Classes for reading and writing drawings using the Open Documeng Graphics file format.
org.jhotdraw.samples.pert - package org.jhotdraw.samples.pert
An editor for PERT (Program Evaluation and Review Technique) diagrams.
org.jhotdraw.samples.pert.figures - package org.jhotdraw.samples.pert.figures
Provides the figures for PERT diagrams.
org.jhotdraw.samples.svg - package org.jhotdraw.samples.svg
A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2).
org.jhotdraw.samples.svg.action - package org.jhotdraw.samples.svg.action
Provides actions for editing SVG drawings.
org.jhotdraw.samples.svg.figures - package org.jhotdraw.samples.svg.figures
Provides the figures for the SVG basic shapes.
org.jhotdraw.samples.svg.gui - package org.jhotdraw.samples.svg.gui
Provides the Graphical user interface classes for the SVG sample application.
org.jhotdraw.samples.svg.io - package org.jhotdraw.samples.svg.io
Classes for reading and writing drawings using the Scalable Vector Graphics SVG Mobile 1.2 file format.
org.jhotdraw.samples.teddy - package org.jhotdraw.samples.teddy
A sample text editor that demonstrates the JHotDraw application framework.
org.jhotdraw.samples.teddy.action - package org.jhotdraw.samples.teddy.action
Provide actions for the text editor application.
org.jhotdraw.samples.teddy.io - package org.jhotdraw.samples.teddy.io
Classes for reading and writing text files.
org.jhotdraw.samples.teddy.regex - package org.jhotdraw.samples.teddy.regex
Classes for matching regular expressions in the text editor.
org.jhotdraw.samples.teddy.text - package org.jhotdraw.samples.teddy.text
Classes for handling text documents in a text editor.
org.jhotdraw.text - package org.jhotdraw.text
Provides text formatters for data types used in drawing editor tool bars.
org.jhotdraw.undo - package org.jhotdraw.undo
Provides undo/redo support leveraging the javax.swing.undo package.
org.jhotdraw.util - package org.jhotdraw.util
Contains general purpose utility classes.
org.jhotdraw.util.prefs - package org.jhotdraw.util.prefs
Contains preferences classes leveraging the java.util.prefs package.
org.jhotdraw.xml - package org.jhotdraw.xml
Provides simple input and output classes from/to document models (DOM).
org.jhotdraw.xml.css - package org.jhotdraw.xml.css
Provides support for cascading style sheets (CSS) in XML DOM.
ORIENTATION - Static variable in class org.jhotdraw.draw.AttributeKeys
Specifies the orientation of a Figure.
OrientationHandle - Class in org.jhotdraw.draw.handle
A Handle to change the value of the figure attribute AttributeKeys.ORIENTATION.
OrientationHandle(TriangleFigure) - Constructor for class org.jhotdraw.draw.handle.OrientationHandle
Creates a new instance.
origin - Variable in class org.jhotdraw.draw.TextFigure
 
origin - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
OSXAdapter - Class in org.jhotdraw.app.osx
OSXAdapter uses a Proxy object to dynamically implement the com.apple.eawt.ApplicationListener interface and register it with the com.apple.eawt.Application object.
OSXAdapter(String, Object, Method) - Constructor for class org.jhotdraw.app.osx.OSXAdapter
Each OSXAdapter has the name of the EAWT method it intends to listen for (handleAbout, for example), the Object that will ultimately perform the task, and the Method to be called on that Object.
OSXAdapter(String, ActionListener) - Constructor for class org.jhotdraw.app.osx.OSXAdapter
Each OSXAdapter has the name of the EAWT method it intends to listen for (handleAbout, for example), the Object that will ultimately perform the task, and the Method to be called on that Object.
OSXApplication - Class in org.jhotdraw.app
OSXApplication handles the lifecycle of multiple Views using a Mac OS X application interface.
OSXApplication() - Constructor for class org.jhotdraw.app.OSXApplication
Creates a new instance.
OSXClipboard - Class in org.jhotdraw.gui.datatransfer
OSXClipboard.
OSXClipboard(Clipboard) - Constructor for class org.jhotdraw.gui.datatransfer.OSXClipboard
 
OSXPaletteHandler - Class in org.jhotdraw.app.osx
Hides all registered floating palettes, if none of the registered view windows have focus anymore.
OSXPaletteHandler(OSXApplication) - Constructor for class org.jhotdraw.app.osx.OSXPaletteHandler
Creates a new instance.
OUT_BOTTOM - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies below the rectangle.
OUT_LEFT - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies to the left of the rectangle.
OUT_RIGHT - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies to the right of the rectangle.
OUT_TOP - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies above the rectangle.
outcode(Rectangle, Rectangle) - Static method in class org.jhotdraw.geom.Geom
This method computes a binary OR of the appropriate mask values indicating, for each side of Rectangle r1, whether or not the Rectangle r2 is on the same side of the edge as the rest of this Rectangle.
outcode(Rectangle2D.Double, Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
This method computes a binary OR of the appropriate mask values indicating, for each side of Rectangle r1, whether or not the Rectangle r2 is on the same side of the edge as the rest of this Rectangle.
outlineContains(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Returns true, if the outline of this bezier path contains the specified point.
outlineContains(Shape, Point2D.Double, double) - Static method in class org.jhotdraw.geom.Shapes
Returns true, if the outline of this bezier path contains the specified point.
OUTPUT_FORMAT_MAP_CLIENT_PROPERTY - Static variable in class org.jhotdraw.samples.svg.SVGApplicationModel
Client property on the URIFileChooser.
OutputFormat - Interface in org.jhotdraw.draw.io
An output format implements a strategy for writing a Drawing using a specific format into an OutputStream, an URI or a Transferable.
outputFormat - Variable in class org.jhotdraw.text.ColorFormatter
Specifies the preferred output format.
OutputStream(OutputStream) - Constructor for class org.jhotdraw.io.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.jhotdraw.io.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
ovalAngleToPoint(Rectangle, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on an oval that corresponds to the given angle.
ovalAngleToPoint(Rectangle2D.Double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on an oval that corresponds to the given angle.
OVERFLOW_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle fill color.
OVERFLOW_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle stroke color.

P

padSelectedTab(int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI.TabbedPaneLayout
 
paint(Graphics) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
paint(Graphics, JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonUI
 
paint(Graphics, JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
paint(Graphics, JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteMenuItemUI
 
paint(Graphics, JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
paint(Graphics, JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
paintBackground(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
 
paintBackground(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextFieldUI
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jhotdraw.draw.action.ImageBevelBorder
Paints the bevel image for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.BackdropBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonBorder
 
paintBorder(AbstractButton, Graphics, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteButtonBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextComponentBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder
 
paintChild(Graphics, Rectangle, int) - Method in class org.jhotdraw.samples.teddy.text.NumberedParagraphView
 
paintColorTrack(Graphics, int, int, int, int, int) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintComponent(Graphics) - Method in class org.jhotdraw.color.JColorWheel
 
paintComponent(Graphics) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
paintComponent(Graphics) - Method in class org.jhotdraw.draw.DefaultDrawingView
Paints the drawing view.
paintComponent(Graphics) - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
paintComponent(Graphics) - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
paintComponent(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserPreviewPanel
 
paintComponent(Graphics) - Method in class org.jhotdraw.samples.color.CIEXYChromaticityDiagram
 
paintContentBorder(Graphics, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintDisabledText(JLabel, Graphics, String, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
Paint label with disabled text color.
paintDragWindow(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Paints the contents of the window used for dragging.
paintEnabledText(JLabel, Graphics, String, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
paintFocus(Graphics) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintFocus(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.ColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.DrawingColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.EditorColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.LineDecorationIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.SelectionColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.draw.action.StrokeIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.gui.DisclosureIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.gui.EmptyIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.gui.plaf.palette.MultiIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.samples.svg.gui.DrawingOpacityIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.jhotdraw.samples.svg.gui.SelectionOpacityIcon
 
paintMajorTickForHorizSlider(Graphics, Rectangle, int) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintMajorTickForVertSlider(Graphics, Rectangle, int) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintMinorTickForHorizSlider(Graphics, Rectangle, int) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintMinorTickForVertSlider(Graphics, Rectangle, int) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintSafely(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
 
paintSafely(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTextFieldUI
 
paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintTabBackground(Graphics, int, int, int, int, int, int, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
this function draws the border around each tab note that this function does now draw the background of the tab.
paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
paintThumb(Graphics) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintThumb(Graphics2D) - Method in class org.jhotdraw.color.JColorWheel
 
paintThumb(Graphics2D) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
paintThumb(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
paintTicks(Graphics) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintTicks(Graphics2D) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
paintTrack(Graphics) - Method in class org.jhotdraw.color.ColorSliderUI
 
paintTrack(Graphics) - Method in class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
paintWheel(Graphics2D) - Method in class org.jhotdraw.color.JColorWheel
 
PaletteBorders - Class in org.jhotdraw.gui.plaf.palette
PaletteBorders.
PaletteBorders() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteBorders
 
PaletteButtonBorder - Class in org.jhotdraw.gui.plaf.palette
PaletteButtonBorder.
PaletteButtonBorder() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteButtonBorder
 
PaletteButtonUI - Class in org.jhotdraw.gui.plaf.palette
ButtonUI for palette components.
PaletteButtonUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteButtonUI
 
PaletteCMYKChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
A color chooser with CMYK color sliders.
PaletteCMYKChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
Creates new form.
PaletteColorChooserMainPanel - Class in org.jhotdraw.gui.plaf.palette.colorchooser
The main panel of the color chooser UI.
PaletteColorChooserMainPanel() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserMainPanel
Creates new form.
PaletteColorChooserPreviewPanel - Class in org.jhotdraw.gui.plaf.palette.colorchooser
PaletteColorChooserPreviewPanel.
PaletteColorChooserPreviewPanel() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserPreviewPanel
Creates new form.
PaletteColorChooserUI - Class in org.jhotdraw.gui.plaf.palette
PaletteColorChooserUI.
PaletteColorChooserUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
PaletteColorChooserUI.PropertyHandler - Class in org.jhotdraw.gui.plaf.palette
 
PaletteColorSliderModel - Class in org.jhotdraw.gui.plaf.palette.colorchooser
PaletteColorSliderModel.
PaletteColorSlidersChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
The ColorSlidersChooser contains four individual color slider pages: gray slider, RGB sliders, CMYK sliders, and HTML sliders.
PaletteColorSlidersChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
Creates new form.
PaletteColorSliderUI - Class in org.jhotdraw.gui.plaf.palette
PaletteColorSliderUI.
PaletteColorSliderUI(JSlider) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteColorSliderUI
Creates a new instance.
PaletteColorWheelChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
A HSB color chooser, which displays a hue/saturation color wheel, and a brightness slider.
PaletteColorWheelChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
Creates a new instance.
PaletteFontChooserPreviewPanel - Class in org.jhotdraw.gui.plaf.palette
PaletteFontChooserPreviewPanel.
PaletteFontChooserPreviewPanel() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteFontChooserPreviewPanel
Creates new form PaletteFontChooserPreviewPanel
PaletteFontChooserSelectionPanel - Class in org.jhotdraw.gui.plaf.palette
PaletteFontChooserSelectionPanel.
PaletteFontChooserSelectionPanel() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteFontChooserSelectionPanel
Creates new form FontChooserPanel
PaletteFontChooserUI - Class in org.jhotdraw.gui.plaf.palette
PaletteFontChooserUI.
PaletteFontChooserUI(JFontChooser) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
 
PaletteFormattedTextFieldUI - Class in org.jhotdraw.gui.plaf.palette
PaletteFormattedTextFieldUI.
PaletteFormattedTextFieldUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
 
PaletteHSBChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
A ColorChooser with HSB sliders.
PaletteHSBChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
Creates new form.
PaletteLabelUI - Class in org.jhotdraw.gui.plaf.palette
QuaquaLabelUI.
PaletteLabelUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
PaletteLazyActionMap - Class in org.jhotdraw.gui.plaf.palette
QuaquaLazyActionMap.
PaletteListCellRenderer - Class in org.jhotdraw.gui.plaf.palette
PaletteListCellRenderer.
PaletteListCellRenderer() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteListCellRenderer
Constructs a default renderer object for an item in a list.
PaletteListUI - Class in org.jhotdraw.gui.plaf.palette
PaletteListUI.
PaletteListUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteListUI
 
PaletteLookAndFeel - Class in org.jhotdraw.gui.plaf.palette
A LookAndFeel for components in the palette windows of a drawing editor.
PaletteLookAndFeel() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteLookAndFeel
 
PaletteMenuItemUI - Class in org.jhotdraw.gui.plaf.palette
PaletteMenuItemUI.
PaletteMenuItemUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteMenuItemUI
Creates a new instance.
PalettePanelUI - Class in org.jhotdraw.gui.plaf.palette
PalettePanelUI.
PalettePanelUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
PaletteRGBChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
PaletteRGBChooser.
PaletteRGBChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
Creates new form.
PaletteRootLayout(JRootPane) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
PaletteRootPaneUI - Class in org.jhotdraw.gui.plaf.palette
PaletteRootPaneUI.
PaletteRootPaneUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI
 
PaletteRootPaneUI.PaletteRootLayout - Class in org.jhotdraw.gui.plaf.palette
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
PaletteSliderThumbIcon - Class in org.jhotdraw.gui.plaf.palette
An Icon with different visuals reflecting the state of the slider on which it draws on.
PaletteSliderThumbIcon(Icon, Icon, Icon, Icon, Icon) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
Creates a new instance.
PaletteSliderThumbIcon(Image[]) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
Creates a new instance.
PaletteSliderThumbIcon(Icon[]) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
Creates a new instance.
PaletteSliderThumbIcon(Image, int, boolean) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
Creates a new instance.
PaletteSliderThumbIcon(String, int, boolean) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderThumbIcon
Creates a new instance.
PaletteSliderUI - Class in org.jhotdraw.gui.plaf.palette
PaletteSliderUI.
PaletteSliderUI(JSlider) - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteSliderUI
 
PaletteSwatchesChooser - Class in org.jhotdraw.gui.plaf.palette.colorchooser
PaletteSwatchesChooser.
PaletteSwatchesChooser() - Constructor for class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
Creates new form PaletteSwatchesChooser
PaletteTabbedPaneUI - Class in org.jhotdraw.gui.plaf.palette
PaletteTabbedPaneUI.
PaletteTabbedPaneUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI
 
PaletteTabbedPaneUI.TabbedPaneLayout - Class in org.jhotdraw.gui.plaf.palette
 
PaletteTextComponentBorder - Class in org.jhotdraw.gui.plaf.palette
PaletteTextComponentBorder.
PaletteTextComponentBorder() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteTextComponentBorder
 
PaletteTextFieldUI - Class in org.jhotdraw.gui.plaf.palette
PaletteTextFieldUI.
PaletteTextFieldUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteTextFieldUI
 
PaletteToolBarBorder - Class in org.jhotdraw.gui.plaf.palette
PaletteToolBarBorder.
PaletteToolBarBorder() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder
 
PaletteToolBarBorder.UIResource - Class in org.jhotdraw.gui.plaf.palette
 
PaletteToolBarUI - Class in org.jhotdraw.gui.plaf.palette
ToolBarUI for palette components.
PaletteToolBarUI() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
PaletteToolBarUI.DockingListener - Class in org.jhotdraw.gui.plaf.palette
This class should be treated as a "protected" inner class.
PaletteToolBarUI.DragWindow - Class in org.jhotdraw.gui.plaf.palette
 
PaletteToolBarUI.FrameListener - Class in org.jhotdraw.gui.plaf.palette
 
PaletteToolBarUI.PropertyListener - Class in org.jhotdraw.gui.plaf.palette
 
PaletteToolBarUI.ToolBarContListener - Class in org.jhotdraw.gui.plaf.palette
 
PaletteToolBarUI.ToolBarFocusListener - Class in org.jhotdraw.gui.plaf.palette
 
PaletteUtilities - Class in org.jhotdraw.gui.plaf.palette
PaletteUtilities.
PaletteUtilities() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteUtilities
 
parameterEntityResolver - Variable in class net.n3.nanoxml.NonValidator
The parameter entity resolver.
parent() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
parse() - Method in interface net.n3.nanoxml.IXMLParser
Parses the data and lets the builder create the logical data structure.
parse() - Method in class net.n3.nanoxml.StdXMLParser
Parses the data and lets the builder create the logical data structure.
parse(String, StyleManager) - Method in class org.jhotdraw.xml.css.CSSParser
 
parse(Reader, StyleManager) - Method in class org.jhotdraw.xml.css.CSSParser
 
parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in interface net.n3.nanoxml.IXMLValidator
Parses the DTD.
parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in class net.n3.nanoxml.NonValidator
Parses the DTD.
parseDTD(String, IXMLReader, IXMLEntityResolver, boolean) - Method in class net.n3.nanoxml.ValidatorPlugin
Parses the DTD.
parseExponents() - Method in class org.jhotdraw.io.StreamPosTokenizer
Enables number parsing of exponents.
parseHexNumbers() - Method in class org.jhotdraw.io.StreamPosTokenizer
Enables number parsing for decimal numbers and for hexadecimal numbers
parseNumbers() - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that numbers should be parsed by this tokenizer.
parsePlusAsNumber() - Method in class org.jhotdraw.io.StreamPosTokenizer
 
PasteAction - Class in org.jhotdraw.app.action.edit
Pastes the contents of the system clipboard at the caret position.
PasteAction() - Constructor for class org.jhotdraw.app.action.edit.PasteAction
Creates a new instance which acts on the currently focused component.
PasteAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.PasteAction
Creates a new instance which acts on the specified component.
path - Variable in class org.jhotdraw.draw.BezierFigure
The BezierPath.
PATH_CLOSED - Static variable in class org.jhotdraw.draw.AttributeKeys
Whether to path a BezierFigure is closed.
PathTool - Class in org.jhotdraw.samples.odg
Tool to scribble a ODGPath
PathTool(SVGPathFigure, SVGBezierFigure) - Constructor for class org.jhotdraw.samples.odg.PathTool
Creates a new instance.
PathTool(SVGPathFigure, SVGBezierFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.samples.odg.PathTool
Creates a new instance.
PathTool - Class in org.jhotdraw.samples.svg
Tool to scribble a SVGPath
PathTool(SVGPathFigure, SVGBezierFigure) - Constructor for class org.jhotdraw.samples.svg.PathTool
Creates a new instance.
PathTool(SVGPathFigure, SVGBezierFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.samples.svg.PathTool
Creates a new instance.
PCDataAdded(String, int) - Method in interface net.n3.nanoxml.IXMLValidator
Indicates that a new #PCDATA element has been encountered.
PCDataAdded(String, int) - Method in class net.n3.nanoxml.NonValidator
Indicates that a new #PCDATA element has been encountered.
PCDataAdded(String, int) - Method in class net.n3.nanoxml.ValidatorPlugin
Indicates that a new #PCDATA element has been encountered.
PerpendicularBar - Class in org.jhotdraw.draw.decoration
A LineDecoration which draws a perpendicular bar.
PerpendicularBar() - Constructor for class org.jhotdraw.draw.decoration.PerpendicularBar
Constructs a perpendicular line with a height of 10.
PerpendicularBar(double) - Constructor for class org.jhotdraw.draw.decoration.PerpendicularBar
Constructs a perpendicular line with the given height.
PertApplet - Class in org.jhotdraw.samples.pert
PertApplet.
PertApplet() - Constructor for class org.jhotdraw.samples.pert.PertApplet
 
PertApplicationModel - Class in org.jhotdraw.samples.pert
PertApplicationModel.
PertApplicationModel() - Constructor for class org.jhotdraw.samples.pert.PertApplicationModel
Creates a new instance.
PertFactory - Class in org.jhotdraw.samples.pert
PertFactory.
PertFactory() - Constructor for class org.jhotdraw.samples.pert.PertFactory
Creates a new instance.
PertPanel - Class in org.jhotdraw.samples.pert
PertPanel.
PertPanel() - Constructor for class org.jhotdraw.samples.pert.PertPanel
Creates new instance.
PertView - Class in org.jhotdraw.samples.pert
A view for Pert diagrams.
PertView() - Constructor for class org.jhotdraw.samples.pert.PertView
Creates a new view.
pickAttributes() - Method in class org.jhotdraw.draw.action.PickAttributesAction
 
PickAttributesAction - Class in org.jhotdraw.draw.action
PickAttributesAction.
PickAttributesAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.PickAttributesAction
Creates a new instance.
pixels - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
pixels - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
PlacardScrollPaneLayout - Class in org.jhotdraw.gui
PlacardScrollPaneLayout.
PlacardScrollPaneLayout() - Constructor for class org.jhotdraw.gui.PlacardScrollPaneLayout
Creates a new instance.
PlacardScrollPaneLayout.UIResource - Class in org.jhotdraw.gui
The UI resource version of ScrollPaneLayout.
pointToAngle(Rectangle, Point) - Static method in class org.jhotdraw.geom.Geom
Gets the angle of a point relative to a rectangle.
pointToAngle(Rectangle2D.Double, Point2D.Double) - Static method in class org.jhotdraw.geom.Geom
Gets the angle of a point relative to a rectangle.
PolarColorWheelImageProducer - Class in org.jhotdraw.color
Produces the image of a JColorWheel by interpreting two components of a ColorSpace as polar coordinates (angle and radius).
PolarColorWheelImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.PolarColorWheelImageProducer
Creates a new instance.
polarToPoint(double, double, double) - Static method in class org.jhotdraw.geom.Geom
Converts a polar to a point
polarToPoint2D(double, double, double) - Static method in class org.jhotdraw.geom.Geom
Converts a polar to a point
Polygon2D - Class in org.jhotdraw.geom
Polygon2D.
Polygon2D() - Constructor for class org.jhotdraw.geom.Polygon2D
Creates an empty polygon.
Polygon2D.Double - Class in org.jhotdraw.geom
The Double class defines a polygon with coordinates stored in double precision floating point.
Polygon2D.Float - Class in org.jhotdraw.geom
The Float class defines a polygon with coordinates stored in float precision floating point.
popupMenu - Variable in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
popupMenu - Variable in class org.jhotdraw.draw.action.FontChooserHandler
 
popupMenu - Variable in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
post() - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added
post(Map) - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
post(Object[]) - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
post(Map<String, String>, Map) - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
post(String, Map) - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
post(String[], Object[]) - Method in class org.jhotdraw.net.ClientHttpRequest
posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
post(String, Object) - Method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to the server, with the specified parameter
post(String, Object, String, Object) - Method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(String, Object, String, Object, String, Object) - Method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(String, Object, String, Object, String, Object, String, Object) - Method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to the server, with the specified parameters
post(URL, Map) - Static method in class org.jhotdraw.net.ClientHttpRequest
posts a new request to specified URL, with parameters that are passed in the argument
post(URL, Object[]) - Static method in class org.jhotdraw.net.ClientHttpRequest
posts a new request to specified URL, with parameters that are passed in the argument
post(URL, Map<String, String>, Map) - Static method in class org.jhotdraw.net.ClientHttpRequest
posts a new request to specified URL, with cookies and parameters that are passed in the argument
post(URL, String[], Object[]) - Static method in class org.jhotdraw.net.ClientHttpRequest
posts a new request to specified URL, with cookies and parameters that are passed in the argument
post(URL, String, Object) - Static method in class org.jhotdraw.net.ClientHttpRequest
post the POST request specified URL, with the specified parameter
post(URL, String, Object, String, Object) - Static method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
post(URL, String, Object, String, Object, String, Object) - Static method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
post(URL, String, Object, String, Object, String, Object, String, Object) - Static method in class org.jhotdraw.net.ClientHttpRequest
post the POST request to specified URL, with the specified parameters
preferences - Variable in class org.jhotdraw.app.AbstractView
The preferences of the view.
PreferencesUtil - Class in org.jhotdraw.util.prefs
PreferencesUtil provides utility methods for java.util.prefs.Preferences, and can be used as a proxy when the system preferences are not available due to security restrictions.
PreferencesUtil(boolean) - Constructor for class org.jhotdraw.util.prefs.PreferencesUtil
 
preferredLayoutSize(Container) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
Returns the amount of space the layout would like to have.
preferredLayoutSize(Container) - Method in class org.jhotdraw.gui.ToolBarLayout
 
preferredLayoutSize(Container) - Method in class org.jhotdraw.gui.VerticalGridLayout
Determines the preferred size of the container argument using this grid layout.
prefs - Variable in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
prefs - Variable in class org.jhotdraw.text.ColorFormatter
Preferences used for storing the last used input format.
presentationName - Variable in class org.jhotdraw.draw.tool.CreationTool
A localized name for this tool.
previewListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
previewPanel - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
previousButton - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
previousOrigin - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
The previousOrigin holds the origin of all dragged figures of the previous mouseDragged event.
previousOrigin - Variable in class org.jhotdraw.draw.tool.DnDTracker
The previousOrigin holds the origin of all dragged figures of the previous mouseDragged event.
previousPoint - Variable in class org.jhotdraw.draw.tool.DefaultDragTracker
The previousPoint holds the location of the mouse of the previous mouseDragged event.
previousPoint - Variable in class org.jhotdraw.draw.tool.DnDTracker
The previousPoint holds the location of the mouse of the previous mouseDragged event.
print(PrintWriter) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Prints the contents of the DOMOutput into the specified print writer.
PrintableView - Interface in org.jhotdraw.app
The interface of a View which can print its document.
PrintApplicationFileAction - Class in org.jhotdraw.app.action.app
Prints a file for which a print request was sent to the application.
PrintApplicationFileAction(Application) - Constructor for class org.jhotdraw.app.action.app.PrintApplicationFileAction
Creates a new instance.
printComponent(Graphics) - Method in class org.jhotdraw.draw.DefaultDrawingView
Prints the drawing view.
PrintFileAction - Class in org.jhotdraw.app.action.file
Presents a printer chooser to the user and then prints the View.
PrintFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.PrintFileAction
Creates a new instance.
printJava2D(PrintableView) - Method in class org.jhotdraw.app.action.file.PrintFileAction
 
printJava2DAlternative(PrintableView) - Method in class org.jhotdraw.app.action.file.PrintFileAction
 
printPage(Graphics, PageFormat, int) - Method in class org.jhotdraw.draw.print.DrawingPageable
 
printQuartz(PrintableView) - Method in class org.jhotdraw.app.action.file.PrintFileAction
On Mac OS X with the Quartz rendering engine, the following code achieves the best results.
printStackTrace(PrintWriter) - Method in exception net.n3.nanoxml.XMLException
Dumps the exception stack to a print writer.
printStackTrace(PrintStream) - Method in exception net.n3.nanoxml.XMLException
Dumps the exception stack to an output stream.
printStackTrace() - Method in exception net.n3.nanoxml.XMLException
Dumps the exception stack to System.err.
processAttList(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Processes an ATTLIST element.
processAttribute(Vector, Vector, Vector) - Method in class net.n3.nanoxml.StdXMLParser
Processes an attribute of an element.
processCDATA() - Method in class net.n3.nanoxml.StdXMLParser
Processes a CDATA section.
processConditionalSection(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Processes a conditional section.
processDocType() - Method in class net.n3.nanoxml.StdXMLParser
Processes a document type declaration.
processElement(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Processes an element in the DTD.
processElement(String, Properties) - Method in class net.n3.nanoxml.StdXMLParser
Processes a regular element.
processEntity(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Processes an ENTITY element.
processIgnoreSection(IXMLReader, IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Processes an ignore section.
processPI() - Method in class net.n3.nanoxml.StdXMLParser
Processes a "processing instruction".
processSpecialTag(boolean) - Method in class net.n3.nanoxml.StdXMLParser
Processes a tag that starts with a bang (<!...>).
ProgressIndicator - Class in org.jhotdraw.samples.svg.gui
ProgressIndicator.
ProgressIndicator() - Constructor for class org.jhotdraw.samples.svg.gui.ProgressIndicator
Creates new instance.
ProgressIndicator(String, String) - Constructor for class org.jhotdraw.samples.svg.gui.ProgressIndicator
Creates new instance.
ProgressIndicator(String, String, int, int, boolean) - Constructor for class org.jhotdraw.samples.svg.gui.ProgressIndicator
Creates new instance.
properties - Variable in class org.jhotdraw.xml.css.CSSRule
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.beans.WeakPropertyChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.color.ColorSliderUI.CSUIPropertyChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.draw.action.FontChooserHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler.EventHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.draw.event.DrawingComponentRepainter
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.draw.event.SelectionComponentRepainter
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI.PropertyHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLabelUI
 
propertyChange(PropertyChangeEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.PropertyListener
 
PropertyChangeEdit - Class in org.jhotdraw.beans
An UndoableEdit event which can undo a change of a JavaBeans property.
PropertyChangeEdit(Object, String, Class<T>, T, T) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, boolean, boolean) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, int, int) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, long, long) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, float, float) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, double, double) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, char, char) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
PropertyChangeEdit(Object, String, String, String) - Constructor for class org.jhotdraw.beans.PropertyChangeEdit
Creates a new PropertyChangeEdit.
propertyChangeListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
PropertyHandler() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI.PropertyHandler
 
propertyListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
PropertyListener() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.PropertyListener
 
propertySupport - Variable in class org.jhotdraw.beans.AbstractBean
 
propertySupport - Variable in class org.jhotdraw.color.DefaultHarmonicColorModel
 
propertySupport - Variable in class org.jhotdraw.undo.UndoRedoManager
 
prototype - Variable in class org.jhotdraw.draw.tool.ConnectionTool
the prototypical figure that is used to create new connections.
prototype - Variable in class org.jhotdraw.draw.tool.CreationTool
The prototype for new figures.
prototypeAttributes - Variable in class org.jhotdraw.draw.tool.CreationTool
Attributes to be applied to the created ConnectionFigure.
proxySignature - Variable in class org.jhotdraw.app.osx.OSXAdapter
 
pushBack() - Method in class org.jhotdraw.io.StreamPosTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
pushCharBack(int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Unreads a character back into the input stream of the tokenizer.
put(Map<AttributeKey, Object>, T) - Method in class org.jhotdraw.draw.AttributeKey
Use this method to perform a type-safe put operation of an attribute into a Map.
put(Action) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
put(Object, Action) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
put(String, String) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putBoolean(String, boolean) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putByteArray(String, byte[]) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putClone(Map<AttributeKey, Object>, T) - Method in class org.jhotdraw.draw.AttributeKey
Convenience method for putting a clone of a value on a map.
putDouble(String, double) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putFloat(String, float) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putGenericFontFamily(String, Font) - Method in class org.jhotdraw.text.FontFormatter
Adds a generic font family.
putInt(String, int) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putLong(String, long) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
putPropertyNameModifier(String, String...) - Static method in class org.jhotdraw.util.ResourceBundleUtil
Puts a property name modifier along with a fallback chain.
putValue(String, Object) - Method in class org.jhotdraw.app.action.window.TogglePaletteAction
 
putValue(String, Object) - Method in class org.jhotdraw.app.action.window.ToggleToolBarAction
 

Q

quadrantXTo(Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
quadrantYTo(Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
 
quadTo(double, double, double, double) - Method in class org.jhotdraw.geom.BezierPath
Adds a (at least) quadratic curve to the bezier path.
quadTo(Object, Object, Object, Object) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Adds a quadratic curve to the current path segment.
QuadTree<T> - Class in org.jhotdraw.geom
A QuadTree allows to quickly find an object on a two-dimensional space.
QuadTree() - Constructor for class org.jhotdraw.geom.QuadTree
Creates a new instance.
QuadTree(Rectangle2D.Double) - Constructor for class org.jhotdraw.geom.QuadTree
 
QuadTreeCompositeFigure - Class in org.jhotdraw.draw
QuadTreeCompositeFigure.
QuadTreeCompositeFigure() - Constructor for class org.jhotdraw.draw.QuadTreeCompositeFigure
Creates a new instance.
QuadTreeCompositeFigure.FigureHandler - Class in org.jhotdraw.draw
Handles all figure events fired by Figures contained in the Drawing.
QuadTreeDrawing - Class in org.jhotdraw.draw
An implementation of Drawing which uses a QuadTree to provide a good responsiveness for drawings which contain many figures.
QuadTreeDrawing() - Constructor for class org.jhotdraw.draw.QuadTreeDrawing
 
QuadTreeDrawing.QuadTreeEventHandler - Class in org.jhotdraw.draw
Handles all figure events fired by Figures contained in the Drawing.
QuadTreeEventHandler() - Constructor for class org.jhotdraw.draw.QuadTreeDrawing.QuadTreeEventHandler
 
QuantizingColorWheelImageProducer - Class in org.jhotdraw.color
Produces the image of a ColorWheel.
QuantizingColorWheelImageProducer(ColorSpace, int, int) - Constructor for class org.jhotdraw.color.QuantizingColorWheelImageProducer
Creates a new instance.
quoteChar(int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

RadialGradient - Class in org.jhotdraw.samples.svg
Represents an SVG RadialGradient.
RadialGradient() - Constructor for class org.jhotdraw.samples.svg.RadialGradient
Creates a new instance.
RadialGradient(double, double, double, double, double, double[], Color[], double[], boolean, AffineTransform) - Constructor for class org.jhotdraw.samples.svg.RadialGradient
 
radialIndex - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
radialIndex - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
radialIndex - Variable in class org.jhotdraw.color.JColorWheel
Radial color component index.
radialQuantization - Variable in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
radials - Variable in class org.jhotdraw.color.ColorSquareImageProducer
Lookup table for radial component values.
radials - Variable in class org.jhotdraw.color.ComplexColorWheelImageProducer
Lookup table for radial component values.
radials - Variable in class org.jhotdraw.color.PolarColorWheelImageProducer
Lookup table for radial component values.
radials - Variable in class org.jhotdraw.color.QuantizingColorWheelImageProducer
Lookup table for radial component values.
randomString() - Static method in class org.jhotdraw.net.ClientHttpRequest
 
range(int, int, int) - Static method in class org.jhotdraw.geom.Geom
Constains a value to the given range.
range(double, double, double) - Static method in class org.jhotdraw.geom.Geom
Constains a value to the given range.
read() - Method in interface net.n3.nanoxml.IXMLReader
Reads a character.
read() - Method in class net.n3.nanoxml.StdXMLReader
Reads a character.
read(URI, URIChooser) - Method in interface org.jhotdraw.app.View
Reads the view from the specified URI.
read(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.AbstractDrawing
 
read(DOMInput) - Method in class org.jhotdraw.draw.BezierFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
read(DOMInput) - Method in class org.jhotdraw.draw.connector.LocatorConnector
 
read(DOMInput) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
read(DOMInput) - Method in class org.jhotdraw.draw.decoration.ArrowTip
 
read(DOMInput) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
 
read(DOMInput) - Method in class org.jhotdraw.draw.decoration.PerpendicularBar
 
read(DOMInput) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.ImageFigure
 
read(URL, InputStream, Drawing, LinkedList<Figure>) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
Reads a list of figures into the specified drawing.
read(URI, Drawing) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
read(URI, Drawing) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.draw.io.ImageInputFormat
 
read(URI, Drawing) - Method in interface org.jhotdraw.draw.io.InputFormat
Reads figures from an URI and replaces the children of the drawing with them.
read(URI, Drawing, boolean) - Method in interface org.jhotdraw.draw.io.InputFormat
Reads figures from an URI and adds them to the specified drawing.
read(InputStream, Drawing, boolean) - Method in interface org.jhotdraw.draw.io.InputFormat
Reads figures from a file and adds them to the specified drawing.
read(Transferable, Drawing, boolean) - Method in interface org.jhotdraw.draw.io.InputFormat
Reads figures from the specified Transferable and adds them to the specified drawing.
read(URI, Drawing) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
read(URI, Drawing) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.draw.io.TextInputFormat
 
read(DOMInput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.liner.CurvedLiner
 
read(DOMInput) - Method in class org.jhotdraw.draw.liner.ElbowLiner
 
read(DOMInput) - Method in class org.jhotdraw.draw.liner.SlantedLiner
 
read(DOMInput) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
 
read(DOMInput) - Method in class org.jhotdraw.draw.locator.BezierPointLocator
 
read(DOMInput) - Method in class org.jhotdraw.draw.locator.RelativeLocator
 
read(DOMInput) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.TextAreaFigure
 
read(DOMInput) - Method in class org.jhotdraw.draw.TextFigure
 
read() - Method in class org.jhotdraw.io.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jhotdraw.io.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read(byte[]) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read(byte[], int, int) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read(URI, URIChooser) - Method in class org.jhotdraw.samples.draw.DrawView
Reads the view from the specified uri.
read(DOMInput) - Method in class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
 
read(URI, URIChooser) - Method in class org.jhotdraw.samples.net.NetView
Reads the view from the specified uri.
read(URI, Drawing) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
 
read(File) - Method in class org.jhotdraw.samples.odg.io.ODGStylesReader
Reads a <document-styles> element from the specified XML file.
read(InputStream) - Method in class org.jhotdraw.samples.odg.io.ODGStylesReader
Reads a <document-styles> element from the specified input stream.
read(IXMLElement) - Method in class org.jhotdraw.samples.odg.io.ODGStylesReader
Reads a <document-styles> element from the specified XML element.
read(URI, URIChooser) - Method in class org.jhotdraw.samples.odg.ODGView
Reads the view from the specified uri.
read(DOMInput) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
read(URI, URIChooser) - Method in class org.jhotdraw.samples.pert.PertView
Reads the view from the specified uri.
read(URI, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(URI, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(File, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(File, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(URL, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
This is the main reading method.
read(Transferable, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
read(InputStream, Drawing, boolean) - Method in class org.jhotdraw.samples.svg.io.SVGZInputFormat
 
read(URI) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Reads a drawing from the specified file into the SVGDrawingPanel.
read(URI, InputFormat) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Reads a drawing from the specified file into the SVGDrawingPanel using the specified input format.
read(URI, URIChooser) - Method in class org.jhotdraw.samples.svg.SVGView
Reads the view from the specified uri.
read(URI, URIChooser) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
read(URI, String) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
read(DOMInput) - Method in interface org.jhotdraw.xml.DOMFactory
Reads the specified object from DOMInput.
read(DOMInput) - Method in interface org.jhotdraw.xml.DOMStorable
 
read(DOMInput) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
readAttributes(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
readAttributes(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
readAttributes(DOMInput) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
readBounds(DOMInput) - Method in class org.jhotdraw.draw.TextAreaFigure
 
readDecorator(DOMInput) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
readDecorator(DOMInput) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
readFiguresFromDocumentContent(InputStream, Drawing, boolean) - Method in class org.jhotdraw.samples.odg.io.ODGInputFormat
Reads figures from the content.xml file of an ODG open document drawing document.
readLiner(DOMInput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
readObject() - Method in interface org.jhotdraw.xml.DOMInput
Reads an object from the current element.
readObject(int) - Method in interface org.jhotdraw.xml.DOMInput
Reads an object from the current element.
readObject() - Method in class org.jhotdraw.xml.JavaxDOMInput
Reads an object from the current element.
readObject(int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Reads an object from the current element.
readObject() - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Reads an object from the current element.
readObject(int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Reads an object from the current element.
readPoints(DOMInput) - Method in class org.jhotdraw.draw.BezierFigure
 
readPoints(DOMInput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
rebuildView() - Method in class org.jhotdraw.samples.teddy.JEditorArea
 
RECENT_URIS_PROPERTY - Static variable in interface org.jhotdraw.app.Application
The property name of the recentURIs property.
rectangle - Variable in class org.jhotdraw.draw.RectangleFigure
 
RectangleFigure - Class in org.jhotdraw.draw
A Figure with a rectangular shape.
RectangleFigure() - Constructor for class org.jhotdraw.draw.RectangleFigure
Creates a new instance.
RectangleFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.RectangleFigure
 
redo() - Method in class org.jhotdraw.beans.PropertyChangeEdit
Redoes the change.
redo() - Method in class org.jhotdraw.draw.event.AttributeChangeEdit
 
redo() - Method in class org.jhotdraw.draw.event.BezierNodeEdit
 
redo() - Method in class org.jhotdraw.draw.event.CompositeFigureEdit
 
redo() - Method in class org.jhotdraw.draw.event.SetBoundsEdit
 
redo() - Method in class org.jhotdraw.draw.event.TransformEdit
 
redo() - Method in class org.jhotdraw.draw.event.TransformRestoreEdit
 
redo() - Method in class org.jhotdraw.undo.UndoRedoManager
Redoes the last undone edit event.
RedoAction - Class in org.jhotdraw.app.action.edit
Redoes the last user action on the active view.
RedoAction(Application, View) - Constructor for class org.jhotdraw.app.action.edit.RedoAction
Creates a new instance.
reduceNoise(List<Point2D.Double>, double) - Static method in class org.jhotdraw.geom.Bezier
Reduces noise from the digitized points, by applying an approximation of a gaussian filter to the data.
regenerateColorTrack() - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
regenerateColorWheel() - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
regenerateColorWheel() - Method in class org.jhotdraw.color.ColorSquareImageProducer
 
regenerateColorWheel() - Method in class org.jhotdraw.color.ComplexColorWheelImageProducer
 
regenerateColorWheel() - Method in class org.jhotdraw.color.QuantizingColorWheelImageProducer
 
regenerateDiagram() - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
RelativeDecoratorLocator - Class in org.jhotdraw.draw.locator
A locator that specfies a point that is relative to the bounds of a figures decorator.
RelativeDecoratorLocator() - Constructor for class org.jhotdraw.draw.locator.RelativeDecoratorLocator
 
RelativeDecoratorLocator(double, double) - Constructor for class org.jhotdraw.draw.locator.RelativeDecoratorLocator
Creates a new instance.
RelativeDecoratorLocator(double, double, boolean) - Constructor for class org.jhotdraw.draw.locator.RelativeDecoratorLocator
 
RelativeLocator - Class in org.jhotdraw.draw.locator
A locator that specfies a point that is relative to the bounds of a figure.
RelativeLocator() - Constructor for class org.jhotdraw.draw.locator.RelativeLocator
Creates a new instance.
RelativeLocator(double, double) - Constructor for class org.jhotdraw.draw.locator.RelativeLocator
Creates a new instance.
RelativeLocator(double, double, boolean) - Constructor for class org.jhotdraw.draw.locator.RelativeLocator
 
relativeX - Variable in class org.jhotdraw.draw.locator.RelativeLocator
Relative x-coordinate on the bounds of the figure.
relativeY - Variable in class org.jhotdraw.draw.locator.RelativeLocator
Relative y-coordinate on the bounds of the figure.
remap(Map<Figure, Figure>, boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
remap(Map<Figure, Figure>, boolean) - Method in interface org.jhotdraw.draw.Figure
After cloning a collection of figures, the ConnectionFigures contained in this collection still connect to the original figures instead of to the clones.
remap(HashMap<Figure, Figure>, boolean) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
remap(Map<Figure, Figure>, boolean) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
remap(Map<Figure, Figure>, boolean) - Method in class org.jhotdraw.draw.LabelFigure
 
remap(Map<Figure, Figure>, boolean) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
REMOVABLE_PROPERTY - Static variable in interface org.jhotdraw.draw.Figure
The name of the "removable" property.
remove(View) - Method in class org.jhotdraw.app.AbstractApplication
 
remove(View) - Method in interface org.jhotdraw.app.Application
Removes a view from this application and removes it from the users view.
remove(Window) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
remove(View) - Method in class org.jhotdraw.app.SDIApplication
 
remove(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
remove(Figure) - Method in interface org.jhotdraw.draw.CompositeFigure
Removes the specified child.
remove(DrawingView) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
remove(Figure) - Method in interface org.jhotdraw.draw.Drawing
Removes a figure from the drawing.
remove(DrawingView) - Method in interface org.jhotdraw.draw.DrawingEditor
Removes a drawing view from the editor.
remove(DrawingView) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
remove(Figure) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
remove(T) - Method in class org.jhotdraw.geom.QuadTree
 
remove(int) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
remove(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
remove(int) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
remove(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
remove(int) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
remove(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
remove(Object) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
remove(String) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
removeActionListener(ActionListener) - Method in class org.jhotdraw.draw.text.FloatingTextField
Remove an action listener
removeActionListener(ActionListener) - Method in class org.jhotdraw.gui.JFontChooser
Removes an ActionListener from the font chooser.
removeActionListener(ActionListener) - Method in interface org.jhotdraw.gui.URIChooser
Removes an ActionListener from the chooser.
removeActionListener(ActionListener) - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class org.jhotdraw.samples.svg.gui.MessagePanel
 
removeAll(Collection<? extends Figure>) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Removes all specified children.
removeAll(Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Removes the specified figures from the drawing.
removeAll() - Method in class org.jhotdraw.gui.JPopupButton
Removes all items from the popup menu.
removeAllChildren() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Removes all children.
removeAllChildren() - Method in interface org.jhotdraw.draw.CompositeFigure
Removes all children from the composite figure.
removeAllChildren() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
removeAllColorChooserPanels() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserMainPanel
 
removeAllNodes() - Method in class org.jhotdraw.draw.BezierFigure
Removes the Point2D.Double at the specified index.
removeAllRules() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
removeAllRules() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
removeAttribute(String) - Method in interface net.n3.nanoxml.IXMLElement
Removes an attribute.
removeAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Removes an attribute.
removeAttribute(String) - Method in class net.n3.nanoxml.XMLElement
Removes an attribute.
removeAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
Removes an attribute.
removeAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
removeAttribute(AttributeKey<T>) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
removeChangeListener(ChangeListener) - Method in class org.jhotdraw.color.AbstractColorSlidersModel
 
removeChangeListener(ChangeListener) - Method in interface org.jhotdraw.color.ColorSliderModel
 
removeChangeListener(ChangeListener) - Method in class org.jhotdraw.draw.AbstractConstrainer
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in interface org.jhotdraw.draw.Constrainer
Removes a change listener.
removeChangeListener(ChangeListener) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Removes a ChangeListener.
removeChild(IXMLElement) - Method in interface net.n3.nanoxml.IXMLElement
Removes a child element.
removeChild(IXMLElement) - Method in class net.n3.nanoxml.XMLElement
Removes a child element.
removeChild(int) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
removeChild(int) - Method in interface org.jhotdraw.draw.CompositeFigure
Removes the child at the specified index.
removeChild(int) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
removeChildAtIndex(int) - Method in interface net.n3.nanoxml.IXMLElement
Removes the child located at a certain index.
removeChildAtIndex(int) - Method in class net.n3.nanoxml.XMLElement
Removes the child located at a certain index.
removeClosePoints(List<Point2D.Double>, double) - Static method in class org.jhotdraw.geom.Bezier
Removes points which are closer together than the specified minimal distance.
removeColorSlider(JSlider) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
removeCompositeFigureListener(CompositeFigureListener) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
removeCompositeFigureListener(CompositeFigureListener) - Method in interface org.jhotdraw.draw.CompositeFigure
Removes a listener from this composite figure.
removeCompositeFigureListener(CompositeFigureListener) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
removeDependency(DependencyFigure) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
removeDisposable(Disposable) - Method in class org.jhotdraw.app.AbstractView
Removes a disposable object, which was previously added.
removeDisposable(Disposable) - Method in interface org.jhotdraw.app.View
Removes a disposable object, which was previously added.
removeFigureListener(FigureListener) - Method in class org.jhotdraw.draw.AbstractFigure
 
removeFigureListener(FigureListener) - Method in interface org.jhotdraw.draw.Figure
Removes a listener for FigureEvent's.
removeFigureSelectionListener(FigureSelectionListener) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
removeFigureSelectionListener(FigureSelectionListener) - Method in interface org.jhotdraw.draw.DrawingView
Remove a listener for selection changes in this DrawingView.
removeFromParent() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
removeFromParent() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
removeFromParent() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
removeFromSelection(Figure) - Method in class org.jhotdraw.draw.DefaultDrawingView
Removes a figure from the selection.
removeFromSelection(Figure) - Method in interface org.jhotdraw.draw.DrawingView
Removes a figure from the selection.
removeFromSource(PropertyChangeEvent) - Method in class org.jhotdraw.beans.WeakPropertyChangeListener
Method that can be subclassed to provide additional remove support.
removeHandleListener(HandleListener) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Removes a listener for this handle.
removeHandleListener(HandleListener) - Method in interface org.jhotdraw.draw.handle.Handle
Removes a listener for this handle.
removeKeyListener(KeyListener) - Method in interface org.jhotdraw.draw.DrawingView
Removes a key listener to the drawing view.
removeLayoutComponent(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteRootPaneUI.PaletteRootLayout
 
removeLayoutComponent(Component) - Method in class org.jhotdraw.gui.ToolBarLayout
 
removeLayoutComponent(Component) - Method in class org.jhotdraw.gui.VerticalGridLayout
Removes the specified component from the layout.
removeMouseListener(MouseListener) - Method in interface org.jhotdraw.draw.DrawingView
Removes a mouse listener to the drawing view.
removeMouseMotionListener(MouseMotionListener) - Method in interface org.jhotdraw.draw.DrawingView
Removes a mouse motion listener to the drawing view.
removeNode(int) - Method in class org.jhotdraw.draw.BezierFigure
Removes the Node at the specified index.
removeNode() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
removeNodeChangeListener(NodeChangeListener) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
removeNotify(Drawing) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
removeNotify(Drawing) - Method in class org.jhotdraw.draw.AbstractFigure
 
removeNotify() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
removeNotify(DrawingEditor) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
removeNotify(DrawingEditor) - Method in interface org.jhotdraw.draw.DrawingView
Informs the view that it has been removed from the specified editor.
removeNotify(Drawing) - Method in interface org.jhotdraw.draw.Figure
Informs a figure, that it has been removed from a drawing.
removeNotify(Drawing) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
removeNotify(Drawing) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
removeNotify(Drawing) - Method in class org.jhotdraw.draw.LineConnectionFigure
This method is invoked, when the Figure is being removed from a Drawing.
removeNotify(Drawing) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
 
removePalette(Window) - Method in class org.jhotdraw.app.AbstractApplication
 
removePalette(Window) - Method in interface org.jhotdraw.app.Application
Removes a palette window from the application.
removePalette(Window) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
removePalette(Window) - Method in class org.jhotdraw.app.OSXApplication
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.app.Application
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.app.View
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.beans.AbstractBean
Removes a PropertyChangeListener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.beans.AbstractBean
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.DrawingEditor
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.DrawingView
Removes a property change listener to the drawing view.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.draw.Figure
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.Arrangeable
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.AttributeEditor
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jhotdraw.gui.EditableComponent
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jhotdraw.undo.UndoRedoManager
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jhotdraw.undo.UndoRedoManager
 
removePropertyNameModifier(String) - Static method in class org.jhotdraw.util.ResourceBundleUtil
Removes a property name modifier.
removeSheetListener(SheetListener) - Method in class org.jhotdraw.gui.JSheet
Removes a sheet listener.
removeToolListener(ToolListener) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
removeToolListener(ToolListener) - Method in interface org.jhotdraw.draw.tool.Tool
Removes a listener for this tool.
removeTreeModelListener(TreeModelListener) - Method in class org.jhotdraw.gui.fontchooser.AbstractFontChooserModel
Removes a listener previously added with addTreeModelListener().
removeUndoableEditListener(UndoableEditListener) - Method in class org.jhotdraw.draw.AbstractDrawing
 
removeUndoableEditListener(UndoableEditListener) - Method in interface org.jhotdraw.draw.Drawing
Removes a listener for undoable edit events.
removeUndoableEditListener(UndoableEditListener) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
removeUpdate(DocumentEvent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
removeWindow(Window) - Method in class org.jhotdraw.app.AbstractApplication
 
removeWindow(Window) - Method in interface org.jhotdraw.app.Application
Removes a (non-palette) window from the application.
removeWindow(Window) - Method in class org.jhotdraw.app.osx.OSXPaletteHandler
 
removeWindow(Window) - Method in class org.jhotdraw.app.OSXApplication
 
ReOpenApplicationAction - Class in org.jhotdraw.app.action.app
If all views are iconified, de-iconifies a view and brings it to the front.
ReOpenApplicationAction(Application) - Constructor for class org.jhotdraw.app.action.app.ReOpenApplicationAction
Creates a new instance.
reorganize() - Method in class org.jhotdraw.geom.QuadTree
 
repaintConnectors() - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Updates the list of connectors that we draw when the user moves or drags the mouse over a figure to which can connect.
repaintConnectors() - Method in class org.jhotdraw.draw.handle.ConnectorHandle
Updates the list of connectors that we draw when the user moves or drags the mouse over a figure to which can connect.
repaintConnectors(MouseEvent) - Method in class org.jhotdraw.draw.tool.ConnectionTool
Updates the list of connectors that we draw when the user moves or drags the mouse over a figure to which can connect.
repaintDrawingArea(Rectangle2D.Double) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
repaintHandles() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
repaintHandles() - Method in interface org.jhotdraw.draw.DrawingView
Repaints the handles of the view.
replaceAllButton - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
replaceAndFindButton - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
replaceButton - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
replaceEdit(UndoableEdit) - Method in class org.jhotdraw.draw.event.SetBoundsEdit
 
replaceEdit(UndoableEdit) - Method in class org.jhotdraw.draw.event.TransformEdit
 
replaceField - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
replaceLabel - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
replaceRange(String, int, int) - Method in class org.jhotdraw.samples.teddy.JEditorArea
Replaces text from the indicated start to end position with the new text specified.
replaceRange(String, int, int) - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
replaceScrollPane - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
requestFocus() - Method in interface org.jhotdraw.draw.DrawingView
This is a convenience method for invoking getComponent().requestFocus().
requestFocus() - Method in class org.jhotdraw.draw.text.FloatingTextArea
 
requestFocus() - Method in class org.jhotdraw.draw.text.FloatingTextField
 
requestRemove() - Method in class org.jhotdraw.draw.AbstractFigure
 
requestRemove() - Method in interface org.jhotdraw.draw.Figure
Fires a FigureListener.figureRequestRemove event.
requestUserAttention(boolean) - Static method in class org.jhotdraw.gui.JSheet
Requests attention from user.
rescanCurrentDirectory() - Method in interface org.jhotdraw.gui.URIChooser
Tells the UI to rescan its files list from the current directory.
reset() - Method in class org.jhotdraw.geom.Polygon2D
Resets this Polygon object to an empty polygon.
reset() - Method in class org.jhotdraw.io.BoundedRangeInputStream
Overrides FilterInputStream.reset to reset the progress monitor as well as the stream.
reset() - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Resets the startIndex of the matcher to 0.
reset() - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
resetSyntax() - Method in class org.jhotdraw.io.StreamPosTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
RESIZE_BOUNDS_COLOR_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds stroke color 1.
RESIZE_BOUNDS_COLOR_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Disabled resize bounds stroke color 1.
RESIZE_BOUNDS_COLOR_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Handle bounds hover stroke color 1.
RESIZE_BOUNDS_COLOR_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds stroke color 2.
RESIZE_BOUNDS_COLOR_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Disabled resize bounds hover color 2.
RESIZE_BOUNDS_COLOR_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds hover stroke color 2.
RESIZE_BOUNDS_STROKE_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds stroke 1.
RESIZE_BOUNDS_STROKE_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Disabled resize bounds stroke 1.
RESIZE_BOUNDS_STROKE_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds hover stroke 1.
RESIZE_BOUNDS_STROKE_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds stroke 2.
RESIZE_BOUNDS_STROKE_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Disabled bounds stroke 2.
RESIZE_BOUNDS_STROKE_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize bounds hover stroke 2.
RESIZE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize handle fill color.
RESIZE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Resize handle stroke color.
ResizeHandleKit - Class in org.jhotdraw.draw.handle
A set of utility methods to create handles which resize a Figure by using its setBounds method, if the Figure is transformable.
ResizeHandleKit() - Constructor for class org.jhotdraw.draw.handle.ResizeHandleKit
Creates a new instance.
ResourceBundleUtil - Class in org.jhotdraw.util
This is a convenience wrapper for accessing resources stored in a ResourceBundle.
ResourceBundleUtil(String, Locale) - Constructor for class org.jhotdraw.util.ResourceBundleUtil
Creates a new ResouceBundleUtil which wraps the provided resource bundle.
restoreAttributesTo(Object) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
restoreAttributesTo(Object) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
restoreAttributesTo(Object) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
restoreAttributesTo(Object) - Method in interface org.jhotdraw.draw.Figure
Restores the attributes of the figure to a previously stored state.
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.BezierFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.DiamondFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.EllipseFigure
 
restoreTransformTo(Object) - Method in interface org.jhotdraw.draw.Figure
Restores the transform of the figure to a previously stored state.
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.ImageFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.RectangleFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.TextAreaFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.TextFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.draw.TriangleFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
restoreTransformTo(Object) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
resumeEncoding() - Method in class org.jhotdraw.io.Base64.OutputStream
Resumes encoding of the stream.
reverseConnection() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
ReversedList<T> - Class in org.jhotdraw.util
A ReversedList provides in unmodifiable view on a List in reverse order.
ReversedList(List<T>) - Constructor for class org.jhotdraw.util.ReversedList
Creates a new instance of ReversedList
reviewChanges() - Method in class org.jhotdraw.app.action.app.ExitAction
 
reviewNext() - Method in class org.jhotdraw.app.action.app.ExitAction
 
rgbHexPattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the RGB_HEX format.
rgbIntegerPattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the RGB_INTEGER format.
rgbIntegerShortPattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the RGB_INTEGER format.
rgbPercentagePattern - Static variable in class org.jhotdraw.text.ColorFormatter
This regular expression is used for parsing the RGB_PERCENTAGE format.
RGBtoComponent(int, float[]) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
RGBtoComponent(int, float[]) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
right - Variable in class org.jhotdraw.geom.Insets2D.Double
 
right - Variable in class org.jhotdraw.geom.Insets2D.Float
 
rightKey - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Deprecated.
As of Java 2 platform v1.3.
root - Variable in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
Root node.
ROTATE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Rotate handle fill color.
ROTATE_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Rotate handle fill color.
ROTATE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Rotate handle stroke color.
ROTATE_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Rotate handle stroke color.
rotateAngle(double, RotationDirection) - Method in interface org.jhotdraw.draw.Constrainer
Moves the given angle (in radians) to the closest constrained orientation in the specified direction.
rotateAngle(double, RotationDirection) - Method in class org.jhotdraw.draw.GridConstrainer
 
RotateHandle - Class in org.jhotdraw.draw.handle
A Handle to rotate a Figure.
RotateHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.RotateHandle
Creates a new instance.
rotates - Variable in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
rotateTabRuns(int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI.TabbedPaneLayout
 
RotationDirection - Enum in org.jhotdraw.draw
Specifies the possible directions for rotations on a two-dimensional plane.
roundrect - Variable in class org.jhotdraw.draw.RoundRectangleFigure
 
RoundRectangleFigure - Class in org.jhotdraw.draw
A Figure with a rounded rectangular shape.
RoundRectangleFigure() - Constructor for class org.jhotdraw.draw.RoundRectangleFigure
Creates a new instance.
RoundRectangleFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.RoundRectangleFigure
 
RoundRectangleRadiusHandle - Class in org.jhotdraw.draw.handle
A Handle to manipulate the corner radius of a RoundRectangleFigure.
RoundRectangleRadiusHandle(Figure) - Constructor for class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
Creates a new instance.
run() - Method in class org.jhotdraw.gui.Worker
Calls #construct on the current thread and invokes #done on the AWT event dispatcher thread.

S

save(OutputStream) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Writes the contents of the DOMOutput into the specified output stream.
save(Writer) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Writes the contents of the DOMOutput into the specified output stream.
save(OutputStream) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Writes the contents of the DOMOutput into the specified output stream.
save(Writer) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Writes the contents of the DOMOutput into the specified writer.
SAVE_DIALOG - Static variable in interface org.jhotdraw.gui.URIChooser
Type value indicating that the URIChooser supports a "Save" file operation.
saveChanges() - Method in class org.jhotdraw.app.action.app.ExitAction
 
saveChangesAndReviewNext() - Method in class org.jhotdraw.app.action.app.ExitAction
 
SaveFileAction - Class in org.jhotdraw.app.action.file
Saves the changes in the active view.
SaveFileAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.SaveFileAction
Creates a new instance.
SaveFileAction(Application, View, boolean) - Constructor for class org.jhotdraw.app.action.file.SaveFileAction
Creates a new instance.
SaveFileAsAction - Class in org.jhotdraw.app.action.file
Presents an URIChooser and then saves the active view to the specified location.
SaveFileAsAction(Application, View) - Constructor for class org.jhotdraw.app.action.file.SaveFileAsAction
Creates a new instance.
saveToFile(URI, URIChooser) - Method in class org.jhotdraw.app.action.app.ExitAction
 
saveToFileAndReviewNext(URI, URIChooser) - Method in class org.jhotdraw.app.action.app.ExitAction
 
saveView(View) - Method in class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
 
saveViewToURI(View, URI, URIChooser) - Method in class org.jhotdraw.app.action.AbstractSaveUnsavedChangesAction
 
saveViewToURI(View, URI, URIChooser) - Method in class org.jhotdraw.app.action.file.SaveFileAction
 
SCALE_FACTOR_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the scale factor property of the DrawingView.
SCALE_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Scale handle fill color.
SCALE_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Scale handle stroke color.
scanData() - Method in class net.n3.nanoxml.StdXMLParser
Scans the XML data for elements.
scanSomeTag(boolean, String, Properties) - Method in class net.n3.nanoxml.StdXMLParser
Scans an XML tag.
scrollPane - Variable in class org.jhotdraw.samples.teddy.TeddyView
 
SDIApplication - Class in org.jhotdraw.app
SDIApplication handles the lifecycle of multiple Views using a Windows single document interface (SDI).
SDIApplication() - Constructor for class org.jhotdraw.app.SDIApplication
Creates a new instance.
Segment() - Constructor for class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
Segment(EnhancedPath.SegType, Object...) - Constructor for class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
Creates a segment.
Segment(EnhancedPath.Segment) - Constructor for class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
select(int, int) - Method in class org.jhotdraw.samples.teddy.TeddyView
Accessor for text area.
SELECT_BEHIND_ENABLED_PROPERTY - Static variable in class org.jhotdraw.draw.tool.SelectionTool
Constant for the name of the selectBehindEnabled property.
SELECTABLE_PROPERTY - Static variable in interface org.jhotdraw.draw.Figure
The name of the "selectable" property.
selectAll() - Method in class org.jhotdraw.draw.DefaultDrawingView
Selects all selectable figures.
selectAll() - Method in interface org.jhotdraw.draw.DrawingView
Selects all figures.
selectAll() - Method in interface org.jhotdraw.gui.EditableComponent
Selects all.
SelectAllAction - Class in org.jhotdraw.app.action.edit
Selects all items.
SelectAllAction() - Constructor for class org.jhotdraw.app.action.edit.SelectAllAction
Creates a new instance which acts on the currently focused component.
SelectAllAction(JComponent) - Constructor for class org.jhotdraw.app.action.edit.SelectAllAction
Creates a new instance which acts on the specified component.
SelectAreaTracker - Interface in org.jhotdraw.draw.tool
A select area tracker provides the behavior for selecting figures in a drawing area to the SelectionTool.
SELECTED_FONT_PROPERTY - Static variable in class org.jhotdraw.gui.JFontChooser
Identifies the "selectedFont" property.
SELECTED_INDEX_PROPERTY - Static variable in class org.jhotdraw.color.JHarmonicColorWheel
 
SELECTED_KEY - Static variable in class org.jhotdraw.app.action.ActionUtil
Key for the selected state of an action.
SELECTED_URI_PROPERTY - Static variable in interface org.jhotdraw.gui.URIChooser
Identifies a change in the selected URI.
SELECTION_EMPTY_PROPERTY - Static variable in interface org.jhotdraw.gui.EditableComponent
The name of the "selectionEmpty" property.
SELECTION_PATH_PROPERTY - Static variable in class org.jhotdraw.gui.JFontChooser
Identifies the "selectionPath" property.
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.action.ApplyAttributesAction
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.action.DefaultAttributeAction
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.action.EditorColorChooserAction
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.action.PickAttributesAction
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler.EventHandler
 
selectionChanged(FigureSelectionEvent) - Method in interface org.jhotdraw.draw.event.FigureSelectionListener
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
selectionChanged(FigureSelectionEvent) - Method in class org.jhotdraw.draw.event.SelectionComponentRepainter
 
SelectionColorChooserAction - Class in org.jhotdraw.draw.action
This is like EditorColorChooserAction, but the JColorChooser is initialized with the color of the currently selected Figures.
SelectionColorChooserAction(DrawingEditor, AttributeKey<Color>) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserAction
Creates a new instance.
SelectionColorChooserAction(DrawingEditor, AttributeKey<Color>, Icon) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserAction
Creates a new instance.
SelectionColorChooserAction(DrawingEditor, AttributeKey<Color>, String) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserAction
Creates a new instance.
SelectionColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserAction
 
SelectionColorChooserAction(DrawingEditor, AttributeKey<Color>, String, Icon, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserAction
 
SelectionColorChooserHandler - Class in org.jhotdraw.draw.action
SelectionColorChooserHandler.
SelectionColorChooserHandler(DrawingEditor, AttributeKey<Color>, JColorChooser, JPopupMenu) - Constructor for class org.jhotdraw.draw.action.SelectionColorChooserHandler
Creates a new instance.
SelectionColorIcon - Class in org.jhotdraw.draw.action
SelectionColorIcon draws a shape with the specified color for the selected figures in the current drawing view.
SelectionColorIcon(DrawingEditor, AttributeKey<Color>, URL, Shape) - Constructor for class org.jhotdraw.draw.action.SelectionColorIcon
Creates a new instance.
SelectionColorIcon(DrawingEditor, AttributeKey<Color>, Image, Shape) - Constructor for class org.jhotdraw.draw.action.SelectionColorIcon
 
SelectionComponentDisplayer - Class in org.jhotdraw.draw.event
Calls setVisible(true/false) on components, which show attributes of the drawing editor and of its views based on the current selection.
SelectionComponentDisplayer(DrawingEditor, JComponent) - Constructor for class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
SelectionComponentRepainter - Class in org.jhotdraw.draw.event
Calls repaint on components, which show attributes of the drawing editor and of its views based on the current selection.
SelectionComponentRepainter(DrawingEditor, JComponent) - Constructor for class org.jhotdraw.draw.event.SelectionComponentRepainter
 
SelectionOpacityIcon - Class in org.jhotdraw.samples.svg.gui
SelectionOpacityIcon visualizes an opacity attribute of the selected Figure(s) in the active DrawingView of a DrawingEditor.
SelectionOpacityIcon(DrawingEditor, AttributeKey<Double>, AttributeKey<Color>, AttributeKey<Color>, URL, Shape, Shape) - Constructor for class org.jhotdraw.samples.svg.gui.SelectionOpacityIcon
Creates a new instance.
SelectionOpacityIcon(DrawingEditor, AttributeKey<Double>, AttributeKey<Color>, AttributeKey<Color>, Image, Shape, Shape) - Constructor for class org.jhotdraw.samples.svg.gui.SelectionOpacityIcon
 
SelectionTool - Class in org.jhotdraw.draw.tool
Tool to select and manipulate figures.
SelectionTool() - Constructor for class org.jhotdraw.draw.tool.SelectionTool
Creates a new instance.
SelectionToolSample - Class in org.jhotdraw.samples.mini
SelectionToolSample demonstrates how the SelectionTool works.
SelectionToolSample() - Constructor for class org.jhotdraw.samples.mini.SelectionToolSample
Creates a new instance of SelectionToolSample
selectSame() - Method in class org.jhotdraw.draw.action.SelectSameAction
 
SelectSameAction - Class in org.jhotdraw.draw.action
SelectSameAction.
SelectSameAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.SelectSameAction
Creates a new instance.
sendToBack(Figure) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Sends a figure to the back of the composite figure.
sendToBack(DrawingView, Collection) - Static method in class org.jhotdraw.draw.action.SendToBackAction
 
sendToBack(Figure) - Method in interface org.jhotdraw.draw.Drawing
Sends a figure to the back of the drawing.
sendToBack(Figure) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
sendToBack(Figure) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
SendToBackAction - Class in org.jhotdraw.draw.action
SendToBackAction.
SendToBackAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.SendToBackAction
Creates a new instance.
SeparatorLineFigure - Class in org.jhotdraw.samples.pert.figures
A horizontal line with a preferred size of 1,1.
SeparatorLineFigure() - Constructor for class org.jhotdraw.samples.pert.figures.SeparatorLineFigure
Creates a new instance.
SerializationInputOutputFormat - Class in org.jhotdraw.draw.io
SerializationInputOutputFormat uses Java Serialization for reading and and writing Drawing objects.
SerializationInputOutputFormat() - Constructor for class org.jhotdraw.draw.io.SerializationInputOutputFormat
Creates a new instance with format name "Drawing", file extension "xml" and mime type "image/x-jhotdraw".
SerializationInputOutputFormat(String, String, Drawing) - Constructor for class org.jhotdraw.draw.io.SerializationInputOutputFormat
Creates a new instance using the specified parameters.
ServerAuthenticationException - Exception in org.jhotdraw.samples.svg.gui
Thrown to indicate that a request failed because we didn't authenticate successfully.
ServerAuthenticationException() - Constructor for exception org.jhotdraw.samples.svg.gui.ServerAuthenticationException
Creates a new instance of ServerAuthenticationException without detail message.
ServerAuthenticationException(String) - Constructor for exception org.jhotdraw.samples.svg.gui.ServerAuthenticationException
Constructs an instance of ServerAuthenticationException with the specified detail message.
set(int, Color) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
set(int, Color) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
Sets an attribute of the figure.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
Sets an attribute of the figure.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
set(Figure, T) - Method in class org.jhotdraw.draw.AttributeKey
Convenience method for setting a value on a Figure.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.BezierFigure
 
set(AttributeKey<T>, T) - Method in interface org.jhotdraw.draw.Figure
Sets an attribute on the figure and calls attributeChanged on all registered FigureListeners if the attribute value has changed.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Sets an attribute of the figure.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Sets an attribute of the figure.
set(int, int, Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath
Convenience method for changing a single control point of a node.
set(double, double, double, double) - Method in class org.jhotdraw.geom.Insets2D.Double
 
set(double, double, double, double) - Method in class org.jhotdraw.geom.Insets2D.Float
 
set(float, float, float, float) - Method in class org.jhotdraw.geom.Insets2D.Float
 
set(double, double, double, double) - Method in class org.jhotdraw.geom.Insets2D
Sets the insets.
set(Insets2D) - Method in class org.jhotdraw.geom.Insets2D
Sets the insets.
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.odg.figures.ODGAttributedFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.svg.figures.SVGAttributedFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
set(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
setAboutHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
The action listener will be called when the user selects the About item in the application menu.
setAction(Action, Rectangle) - Method in class org.jhotdraw.gui.JPopupButton
Sets an action which is invoked when the user clicks on the specified click area.
setActionMap(ActionMap) - Method in class org.jhotdraw.app.AbstractApplication
Sets the application-wide action map.
setActionMap(ActionMap) - Method in interface org.jhotdraw.app.View
Sets the action map for the view.
setActionMap(ActionMap) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setActionMap(ActionMap) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the action map used by the tool of this drawing editor as a fall back for performing actions.
setActionMap(ActionMap) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setActionMap(ActionMap) - Method in class org.jhotdraw.draw.tool.AbstractTool
Sets the ActionMap for the Tool.
setActiveHandle(Handle) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setActiveHandle(Handle) - Method in interface org.jhotdraw.draw.DrawingView
Sets the active handle.
setActiveView(View) - Method in class org.jhotdraw.app.AbstractApplication
Sets the active view.
setActiveView(DrawingView) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setActiveView(DrawingView) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the editor's active drawing view.
setActiveView(DrawingView) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setAdaptive(boolean) - Method in class org.jhotdraw.text.ColorFormatter
Sets whether the color formatter adaptively selects its output format depending on the last input format used by the user.
setAllowsNullValue(boolean) - Method in class org.jhotdraw.text.ColorFormatter
Sets whether a null value is allowed.
setAllowsNullValue(boolean) - Method in class org.jhotdraw.text.FontFormatter
Sets whether a null value is allowed.
setAllowsNullValue(boolean) - Method in class org.jhotdraw.text.JavaNumberFormatter
Allows/Disallows null values.
setAllowsUnknownFont(boolean) - Method in class org.jhotdraw.text.FontFormatter
Sets whether unknown font names are allowed.
setAllSize(Dimension) - Method in class org.jhotdraw.gui.JMDIDesktopPane
Sets all component size properties ( maximum, minimum, preferred) to the given dimension.
setAllSize(int, int) - Method in class org.jhotdraw.gui.JMDIDesktopPane
Sets all component size properties ( maximum, minimum, preferred) to the given width and height.
setAngle(float) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
setAngularComponentIndex(int) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
setAngularComponentIndex(int) - Method in class org.jhotdraw.color.JColorWheel
 
setAnimated(boolean) - Method in class org.jhotdraw.gui.JSheet
If this is set to true, the JSheet uses a transition effect when shown and when hidden.
setApplication(Application) - Method in class org.jhotdraw.app.AbstractView
 
setApplication(Application) - Method in interface org.jhotdraw.app.View
Sets the application of the view.
setApplicationEventHandled(Object, boolean) - Method in class org.jhotdraw.app.osx.OSXAdapter
It is important to mark the ApplicationEvent as handled and cancel the default behavior.
setApproveButtonMnemonic(int) - Method in interface org.jhotdraw.gui.URIChooser
Sets the approve button's mnemonic using a numeric keycode.
setApproveButtonText(String) - Method in interface org.jhotdraw.gui.URIChooser
Sets the text used in the ApproveButton in the FileChooserUI .
setArc(double, double) - Method in class org.jhotdraw.draw.RoundRectangleFigure
Convenience method for setting both the arc width and the arc height.
setArc(double, double) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
setArc(Dimension2DDouble) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
setArc(double, double) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Convenience method for setting both the arc width and the arc height.
setArcHeight(double) - Method in class org.jhotdraw.draw.RoundRectangleFigure
Sets the arc height.
setArcHeight(double) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Sets the arc height.
setArcWidth(double) - Method in class org.jhotdraw.draw.RoundRectangleFigure
Sets the arc width.
setArcWidth(double) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Sets the arc width.
setArrangement(Arrangeable.Arrangement) - Method in interface org.jhotdraw.gui.Arrangeable
 
setArrangement(Arrangeable.Arrangement) - Method in class org.jhotdraw.gui.JMDIDesktopPane
 
setAttribute(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Sets an attribute.
setAttribute(String, String, String) - Method in interface net.n3.nanoxml.IXMLElement
Sets an attribute.
setAttribute(String, String) - Method in class net.n3.nanoxml.XMLElement
Sets an attribute.
setAttribute(String, String, String) - Method in class net.n3.nanoxml.XMLElement
Sets an attribute.
setAttributeEditor(AttributeEditor<T>) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Attaches the FigureAttributeEditorHandler to the specified AttributeEditor.
setAttributeEnabled(AttributeKey, boolean) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
setAttributeEnabled(AttributeKey, boolean) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
setAttributeEnabled(AttributeKey, boolean) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
setAttributeKey(AttributeKey<T>) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
setAttributeOnChildren(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
setAttributeOnChildren(AttributeKey, Object) - Method in class org.jhotdraw.draw.DefaultDrawing
 
setAttributeOnChildren(AttributeKey, Object) - Method in class org.jhotdraw.draw.QuadTreeDrawing
 
setAttributeOnChildren(AttributeKey<T>, T) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
setAttributes(Map<AttributeKey, Object>) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
setAttributes(Map<AttributeKey, Object>) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
setAttributes(Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
setAttributes(Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
setAttributeValue(Double) - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
setAttributeValue(T) - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
setAttributeValue(T) - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
setAttributeValue(T) - Method in interface org.jhotdraw.gui.AttributeEditor
Sets the attribute value.
setBase(int) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
setBase(int) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
setBaseClass(Class) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
setBaseIndex() - Method in class org.jhotdraw.color.AbstractHarmonicRule
 
setBaseIndex() - Method in interface org.jhotdraw.color.HarmonicRule
 
setBezierPath(BezierPath) - Method in class org.jhotdraw.draw.BezierFigure
 
setBorderColor(Color) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
setBorderToNonRollover(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the border of the component to have a non-rollover border which was created by createNonRolloverBorder.
setBorderToNormal(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the border of the component to have a normal border.
setBorderToRollover(Component) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the border of the component to have a rollover border which was created by createRolloverBorder.
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
setBounds(Rectangle2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.AbstractFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Sets the location of the first and the last BezierPath.Node of the BezierFigure.
setBounds(int, int, int, int) - Method in class org.jhotdraw.draw.DefaultDrawingView
Side effect: Changes view Translation.
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.DiamondFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.EllipseFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.Figure
Sets the logical and untransformed bounds of the figure.
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Moves the figure.
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.ImageFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.RectangleFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
setBounds(Rectangle2D.Double, String) - Method in class org.jhotdraw.draw.text.FloatingTextArea
Positions and sizes the overlay.
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.TextAreaFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.TextFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.TriangleFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
setBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
SetBoundsEdit - Class in org.jhotdraw.draw.event
SetBoundsEdit.
SetBoundsEdit(AbstractFigure, Point2D.Double, Point2D.Double, Point2D.Double, Point2D.Double) - Constructor for class org.jhotdraw.draw.event.SetBoundsEdit
Creates a new instance.
setBufferedImage(BufferedImage) - Method in class org.jhotdraw.draw.ImageFigure
Sets the buffered image.
setBufferedImage(BufferedImage) - Method in interface org.jhotdraw.draw.ImageHolderFigure
Sets the buffered image for the figure.
setBufferedImage(BufferedImage) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Sets the buffered image.
setBuilder(IXMLBuilder) - Method in interface net.n3.nanoxml.IXMLParser
Sets the builder which creates the logical structure of the XML data.
setBuilder(IXMLBuilder) - Method in class net.n3.nanoxml.StdXMLParser
Sets the builder which creates the logical structure of the XML data.
setCanvasSize(Dimension2DDouble) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
 
setClampRGBValues(boolean) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
setClipboard(Clipboard) - Static method in class org.jhotdraw.gui.datatransfer.ClipboardUtil
Sets the Clipboard singleton used by the JHotDraw framework.
setClone(Figure, T) - Method in class org.jhotdraw.draw.AttributeKey
Convenience method for setting a clone of a value on a figure.
setClosed(boolean) - Method in class org.jhotdraw.draw.BezierFigure
 
setClosed(boolean) - Method in class org.jhotdraw.geom.BezierPath
 
setColor(Color) - Method in interface org.jhotdraw.color.ColorSliderModel
Sets the color value of the model.
setColor(Color) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
setColorComponentIndex(int) - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
setColorSliderModel(ColorSliderModel) - Method in class org.jhotdraw.color.ColorTrackImageProducer
 
setColorSpace(ColorSpace) - Method in interface org.jhotdraw.color.ColorSliderModel
Changes the ColorSpace used by this ColorSliderModel.
setColorSpace(ColorSpace) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
setColorSpace(ColorSpace) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
setColorSpace(ColorSpace) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
setColorSpace(ColorSpace) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
setColorToModel(Color) - Method in class org.jhotdraw.color.ColorWheelChooser
 
setColorToModel(Color) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
setColorToModel(Color) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
setColorToModel(Color) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
setColorToModel(Color) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
setColorToModel(Color) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
setColumnCount(int, boolean) - Method in class org.jhotdraw.gui.JPopupButton
Sets the number of columns of the popup menu.
setColumns(int) - Method in class org.jhotdraw.gui.VerticalGridLayout
Sets the number of columns in this layout to the specified value.
setComponent(int, float) - Method in interface org.jhotdraw.color.ColorSliderModel
Sets a value for an individual component.
setComponent(int, float) - Method in class org.jhotdraw.color.DefaultColorSliderModel
 
setComponentIndex(int) - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
setConnectable(boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
setConnectable(boolean) - Method in class org.jhotdraw.draw.LineConnectionFigure
ConnectionFigures cannot be connected and always sets connectable to false.
setConnection(ConnectionFigure) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
setConnectToDecorator(boolean) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
setConstrainer(GridConstrainer) - Method in class org.jhotdraw.draw.action.EditGridPanel
Sets the GridConstrainer to be edited by this panel.
setConstrainerVisible(boolean) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setConstrainerVisible(boolean) - Method in interface org.jhotdraw.draw.DrawingView
Changes between a visible Constrainer and an invisible Constrainer.
setConstraint(float) - Method in class org.jhotdraw.color.SimpleHarmonicRule
 
setContent(String) - Method in interface net.n3.nanoxml.IXMLElement
Sets the #PCDATA content.
setContent(String) - Method in class net.n3.nanoxml.XMLElement
Sets the #PCDATA content.
setContents(Transferable, ClipboardOwner) - Method in class org.jhotdraw.gui.datatransfer.AbstractClipboard
Sets the current contents of the clipboard to the specified Transferable object.
setContents(Transferable, ClipboardOwner) - Method in class org.jhotdraw.gui.datatransfer.AWTClipboard
Sets the current contents of the clipboard to the specified Transferable object.
setContents(Transferable, ClipboardOwner) - Method in class org.jhotdraw.gui.datatransfer.JNLPClipboard
 
setControlPoint(int, Point2D.Double) - Method in class org.jhotdraw.geom.BezierPath.Node
 
setCookie(String, String) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a cookie to the requst
setCookies(String) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a cookie to the requst
setCookies(Map<String, String>) - Method in class org.jhotdraw.net.ClientHttpRequest
adds cookies to the request
setCookies(String[]) - Method in class org.jhotdraw.net.ClientHttpRequest
adds cookies to the request
setCoordinates(Point2D.Double[]) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
setCopyright(String) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
setCursor(Cursor) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setCursor(Cursor) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the cursor on the view(s) of the drawing editor.
setCursor(Cursor) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setCursor(Cursor) - Method in interface org.jhotdraw.draw.DrawingView
Sets the cursor of the DrawingView.
setData(String) - Method in class org.jhotdraw.samples.draw.DrawApplet
 
setData(String) - Method in class org.jhotdraw.samples.draw.DrawLiveConnectApplet
 
setData(String) - Method in class org.jhotdraw.samples.net.NetApplet
 
setData(String) - Method in class org.jhotdraw.samples.pert.PertApplet
 
setDecorator(Figure) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
setDecorator(Figure) - Method in interface org.jhotdraw.draw.DecoratedFigure
Sets a decorator Figure, for example a visual adornment to this Figure.
setDefault(Locale) - Static method in class org.jhotdraw.util.LocaleUtil
 
setDefaultAttribute(AttributeKey, Object) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setDefaultAttribute(AttributeKey<T>, T) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets a default attribute of the editor.
setDefaultAttribute(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setDefaults(Figure) - Static method in class org.jhotdraw.samples.odg.ODGAttributeKeys
Sets ODG default values.
setDefaults(Figure) - Static method in class org.jhotdraw.samples.svg.SVGAttributeKeys
Sets SVG default values.
setDelegate(IXMLValidator) - Method in class net.n3.nanoxml.ValidatorPlugin
Sets the delegate.
setDerivedIndices(int...) - Method in class org.jhotdraw.color.AbstractHarmonicRule
 
setDerivedIndices(int...) - Method in interface org.jhotdraw.color.HarmonicRule
 
setDescription(String) - Method in class org.jhotdraw.samples.odg.ODGDrawing
 
setDialogTitle(String) - Method in interface org.jhotdraw.gui.URIChooser
Sets the string that goes in the URIChooser window's title bar.
setDialogType(int) - Method in interface org.jhotdraw.gui.URIChooser
Sets the type of this dialog.
setDisclosureState(int) - Method in class org.jhotdraw.gui.JDisclosureToolBar
 
setDisclosureStateCount(int) - Method in class org.jhotdraw.gui.JDisclosureToolBar
 
setDockingColor(Color) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the color displayed when over a docking area
setDoctype(String) - Method in interface org.jhotdraw.xml.DOMOutput
Sets the doctype for the XML document.
setDoctype(String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
setDoctype(String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
setDocument(Document) - Method in class org.jhotdraw.gui.JLifeFormattedTextArea
 
setDocument(Document) - Method in class org.jhotdraw.gui.JLifeFormattedTextField
 
setDraggedFigure(Figure) - Method in class org.jhotdraw.draw.tool.DefaultDragTracker
 
setDraggedFigure(Figure) - Method in class org.jhotdraw.draw.tool.DnDTracker
 
setDraggedFigure(Figure) - Method in interface org.jhotdraw.draw.tool.DragTracker
 
setDragTracker(DragTracker) - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to set a DragTracker.
setDrawing(Drawing) - Method in class org.jhotdraw.draw.action.EditCanvasPanel
Sets the GridConstrainer to be edited by this panel.
setDrawing(Drawing) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setDrawing(Drawing) - Method in interface org.jhotdraw.draw.DrawingView
Sets and installs another drawing in the view.
setDrawing(Drawing) - Method in class org.jhotdraw.draw.event.DrawingAttributeEditorHandler
 
setDrawing(Drawing) - Method in class org.jhotdraw.samples.draw.DrawingPanel
 
setDrawing(Drawing) - Method in class org.jhotdraw.samples.net.NetPanel
 
setDrawing(Drawing) - Method in class org.jhotdraw.samples.odg.ODGDrawingPanel
 
setDrawing(Drawing) - Method in class org.jhotdraw.samples.pert.PertPanel
 
setDrawing(Drawing) - Method in interface org.jhotdraw.samples.svg.gui.DrawingComponent
Sets the drawing of the DrawingComponent.
setDrawing(Drawing) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
setDrawingActions(Collection<Action>) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
setDrawingDoubleBuffered(boolean) - Method in class org.jhotdraw.draw.DefaultDrawingView
Sets whether the drawing is double buffered.
setDuration(int) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
setEditable(boolean) - Method in class org.jhotdraw.draw.TextAreaFigure
 
setEditable(boolean) - Method in class org.jhotdraw.draw.TextFigure
 
setEditable(boolean) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
setEditable(boolean) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
setEditable(boolean) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Attaches the FigureAttributeEditorHandler to the specified DrawingEditor.
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.draw.DrawView
Sets a drawing editor for the view.
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.net.NetView
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanel
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.odg.ODGView
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.pert.PertView
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.AbstractToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.AlignToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.ArrangeToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.FigureToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.FillToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.FontToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.LinkToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.gui.StrokeToolBar
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
setEditor(DrawingEditor) - Method in class org.jhotdraw.samples.svg.SVGView
 
setEmptyDrawingMessage(String) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setEnabled(boolean) - Method in class org.jhotdraw.app.AbstractApplication
 
setEnabled(boolean) - Method in class org.jhotdraw.app.action.AbstractApplicationAction
Enables or disables the action.
setEnabled(boolean) - Method in class org.jhotdraw.app.action.AbstractViewAction
Enables or disables the action.
setEnabled(boolean) - Method in interface org.jhotdraw.app.Application
Sets the enabled state of the application.
setEnabled(boolean) - Method in interface org.jhotdraw.app.View
Sets the enabled state of the view.
setEnabled(boolean) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setEnabled(boolean) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setEnabled(boolean) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the enabled state of the drawing editor.
setEnabled(boolean) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setEnabled(boolean) - Method in interface org.jhotdraw.draw.DrawingView
Sets the enabled state of the drawing view.
setEnabled(boolean) - Method in class org.jhotdraw.samples.odg.ODGView
 
setEnabled(boolean) - Method in class org.jhotdraw.samples.svg.SVGView
 
setEnabled(boolean) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
setEndConnector(Connector) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the end Connector of the connection.
setEndConnector(Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setEndPoint(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Convenience method for setting the point coordinate of the end point.
setEndPoint(Point2D.Double) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the end point.
setEndPoint(Point2D.Double) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setExcludedAttributes(Set<AttributeKey>) - Method in class org.jhotdraw.draw.action.ApplyAttributesAction
Set of attributes that is excluded when applying default attributes.
setExcludedAttributes(Set<AttributeKey>) - Method in class org.jhotdraw.draw.action.PickAttributesAction
Set of attributes that is excluded when applying default attributes.
setExtent(int) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Ignored: The extent is always zero.
setFigureActions(Collection<Action>) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
setFilled(boolean) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
setFlipX(boolean) - Method in class org.jhotdraw.color.JColorWheel
 
setFlipY(boolean) - Method in class org.jhotdraw.color.JColorWheel
 
setFloating(boolean, Point) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
setFloatingColor(Color) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the color displayed when over a floating area
setFloatingLocation(int, int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
setFontRenderContext(FontRenderContext) - Method in class org.jhotdraw.draw.AbstractDrawing
 
setFontRenderContext(FontRenderContext) - Method in interface org.jhotdraw.draw.Drawing
Sets the font render context used to do text leyout and text drawing.
setFonts(Font[]) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
Sets the fonts of the DefaultFontChooserModel.
setFontSize(float) - Method in class org.jhotdraw.draw.TextAreaFigure
 
setFontSize(float) - Method in class org.jhotdraw.draw.TextFigure
 
setFontSize(float) - Method in interface org.jhotdraw.draw.TextHolderFigure
Sets the font size of the text held by the TextHolderFigure.
setFontSize(float) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
setFontSize(float) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
setFormatterFactory(JFormattedTextField.AbstractFormatterFactory) - Method in class org.jhotdraw.gui.JLifeFormattedTextArea
 
setGradientCircle(double, double, double) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
setGradientVector(double, double, double, double) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
setGridVisible(boolean) - Method in class org.jhotdraw.samples.net.NetView
 
setGridVisible(boolean) - Method in class org.jhotdraw.samples.odg.ODGView
 
setGridVisible(boolean) - Method in class org.jhotdraw.samples.pert.PertView
 
setHandleAttribute(AttributeKey, Object) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setHandleAttribute(AttributeKey<T>, T) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets a handle attribute of the editor.
setHandleAttribute(AttributeKey<T>, T) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setHandleDetailLevel(int) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setHandleDetailLevel(int) - Method in interface org.jhotdraw.draw.DrawingView
The detail level of the handles.
setHandler(OSXAdapter) - Static method in class org.jhotdraw.app.osx.OSXAdapter
setHandler creates a Proxy object from the passed OSXAdapter and adds it as an ApplicationListener.
setHandles(Handle, Collection<Handle>) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
setHandles(Handle, Collection<Handle>) - Method in interface org.jhotdraw.draw.tool.HandleTracker
 
setHandleTracker(HandleTracker) - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to set a HandleTracker.
setHarmonicColorModel(HarmonicColorModel) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
setHasSignificantEdits(boolean) - Method in class org.jhotdraw.undo.UndoRedoManager
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.app.AbstractView
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.samples.draw.DrawView
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.samples.net.NetView
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.samples.odg.ODGView
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.samples.pert.PertView
 
setHasUnsavedChanges(boolean) - Method in class org.jhotdraw.samples.svg.SVGView
 
setHeight(double) - Method in class org.jhotdraw.draw.GridConstrainer
 
setHgap(int) - Method in class org.jhotdraw.gui.VerticalGridLayout
Sets the horizontal gap between components to the specified value.
setIcon(Icon) - Method in class org.jhotdraw.samples.svg.gui.MessagePanel
 
setImage(byte[], BufferedImage) - Method in class org.jhotdraw.draw.ImageFigure
Sets the image.
setImage(byte[], BufferedImage) - Method in interface org.jhotdraw.draw.ImageHolderFigure
Sets the image.
setImage(byte[], BufferedImage) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Sets the image.
setImageData(byte[]) - Method in class org.jhotdraw.draw.ImageFigure
Sets the image data.
setImageData(byte[]) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Sets the image data.
setIndeterminate(boolean) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
setInputFormats(List<InputFormat>) - Method in class org.jhotdraw.draw.AbstractDrawing
 
setInputFormats(List<InputFormat>) - Method in interface org.jhotdraw.draw.Drawing
Sets input formats for the Drawing in order of preferred formats.
setInputMap(InputMap) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setInputMap(InputMap) - Method in interface org.jhotdraw.draw.DrawingEditor
Sets the input map used by the tool of this drawing editor as a fall back for handling keyboard events.
setInputMap(InputMap) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setInputMap(InputMap) - Method in class org.jhotdraw.draw.tool.AbstractTool
Sets the InputMap for the Tool.
setInvisibleConstrainer(Constrainer) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setInvisibleConstrainer(Constrainer) - Method in interface org.jhotdraw.draw.DrawingView
Sets the editor's constrainer for this view, for use, when the visible constrainer is turned off.
setItemFont(Font) - Method in class org.jhotdraw.gui.JPopupButton
Sets the font used for popup menu items.
setLabelFor(TextHolderFigure) - Method in class org.jhotdraw.draw.LabelFigure
 
setLayouter(Layouter) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Set a Layouter object which encapsulated a layout algorithm for this figure.
setLayouter(Layouter) - Method in interface org.jhotdraw.draw.CompositeFigure
Set a Layouter object which encapsulated a layout algorithm for this figure.
setLayouter(Layouter) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
setLineNumbersVisible(boolean) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
setLineNumbersVisible(boolean) - Method in class org.jhotdraw.samples.teddy.text.NumberedViewFactory
 
setLiner(Liner) - Method in interface org.jhotdraw.draw.ConnectionFigure
Set a Liner object which encapsulated a lineout algorithm for this figure.
setLiner(Liner) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setLineSeparator(String) - Method in class org.jhotdraw.samples.teddy.io.LFWriter
Sets the line separator for the println() methods.
setLineWrap(boolean) - Method in class org.jhotdraw.samples.teddy.JEditorArea
Sets the line-wrapping policy of the text area.
setLineWrap(boolean) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
setLocale(Locale) - Method in class org.jhotdraw.undo.UndoRedoManager
 
setLocation(Point2D.Double) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Sets the location of the connectableConnector point.
setLocation(Point2D.Double) - Method in class org.jhotdraw.draw.handle.ConnectionEndHandle
Sets the start point of the connection.
setLocation(Point2D.Double) - Method in class org.jhotdraw.draw.handle.ConnectionStartHandle
Sets the start point of the connection.
setMajorGridSpacing(int) - Method in class org.jhotdraw.draw.GridConstrainer
Spacing between major grid lines.
setMask(int) - Method in class org.jhotdraw.geom.BezierPath.Node
 
setMaximum(int) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Ignored: The maximum of an input stream can not be changed.
setMaximum(int) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
Specifies the maximum value.
setMaximum(Comparable) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the maximum permissible value.
setMaximumFractionDigits(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the maximum number of digits allowed in the integer portion of a number.
setMenuBuilder(MenuBuilder) - Method in class org.jhotdraw.app.DefaultApplicationModel
 
setMessage(String) - Method in class org.jhotdraw.samples.svg.gui.MessagePanel
 
setMessage(String) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
setMinimum(int) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Ignored: The minimum of an input stream is always zero.
setMinimum(int) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
Specifies the minimum value.
setMinimum(Comparable) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the minimum permissible value.
setMinimumFractionDigits(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Specifies whether ".0" is appended to double and float values.
setMinimumIntegerDigits(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumNegativeExponent(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the minimum negative exponent value for scientific notation.
setMinimumPositiveExponent(int) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the minimum positive exponent value for scientific notation.
setMinSelectionCount(int) - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
setModel(ApplicationModel) - Method in class org.jhotdraw.app.AbstractApplication
 
setModel(ApplicationModel) - Method in interface org.jhotdraw.app.Application
Sets the application model.
setModel(ColorSliderModel) - Method in class org.jhotdraw.color.JColorWheel
 
setModel(FontChooserModel) - Method in class org.jhotdraw.gui.JFontChooser
Sets the selected Font.
setMultipleOpenId(int) - Method in class org.jhotdraw.app.AbstractView
 
setMultipleOpenId(int) - Method in interface org.jhotdraw.app.View
Sets the multiple open id.
setMultipleValues(boolean) - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
setMultipleValues(boolean) - Method in class org.jhotdraw.draw.gui.JAttributeTextArea
 
setMultipleValues(boolean) - Method in class org.jhotdraw.draw.gui.JAttributeTextField
 
setMultipleValues(boolean) - Method in interface org.jhotdraw.gui.AttributeEditor
This method is called, if the figures of the attribute field have multiple values.
setMultiplier(double) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets the multiplier for use in percent, per mille, and similar formats.
setName(String) - Method in interface net.n3.nanoxml.IXMLElement
Sets the full name.
setName(String, String) - Method in interface net.n3.nanoxml.IXMLElement
Sets the name.
setName(String) - Method in class net.n3.nanoxml.XMLElement
Sets the full name.
setName(String, String) - Method in class net.n3.nanoxml.XMLElement
Sets the name.
setName(String) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
setName(String) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
setName(String) - Method in class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
 
setName(String) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
setNode(int, BezierPath.Node) - Method in class org.jhotdraw.draw.BezierFigure
Sets a control point.
setNode(int, BezierPath.Node) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the specified node.
setNode(int, BezierPath.Node) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setNote(String) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
setOffset(Point) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
setOpenApplicationHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
The action listener will be called when the application receives an Open Application event from the Finder or another application.
setOpenFileHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
Pass this method an ActionListener equipped to handle document events from the Finder.
setOrientation(int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DragWindow
 
setOrientation(int) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
setOutputFormat(ColorFormatter.Format) - Method in class org.jhotdraw.text.ColorFormatter
Sets the output format.
setOutputFormats(List<OutputFormat>) - Method in class org.jhotdraw.draw.AbstractDrawing
 
setOutputFormats(List<OutputFormat>) - Method in interface org.jhotdraw.draw.Drawing
Sets output formats for the Drawing in order of preferred formats.
setOutsideGamutHandling(CIELABColorSpace.OutsideGamutHandling) - Method in class org.jhotdraw.color.CIELABColorSpace
 
setOwner(Figure) - Method in class org.jhotdraw.draw.connector.AbstractConnector
Sets the connector's owner.
setPalette(Window) - Method in class org.jhotdraw.app.action.window.TogglePaletteAction
 
setParameter(String, String) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a string parameter to the request
setParameter(String, String, InputStream) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a file parameter to the request
setParameter(String, File) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a file parameter to the request
setParameter(String, Object) - Method in class org.jhotdraw.net.ClientHttpRequest
adds a parameter to the request; if the parameter is a File, the file is uploaded, otherwise the string value of the parameter is passed in the request
setParameterEntityResolver(IXMLEntityResolver) - Method in interface net.n3.nanoxml.IXMLValidator
Sets the parameter entity resolver.
setParameterEntityResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.NonValidator
Sets the parameter entity resolver.
setParameterEntityResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.ValidatorPlugin
Sets the parameter entity resolver.
setParameters(Map) - Method in class org.jhotdraw.net.ClientHttpRequest
adds parameters to the request
setParameters(Object[]) - Method in class org.jhotdraw.net.ClientHttpRequest
adds parameters to the request
setParent(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
setParent(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
setParent(MutableTreeNode) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
setParent(ActionMap) - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
setPoint(int, Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Sets the point coordinate of control point 0 at the specified node.
setPoint(int, int, Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Sets the point coordinate of a control point.
setPoint(int, Point2D.Double) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the specified point.
setPoint(int, Point2D.Double) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setPopupActions(List<Action>) - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
Sets the actions for the "Action" popup menu in the toolbar.
setPopupActions(List<Action>) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Sets the actions for the "Action" popup menu in the toolbar.
setPopupAlpha(float) - Method in class org.jhotdraw.gui.JPopupButton
 
setPopupAnchor(int) - Method in class org.jhotdraw.gui.JPopupButton
Sets the popup anchor.
setPopupMenu(JPopupMenu) - Method in class org.jhotdraw.gui.JPopupButton
 
setPotentialTarget(Connector) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
 
setPreferencesHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
Pass this method an ActionListener equipped to display application options.
setPresentationFigure(Figure) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Set a figure which renders this BasicCompositeFigure.
setPresentationName(String) - Method in class org.jhotdraw.beans.PropertyChangeEdit
Sets the presentation name of the undoable edit.
setPrettyPrint(boolean) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
setPreviewPanel(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorChooserMainPanel
 
setPrintFileHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
Pass this method an ActionListener equipped to handle document events from the Finder.
setProgress(int) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
Indicate the progress of the operation being monitored.
setProgressModel(BoundedRangeModel) - Method in class org.jhotdraw.samples.svg.gui.ProgressIndicator
 
setPropertiesPanelVisible(boolean) - Method in class org.jhotdraw.samples.odg.ODGView
 
setPropertyName(String) - Method in class org.jhotdraw.app.action.AbstractViewAction
Sets the property name.
setPublicID(String) - Method in interface net.n3.nanoxml.IXMLReader
Sets the public ID of the current stream.
setPublicID(String) - Method in class net.n3.nanoxml.StdXMLReader
Sets the public ID of the current stream.
setQuitHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
The action listener will be called when the Quit menu item is selected from the application menu.
setRadialComponentIndex(int) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
setRadialComponentIndex(int) - Method in class org.jhotdraw.color.JColorWheel
 
setRangeProperties(int, int, int, int, boolean) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Ignored: All values depend on the input stream.
setReader(IXMLReader) - Method in interface net.n3.nanoxml.IXMLParser
Sets the reader from which the parser retrieves its data.
setReader(IXMLReader) - Method in class net.n3.nanoxml.StdXMLParser
Sets the reader from which the parser retrieves its data.
setReader(Reader) - Method in class org.jhotdraw.io.StreamPosTokenizer
Sets the reader for the tokenizer.
setRelativeToFigureBounds(boolean) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
setRelativeToFigureBounds(boolean) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
setRemovable(boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
setRenderingHints(Graphics2D) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
 
setRenderingHints(Graphics2D) - Method in class org.jhotdraw.draw.print.DrawingPageable
 
setReOpenApplicationHandler(ActionListener) - Static method in class org.jhotdraw.app.osx.OSXAdapter
Called when the application receives a Reopen Application event from the Finder or another application.
setResolver(IXMLEntityResolver) - Method in interface net.n3.nanoxml.IXMLParser
Sets the entity resolver.
setResolver(IXMLEntityResolver) - Method in class net.n3.nanoxml.StdXMLParser
Sets the entity resolver.
setRolloverBorders(boolean) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Sets the flag for enabling rollover borders on the toolbar and it will also install the apropriate border depending on the state of the flag.
setRotates(double[]) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
setRows(int) - Method in class org.jhotdraw.gui.VerticalGridLayout
Sets the number of rows in this layout to the specified value.
setRubberbandColor(Color) - Method in class org.jhotdraw.draw.tool.TextAreaCreationTool
Sets the rubberband color for the tool.
setScaleFactor(double) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setScaleFactor(double) - Method in interface org.jhotdraw.draw.DrawingView
Sets the scale factor of the drawing view.
setScaleFactor(double) - Method in class org.jhotdraw.draw.gui.JAttributeSlider
 
setScaleFactor(double) - Method in class org.jhotdraw.samples.net.NetView
 
setScaleFactor(double) - Method in class org.jhotdraw.samples.odg.ODGView
 
setScaleFactor(double) - Method in class org.jhotdraw.samples.pert.PertView
 
setScreenMenuBar(JMenuBar) - Method in class org.jhotdraw.app.OSXApplication
 
setSelectable(boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
setSelectAreaTracker(SelectAreaTracker) - Method in class org.jhotdraw.draw.tool.SelectionTool
Method to set a SelectAreaTracker.
setSelectBehindEnabled(boolean) - Method in class org.jhotdraw.draw.tool.SelectionTool
Sets the selectBehindEnabled property.
setSelectedFont(Font) - Method in class org.jhotdraw.gui.JFontChooser
Sets the selected Font.
setSelectedFont(Font) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserPreviewPanel
 
setSelectedIndex(int) - Method in class org.jhotdraw.color.JHarmonicColorWheel
 
setSelectedURI(URI) - Method in class org.jhotdraw.gui.JFileURIChooser
 
setSelectedURI(URI) - Method in interface org.jhotdraw.gui.URIChooser
Sets the selected URI.
setSelectionPath(TreePath) - Method in class org.jhotdraw.gui.JFontChooser
Sets the selected Font.
setSelector(String) - Method in class org.jhotdraw.xml.css.CSSRule
 
setShowing(boolean) - Method in class org.jhotdraw.app.AbstractView
 
setShowing(boolean) - Method in interface org.jhotdraw.app.View
This is used by Application to keep track if a view is showing.
setSignificant(boolean) - Method in class org.jhotdraw.undo.CompositeEdit
 
setSize(int) - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
setSize(int) - Method in interface org.jhotdraw.color.HarmonicColorModel
 
setSize(double, double) - Method in class org.jhotdraw.geom.Dimension2DDouble
Sets the size of this Dimension2DDouble object to the specified width and height in double precision.
setSize(Dimension2DDouble) - Method in class org.jhotdraw.geom.Dimension2DDouble
Sets the size of this Dimension2DDouble object to the specified size.
setSlashSlashToken(String) - Method in class org.jhotdraw.io.StreamPosTokenizer
Sets the slash slash token.
setSlashStarTokens(String, String) - Method in class org.jhotdraw.io.StreamPosTokenizer
Sets the slash star and star slash tokens.
setSliderValue(int, int) - Method in class org.jhotdraw.color.DefaultColorSliderModel
Sets the value of the specified color componentIndex.
setSolid(boolean) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
setStartConnector(Connector) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the start Connector of the connection.
setStartConnector(Connector) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setStartIndex(int) - Method in class org.jhotdraw.samples.teddy.regex.Matcher
Sets the start index for the findNext(), findPrevious() methods.
setStartPoint(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
Convenience method for setting the point coordinate of the start point.
setStartPoint(Point2D.Double) - Method in interface org.jhotdraw.draw.ConnectionFigure
Sets the start point.
setStartPoint(Point2D.Double) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
setStartPosition(int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Set the start position of the current token.
setStatusBarVisible(boolean) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
setStops(double[], Color[], double[]) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
setStops(double[], Color[], double[]) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
setStroked(boolean) - Method in class org.jhotdraw.draw.decoration.AbstractLineDecoration
 
setSystemID(String) - Method in interface net.n3.nanoxml.IXMLReader
Sets the system ID of the current stream.
setSystemID(String) - Method in class net.n3.nanoxml.StdXMLReader
Sets the system ID of the current stream.
setTarget(DrawingEditor) - Method in class org.jhotdraw.draw.DrawingEditorProxy
Sets the target of the proxy.
setTargetFigure(Figure) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
setText(String) - Method in class org.jhotdraw.draw.TextAreaFigure
Sets the text shown by the text figure.
setText(String) - Method in class org.jhotdraw.draw.TextFigure
Sets the text shown by the text figure.
setText(String) - Method in interface org.jhotdraw.draw.TextHolderFigure
Sets the text of the Text Holder.
setText(String) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Sets the text shown by the text figure.
setText(String) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Sets the text shown by the text figure.
setTheta(double) - Method in class org.jhotdraw.draw.GridConstrainer
 
setTitle(String) - Method in class org.jhotdraw.app.AbstractView
 
setTitle(String) - Method in interface org.jhotdraw.app.View
Sets the title of the view.
setTitle(String) - Method in class org.jhotdraw.samples.odg.ODGDrawing
 
setTo(BezierPath.Node) - Method in class org.jhotdraw.geom.BezierPath.Node
 
setTo(BezierPath) - Method in class org.jhotdraw.geom.BezierPath
Sets all values of this bezier path to that bezier path, so that this path becomes identical to that path.
setTo(EnhancedPath.Segment) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
 
setTool(Tool) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
setTool(Tool) - Method in interface org.jhotdraw.draw.DrawingEditor
Calls deactivate on the previously active tool of this drawing editor.
setTool(Tool) - Method in class org.jhotdraw.draw.DrawingEditorProxy
 
setToolBar(JToolBar) - Method in class org.jhotdraw.app.action.window.ToggleToolBarAction
 
setToolDoneAfterCreation(boolean) - Method in class org.jhotdraw.draw.tool.BezierTool
 
setToolDoneAfterCreation(boolean) - Method in class org.jhotdraw.draw.tool.ConnectionTool
If this is set to false, the CreationTool does not fire toolDone after a new Figure has been created.
setToolDoneAfterCreation(boolean) - Method in class org.jhotdraw.draw.tool.CreationTool
If this is set to false, the CreationTool does not fire toolDone after a new Figure has been created.
setToolTipText(String) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Changes the default tool tip text returned by AbstractHandle.
setTracker(Tool) - Method in class org.jhotdraw.draw.tool.SelectionTool
 
setTransform(AffineTransform) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
setTransform(AffineTransform) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
setTransformable(boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
setType(JColorWheel.Type) - Method in class org.jhotdraw.color.JColorWheel
 
setUI(FontChooserUI) - Method in class org.jhotdraw.gui.JFontChooser
Sets the look and feel (L&F) object that renders this component.
setUndoable(Figure, T) - Method in class org.jhotdraw.draw.AttributeKey
Sets the attribute and returns an UndoableEditEvent which can be used to undo it.
setUndoManager(UndoRedoManager) - Method in class org.jhotdraw.samples.svg.gui.ActionsToolBar
 
setUndoRedoManager(UndoRedoManager) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
 
setUnit(String) - Method in class org.jhotdraw.text.JavaNumberFormatter
If non-null the unit string is appended to the value.
setUpdateDrawingEditorDefaults(boolean) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Set this to true if you want the attribute editor to update the default values of the drawing editor.
setUpdateEnabledState(boolean) - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
By default, the enabled state of this action is updated to reflect the enabled state of the active DrawingView.
setUpdateEnabledState(boolean) - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
By default, the enabled state of this action is updated to reflect the enabled state of the active DrawingView.
setUpdateEnabledState(boolean) - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
By default, the enabled state of this action is updated to reflect the enabled state of the active DrawingView.
setURI(URI) - Method in class org.jhotdraw.app.AbstractView
 
setURI(URI) - Method in interface org.jhotdraw.app.View
Sets the uri of the view.
setUseFileDialog(boolean) - Method in class org.jhotdraw.draw.tool.ImageTool
 
setUseFileDialog(boolean) - Method in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
setUserObject(Object) - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
setUserObject(Object) - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
setUserObject(Object) - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
setUsesScientificNotation(boolean) - Method in class org.jhotdraw.text.JavaNumberFormatter
Sets whether scientific notation is used.
setValidator(IXMLValidator) - Method in interface net.n3.nanoxml.IXMLParser
Sets the validator that validates the XML data.
setValidator(IXMLValidator) - Method in class net.n3.nanoxml.StdXMLParser
Sets the validator that validates the XML data.
setValue(Object) - Method in class org.jhotdraw.gui.JLifeFormattedTextArea
 
setValue(Object) - Method in class org.jhotdraw.gui.JLifeFormattedTextField
 
setValue(int) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Ignored: The value is always zero.
setValueIsAdjusting(boolean) - Method in class org.jhotdraw.io.BoundedRangeInputStream
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setVerbose(boolean) - Method in class org.jhotdraw.undo.CompositeEdit
 
setVerbose(boolean) - Static method in class org.jhotdraw.util.ResourceBundleUtil
 
setVersion(String) - Method in class org.jhotdraw.app.AbstractApplicationModel
 
setVertical(boolean) - Method in class org.jhotdraw.gui.VerticalGridLayout
 
setVerticalComponentIndex(int) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
setVerticalComponentIndex(int) - Method in class org.jhotdraw.color.JColorWheel
 
setVerticalValue(float) - Method in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
setVgap(int) - Method in class org.jhotdraw.gui.VerticalGridLayout
Sets the vertical gap between components to the specified value.
setView(View) - Method in class org.jhotdraw.app.action.window.FocusWindowAction
 
setView(DrawingView) - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
Attaches the FigureAttributeEditorHandler to the specified DrawingView.
setView(DrawingView) - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
setView(DrawingView) - Method in interface org.jhotdraw.draw.handle.Handle
Sets the view of the handle.
setView(DrawingView) - Method in class org.jhotdraw.samples.odg.ODGPropertiesPanel
 
setView(DrawingView) - Method in class org.jhotdraw.samples.svg.gui.ViewToolBar
 
setViewClass(Class) - Method in class org.jhotdraw.app.AbstractApplicationModel
Use this method only, if setViewClassName() does not suit you.
setViewClassName(String) - Method in class org.jhotdraw.app.AbstractApplicationModel
Use this method for best application startup performance.
setViewRenderingHints(Graphics2D) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setVisible(boolean) - Method in class org.jhotdraw.draw.AbstractFigure
 
setVisible(boolean) - Method in class org.jhotdraw.draw.GridConstrainer
 
setVisible(boolean) - Method in class org.jhotdraw.gui.JComponentPopup
 
setVisibleConstrainer(Constrainer) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
setVisibleConstrainer(Constrainer) - Method in interface org.jhotdraw.draw.DrawingView
Sets the editor's constrainer for this view, for use, when the visible constrainer is turned on.
setVisibleIfCreationTool(boolean) - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
setWheelInsets(Insets) - Method in class org.jhotdraw.color.JColorWheel
 
setWidth(double) - Method in class org.jhotdraw.draw.GridConstrainer
 
setWindingRule(int) - Method in class org.jhotdraw.geom.BezierPath
Sets winding rule for filling the bezier path.
setWindingRule(int) - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Sets winding rule for filling the bezier path.
shadow(Color, int) - Static method in class org.jhotdraw.color.ColorUtil
Blackens the specified color by casting a black shadow of the specified amount on the color.
Shapes - Class in org.jhotdraw.geom
Shapes.
SheetEvent - Class in org.jhotdraw.gui.event
SheetEvent.
SheetEvent(JSheet) - Constructor for class org.jhotdraw.gui.event.SheetEvent
Creates a new instance.
SheetEvent(JSheet, JFileChooser, int, Object) - Constructor for class org.jhotdraw.gui.event.SheetEvent
Creates a new instance.
SheetEvent(JSheet, URIChooser, int, Object) - Constructor for class org.jhotdraw.gui.event.SheetEvent
Creates a new instance.
SheetEvent(JSheet, JOptionPane, int, Object, Object) - Constructor for class org.jhotdraw.gui.event.SheetEvent
Creates a new instance.
SheetListener - Interface in org.jhotdraw.gui.event
SheetListener.
show(View) - Method in class org.jhotdraw.app.AppletApplication
 
show(View) - Method in interface org.jhotdraw.app.Application
Shows a view.
show(View) - Method in class org.jhotdraw.app.MDIApplication
 
show(View) - Method in class org.jhotdraw.app.OSXApplication
 
show(View) - Method in class org.jhotdraw.app.SDIApplication
 
show() - Method in class org.jhotdraw.gui.JSheet
 
show0() - Method in class org.jhotdraw.gui.JSheet
 
showConfirmSheet(Component, Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet with the options Yes, No and Cancel.
showConfirmSheet(Component, Object, int, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet where the number of choices is determined by the optionType parameter.
showConfirmSheet(Component, Object, int, int, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showConfirmSheet(Component, Object, int, int, Icon, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet with a specified icon, where the number of choices is determined by the optionType parameter.
showDialog(URIChooser, Component) - Method in class org.jhotdraw.app.action.file.OpenFileAction
We implement JFileChooser.showDialog by ourselves, so that we can center dialogs properly on screen on Mac OS X.
showDialog(Component, String) - Method in interface org.jhotdraw.gui.URIChooser
Pops a custom file chooser dialog with a custom approve button.
SHOWING_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the showing property.
showInputSheet(Component, Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Shows a question-message sheet requesting input from the user parented to parentComponent.
showInputSheet(Component, Object, Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Shows a question-message sheet requesting input from the user and parented to parentComponent.
showInputSheet(Component, Object, int, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Shows a sheet requesting input from the user parented to parentComponent and message type messageType.
showInputSheet(Component, Object, int, Icon, Object[], Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Prompts the user for input in a sheet where the initial selection, possible selections, and all other options can be specified.
showMessageSheet(Component, Object) - Static method in class org.jhotdraw.gui.JSheet
Brings up an information-message sheet.
showMessageSheet(Component, Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up an information-message sheet.
showMessageSheet(Component, Object, int) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet that displays a message using a default icon determined by the messageType parameter.
showMessageSheet(Component, Object, int, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet that displays a message using a default icon determined by the messageType parameter.
showMessageSheet(Component, Object, int, Icon, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet displaying a message, specifying all parameters.
showOpenDialog(Component) - Method in interface org.jhotdraw.gui.URIChooser
Pops up an "Open" chooser dialog.
showOpenSheet(JFileChooser, Component, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays an "Open File" file chooser sheet.
showOpenSheet(URIChooser, Component, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays an "Open File" file chooser sheet.
showOptionSheet(Component, Object, int, int, Icon, Object[], Object, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Brings up a sheet with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showPopup(MouseEvent) - Method in class org.jhotdraw.gui.JPopupButton
 
showPopupMenu(Figure, Point, Component) - Method in class org.jhotdraw.draw.tool.DelegationSelectionTool
 
showSaveDialog(Component) - Method in interface org.jhotdraw.gui.URIChooser
Pops up a "Save File" file chooser dialog.
showSaveSheet(JFileChooser, Component, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays a "Save File" file chooser sheet.
showSaveSheet(URIChooser, Component, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays a "Save File" file chooser sheet.
showSheet(JOptionPane, Component, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays an option pane as a sheet on its parent window.
showSheet(JFileChooser, Component, String, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays a custom file chooser sheet with a custom approve button.
showSheet(URIChooser, Component, String, SheetListener) - Static method in class org.jhotdraw.gui.JSheet
Displays a custom file chooser sheet with a custom approve button.
SimpleHarmonicRule - Class in org.jhotdraw.color
SimpleHarmonicRule.
SimpleHarmonicRule(int, float, int, int...) - Constructor for class org.jhotdraw.color.SimpleHarmonicRule
 
size() - Method in class org.jhotdraw.color.DefaultHarmonicColorModel
 
size() - Method in interface org.jhotdraw.color.HarmonicColorModel
 
SIZE - Static variable in class org.jhotdraw.draw.connector.LocatorConnector
The standard size of the connector.
size() - Method in class org.jhotdraw.gui.plaf.palette.PaletteLazyActionMap
 
size() - Method in class org.jhotdraw.util.ReversedList
 
skip(long) - Method in class org.jhotdraw.io.BoundedRangeInputStream
Overrides FilterInputStream.skip to update the value after the skip.
SlantedLiner - Class in org.jhotdraw.draw.liner
SlantedLiner.
SlantedLiner() - Constructor for class org.jhotdraw.draw.liner.SlantedLiner
Creates a new instance.
SlantedLiner(double) - Constructor for class org.jhotdraw.draw.liner.SlantedLiner
 
slashSlashComments(boolean) - Method in class org.jhotdraw.io.StreamPosTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class org.jhotdraw.io.StreamPosTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sliders - Variable in class org.jhotdraw.color.DefaultColorSliderModel
JSlider's associated to this model.
SmartConnectionFigureSample - Class in org.jhotdraw.samples.mini
Example showing how to connect two text areas with an elbow connection.
SmartConnectionFigureSample() - Constructor for class org.jhotdraw.samples.mini.SmartConnectionFigureSample
 
sort(Collection<? extends Figure>) - Method in class org.jhotdraw.draw.DefaultDrawing
 
sort(Collection<? extends Figure>) - Method in interface org.jhotdraw.draw.Drawing
Returns a copy of the provided collection which is sorted in z order from back to front.
sort(Collection<Figure>) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure
Implementation note: Sorting can not be done for orphaned children.
sort(Collection<? extends Figure>) - Method in class org.jhotdraw.draw.QuadTreeDrawing
Implementation note: Sorting can not be done for orphaned children.
South(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.South
 
South(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.South
 
South(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveAction.South
 
South(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveConstrainedAction.South
 
south(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
south(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
south(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
south() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
South.
south() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming South.
south(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
South.
south(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
south(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
southEast(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
southEast(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
southEast(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
southEast() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
South east.
southEast() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming South east.
southEast(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
South East.
southWest(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
southWest(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
southWest(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
southWest() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
South west.
southWest() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming South west.
southWest(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
South West.
split(Image, int, boolean) - Static method in class org.jhotdraw.util.Images
Splits an image into count subimages.
SplitAction - Class in org.jhotdraw.samples.odg.action
SplitPathsAction.
SplitAction(DrawingEditor) - Constructor for class org.jhotdraw.samples.odg.action.SplitAction
Creates a new instance.
SplitAction - Class in org.jhotdraw.samples.svg.action
SplitPathsAction.
SplitAction(DrawingEditor) - Constructor for class org.jhotdraw.samples.svg.action.SplitAction
Creates a new instance.
SplitAction(DrawingEditor, SVGPathFigure) - Constructor for class org.jhotdraw.samples.svg.action.SplitAction
 
splitActionPerformed(ActionEvent) - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
splitAtCorners(List<Point2D.Double>, double, double) - Static method in class org.jhotdraw.geom.Bezier
Splits the digitized points into multiple segments at each corner point.
splitPath(DrawingView, CompositeFigure, List<Figure>, int[], int[]) - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
splitSegment(Point2D.Double, double) - Method in class org.jhotdraw.draw.BezierFigure
Splits the segment at the given Point2D.Double if a segment was hit.
splitSegment(Point2D.Double, float) - Method in class org.jhotdraw.draw.BezierFigure
Splits the segment at the given Point2D.Double if a segment was hit.
splitSegment(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Splits the segment at the given Point2D.Double if a segment was hit.
splitSegment(Point2D.Double, double) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
Splits the segment at the given Point2D.Double if a segment was hit.
start(List<URI>) - Method in class org.jhotdraw.app.AbstractApplication
 
start() - Method in class org.jhotdraw.app.AbstractView
Starts the view.
start(List<URI>) - Method in interface org.jhotdraw.app.Application
Starts the application.
start() - Method in interface org.jhotdraw.app.View
Starts the view.
start() - Method in class org.jhotdraw.gui.Worker
Starts the Worker on an internal worker thread.
START_DECORATION - Static variable in class org.jhotdraw.draw.AttributeKeys
 
startBuilding(String, int) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called before the parser starts processing its input.
startBuilding(String, int) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called before the parser starts processing its input.
startConnector - Variable in class org.jhotdraw.draw.tool.ConnectionTool
The Connector at the start point of the connection.
startElement(String, String, String, String, int) - Method in interface net.n3.nanoxml.IXMLBuilder
This method is called when a new XML element is encountered.
startElement(String, String, String, String, int) - Method in class net.n3.nanoxml.StdXMLBuilder
This method is called when a new XML element is encountered.
startNewStream(Reader) - Method in interface net.n3.nanoxml.IXMLReader
Starts a new stream from a Java reader.
startNewStream(Reader, boolean) - Method in interface net.n3.nanoxml.IXMLReader
Starts a new stream from a Java reader.
startNewStream(Reader) - Method in class net.n3.nanoxml.StdXMLReader
Starts a new stream from a Java reader.
startNewStream(Reader, boolean) - Method in class net.n3.nanoxml.StdXMLReader
Starts a new stream from a Java reader.
STARTS_WITH - Static variable in class org.jhotdraw.samples.teddy.regex.MatchType
 
STATE_COUNT_PROPERTY - Static variable in class org.jhotdraw.gui.DisclosureIcon
This client property needs to be set on the component.
stateChanged(ChangeEvent) - Method in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
stateChanged(ChangeEvent) - Method in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
stateChanged(ChangeEvent) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
statusBar - Variable in class org.jhotdraw.samples.teddy.TeddyView
 
StdXMLBuilder - Class in net.n3.nanoxml
StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a tree of IXMLElement from an XML data source.
StdXMLBuilder() - Constructor for class net.n3.nanoxml.StdXMLBuilder
Creates the builder.
StdXMLBuilder(IXMLElement) - Constructor for class net.n3.nanoxml.StdXMLBuilder
Creates the builder.
StdXMLParser - Class in net.n3.nanoxml
StdXMLParser is the core parser of NanoXML.
StdXMLParser() - Constructor for class net.n3.nanoxml.StdXMLParser
Creates a new parser.
StdXMLReader - Class in net.n3.nanoxml
StdXMLReader reads the data to be parsed.
StdXMLReader(String, String) - Constructor for class net.n3.nanoxml.StdXMLReader
Initializes the reader from a system and public ID.
StdXMLReader(Reader) - Constructor for class net.n3.nanoxml.StdXMLReader
Initializes the XML reader.
StdXMLReader(InputStream) - Constructor for class net.n3.nanoxml.StdXMLReader
Initializes the XML reader.
StickyRectangleConnector - Class in org.jhotdraw.draw.connector
A StickyRectangleConnector locates connection points by choping the connection between the centers of the two figures at the display box.
StickyRectangleConnector() - Constructor for class org.jhotdraw.draw.connector.StickyRectangleConnector
Creates a new instance.
StickyRectangleConnector(Figure) - Constructor for class org.jhotdraw.draw.connector.StickyRectangleConnector
 
StickyRectangleConnector(Figure, Point2D.Double) - Constructor for class org.jhotdraw.draw.connector.StickyRectangleConnector
 
stop() - Method in class org.jhotdraw.app.AbstractApplication
 
stop() - Method in class org.jhotdraw.app.AbstractView
Stops the view.
stop() - Method in interface org.jhotdraw.app.Application
Stops the application without saving any unsaved views.
stop() - Method in interface org.jhotdraw.app.View
Stops the view.
StraightLineFigure - Class in org.jhotdraw.samples.mini
Example showing the minimal amount of code needed to implement a Figure by extending AbstractAttributedFigure.
StraightLineFigure() - Constructor for class org.jhotdraw.samples.mini.StraightLineFigure
Creates a new instance.
stream2reader(InputStream, StringBuffer) - Method in class net.n3.nanoxml.StdXMLReader
Converts a stream to a reader while detecting the encoding.
StreamPosTokenizer - Class in org.jhotdraw.io
This extension of StreamTokenizer keeps track of the position of the tokens in the input stream, and it can parse hexadecimal numbers and double numbers with exponents.
StreamPosTokenizer() - Constructor for class org.jhotdraw.io.StreamPosTokenizer
Initializes everything except the streams.
StreamPosTokenizer(Reader) - Constructor for class org.jhotdraw.io.StreamPosTokenizer
Create a tokenizer that parses the given character stream.
stringReader(String) - Static method in class net.n3.nanoxml.StdXMLReader
Creates a new reader using a string as input.
stringToValue(String) - Method in class org.jhotdraw.text.ColorFormatter
 
stringToValue(String) - Method in class org.jhotdraw.text.FontFormatter
 
stringToValue(String) - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns the Object representation of the String text.
STROKE_CAP - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke join.
STROKE_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke color.
STROKE_DASH_PHASE - Static variable in class org.jhotdraw.draw.AttributeKeys
A double used to specify the starting phase of the stroke dashes.
STROKE_DASHES - Static variable in class org.jhotdraw.draw.AttributeKeys
An array of doubles used to specify the dash pattern in a BasicStroke;
STROKE_GRADIENT - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the stroke gradient of a ODG figure.
STROKE_GRADIENT - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the stroke gradient of a SVG figure.
STROKE_INNER_WIDTH_FACTOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Factor for the stroke inner width.
STROKE_JOIN - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke join.
STROKE_MITER_LIMIT - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke miter limit factor.
STROKE_OPACITY - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the stroke opacity of a ODG figure.
STROKE_OPACITY - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the stroke opacity of a SVG figure.
STROKE_PLACEMENT - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke placement.
STROKE_STYLE - Static variable in class org.jhotdraw.samples.odg.ODGAttributeKeys
Specifies the stroke style of a ODG figure.
STROKE_STYLES - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
STROKE_TYPE - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke type.
STROKE_WIDTH - Static variable in class org.jhotdraw.draw.AttributeKeys
Stroke width.
StrokeIcon - Class in org.jhotdraw.draw.action
StrokeIcon.
StrokeIcon(Stroke) - Constructor for class org.jhotdraw.draw.action.StrokeIcon
Creates a new instance.
StrokeToolBar - Class in org.jhotdraw.samples.svg.gui
StrokeToolBar.
StrokeToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.StrokeToolBar
Creates new instance.
StrokeToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for StrokeToolPane.
StrokeToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.StrokeToolBarBeanInfo
 
STYLE_NAMESPACE - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
StyleManager - Class in org.jhotdraw.xml.css
StyleManager applies styling Rules to an XML DOM.
StyleManager() - Constructor for class org.jhotdraw.xml.css.StyleManager
 
SUBMENU_KEY - Static variable in class org.jhotdraw.app.action.ActionUtil
All actions with equal value are put into the same submenu.
subtract(double, double, double, double) - Method in class org.jhotdraw.geom.Insets2D
Subtracts the specified insets from the current insets.
subtract(Insets2D) - Method in class org.jhotdraw.geom.Insets2D
Subtracts the specified insets from the current insets.
subtractTo(Rectangle2D) - Method in class org.jhotdraw.geom.Insets2D
Subtracts the current insets to the specified Rectangle2D making the rectangle smaller.
SummaryToolBar - Class in org.jhotdraw.samples.svg.gui
SummaryToolBar.
SummaryToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.SummaryToolBar
Creates new instance.
SummaryToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for SummaryToolBar.
SummaryToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.SummaryToolBarBeanInfo
 
superBasicSetBounds(Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
supportedAttributeMap - Static variable in class org.jhotdraw.draw.AttributeKeys
 
supportedAttributes - Static variable in class org.jhotdraw.draw.AttributeKeys
A put with all attributes defined by this class.
supportsHandleInteraction() - Method in class org.jhotdraw.draw.tool.AbstractTool
Returns true, if this tool lets the user interact with handles.
supportsHandleInteraction() - Method in class org.jhotdraw.draw.tool.SelectionTool
Returns true, if this tool lets the user interact with handles.
supportsHandleInteraction() - Method in interface org.jhotdraw.draw.tool.Tool
Returns true, if this tool lets the user interact with handles.
suspendEncoding() - Method in class org.jhotdraw.io.Base64.OutputStream
Suspends encoding of the stream.
sval - Variable in class org.jhotdraw.io.StreamPosTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
SVG_ABSOLUTE_FONT_SIZES - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_COLORS - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_FILL_RULES - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_MIMETYPE - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_NAMESPACE - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
SVG_NAMESPACE - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_RELATIVE_FONT_SIZES - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_STROKE_LINECAPS - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_STROKE_LINEJOINS - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_TEXT_ALIGNS - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVG_TEXT_ANCHORS - Static variable in class org.jhotdraw.samples.svg.SVGConstants
 
SVGApplet - Class in org.jhotdraw.samples.svg
This is the base class for concrete implementations of SVG drawing applets.
SVGApplet() - Constructor for class org.jhotdraw.samples.svg.SVGApplet
 
SVGApplicationModel - Class in org.jhotdraw.samples.svg
SVGApplicationModel.
SVGApplicationModel() - Constructor for class org.jhotdraw.samples.svg.SVGApplicationModel
Creates a new instance.
SVGAttributedFigure - Class in org.jhotdraw.samples.svg.figures
SVGAttributedFigure.
SVGAttributedFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGAttributedFigure
Creates a new instance.
SVGAttributeKeys - Class in org.jhotdraw.samples.svg
SVGAttributeKeys.
SVGAttributeKeys() - Constructor for class org.jhotdraw.samples.svg.SVGAttributeKeys
 
SVGAttributeKeys.TextAlign - Enum in org.jhotdraw.samples.svg
 
SVGAttributeKeys.TextAnchor - Enum in org.jhotdraw.samples.svg
 
SVGBezierFigure - Class in org.jhotdraw.samples.svg.figures
SVGBezierFigure is not an actual SVG element, it is used by SVGPathFigure to represent a single BezierPath segment within an SVG path.
SVGBezierFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGBezierFigure
Creates a new instance.
SVGBezierFigure(boolean) - Constructor for class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
SVGConstants - Class in org.jhotdraw.samples.svg
SVGConstants.
SVGCreateFromFileTool - Class in org.jhotdraw.samples.svg
A tool to create new figures from an input file.
SVGCreateFromFileTool(ImageHolderFigure, CompositeFigure) - Constructor for class org.jhotdraw.samples.svg.SVGCreateFromFileTool
Creates a new instance.
SVGCreateFromFileTool(ImageHolderFigure, CompositeFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.samples.svg.SVGCreateFromFileTool
Creates a new instance.
SVGDrawingPanel - Class in org.jhotdraw.samples.svg
JSVGDrawingAppletPanel.
SVGDrawingPanel() - Constructor for class org.jhotdraw.samples.svg.SVGDrawingPanel
Creates new instance.
SVGDrawingPanelBeanInfo - Class in org.jhotdraw.samples.svg
The BeanInfo for SVGDrawingPanel.
SVGDrawingPanelBeanInfo() - Constructor for class org.jhotdraw.samples.svg.SVGDrawingPanelBeanInfo
 
SVGDrawingPanelSample - Class in org.jhotdraw.samples.mini
Example showing how to embed the SVGDrawingPanel into an application that does not make use of the JHotDraw application framework.
SVGDrawingPanelSample() - Constructor for class org.jhotdraw.samples.mini.SVGDrawingPanelSample
Creates new form SVGDrawingPanelSample
SVGElementFactory - Interface in org.jhotdraw.samples.svg.io
Creates SVG elements from Figures.
SVGEllipseFigure - Class in org.jhotdraw.samples.svg.figures
SVGEllipse represents a SVG ellipse and a SVG circle element.
SVGEllipseFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
Creates a new instance.
SVGEllipseFigure(double, double, double, double) - Constructor for class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
 
SVGFigure - Interface in org.jhotdraw.samples.svg.figures
SVGFigure.
SVGFigureFactory - Interface in org.jhotdraw.samples.svg.io
Creates Figures for SVG elements.
SVGGroupFigure - Class in org.jhotdraw.samples.svg.figures
SVGGroupFigure.
SVGGroupFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGGroupFigure
Creates a new instance.
SVGImageFigure - Class in org.jhotdraw.samples.svg.figures
SVGImage.
SVGImageFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGImageFigure
Creates a new instance.
SVGImageFigure(double, double, double, double) - Constructor for class org.jhotdraw.samples.svg.figures.SVGImageFigure
 
SVGInputFormat - Class in org.jhotdraw.samples.svg.io
SVGInputFormat.
SVGInputFormat() - Constructor for class org.jhotdraw.samples.svg.io.SVGInputFormat
Creates a new instance.
SVGInputFormat(SVGFigureFactory) - Constructor for class org.jhotdraw.samples.svg.io.SVGInputFormat
 
SVGOutputFormat - Class in org.jhotdraw.samples.svg.io
An output format for storing drawings as Scalable Vector Graphics SVG Tiny 1.2.
SVGOutputFormat() - Constructor for class org.jhotdraw.samples.svg.io.SVGOutputFormat
Creates a new instance.
SVGPathFigure - Class in org.jhotdraw.samples.svg.figures
SVGPath is a composite Figure which contains one or more SVGBezierFigures as its children.
SVGPathFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGPathFigure
Creates a new instance.
SVGPathFigure(boolean) - Constructor for class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
SVGPathOutlineHandle - Class in org.jhotdraw.samples.svg.figures
A non-interactive Handle which draws the outline of a SVGPathFigure to make editing easier.
SVGPathOutlineHandle(SVGPathFigure) - Constructor for class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
Creates a new instance.
SVGPathOutlineHandle(SVGPathFigure, boolean) - Constructor for class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
Creates a new instance.
SVGRectFigure - Class in org.jhotdraw.samples.svg.figures
SVGRect.
SVGRectFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGRectFigure
Creates a new instance.
SVGRectFigure(double, double, double, double) - Constructor for class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
SVGRectFigure(double, double, double, double, double, double) - Constructor for class org.jhotdraw.samples.svg.figures.SVGRectFigure
 
SVGRectRadiusHandle - Class in org.jhotdraw.samples.svg.figures
A Handle to manipulate the radius of a round lead rectangle.
SVGRectRadiusHandle(Figure) - Constructor for class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
Creates a new instance.
SVGTextAreaFigure - Class in org.jhotdraw.samples.svg.figures
SVGTextArea.
SVGTextAreaFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Creates a new instance.
SVGTextAreaFigure(String) - Constructor for class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
 
SVGTextFigure - Class in org.jhotdraw.samples.svg.figures
SVGText.
SVGTextFigure() - Constructor for class org.jhotdraw.samples.svg.figures.SVGTextFigure
Creates a new instance.
SVGTextFigure(String) - Constructor for class org.jhotdraw.samples.svg.figures.SVGTextFigure
 
SVGView - Class in org.jhotdraw.samples.svg
A view for SVG drawings.
SVGView() - Constructor for class org.jhotdraw.samples.svg.SVGView
Creates a new View.
SVGZInputFormat - Class in org.jhotdraw.samples.svg.io
SVGZInputFormat supports reading of uncompressed and compressed SVG images.
SVGZInputFormat() - Constructor for class org.jhotdraw.samples.svg.io.SVGZInputFormat
Creates a new instance.
SVGZOutputFormat - Class in org.jhotdraw.samples.svg.io
SVGZOutputFormat.
SVGZOutputFormat() - Constructor for class org.jhotdraw.samples.svg.io.SVGZOutputFormat
Creates a new instance.
sync() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
systemNodeForPackage(Class<?>) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Gets the system node for the package of the class if permitted, gets a proxy otherwise.

T

TabbedPaneLayout() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteTabbedPaneUI.TabbedPaneLayout
 
target - Variable in class org.jhotdraw.app.action.edit.AbstractSelectionAction
The target of the action or null if the action acts on the currently focused component.
targetAction - Variable in class org.jhotdraw.app.osx.OSXAdapter
 
targetFigure - Variable in class org.jhotdraw.draw.tool.ConnectionTool
The figure for which we enabled drawing of connectors.
targetMethod - Variable in class org.jhotdraw.app.osx.OSXAdapter
 
targetObject - Variable in class org.jhotdraw.app.osx.OSXAdapter
 
TaskFigure - Class in org.jhotdraw.samples.pert.figures
TaskFigure.
TaskFigure() - Constructor for class org.jhotdraw.samples.pert.figures.TaskFigure
Creates a new instance.
TeddyApplicationModel - Class in org.jhotdraw.samples.teddy
TeddyApplicationModel.
TeddyApplicationModel() - Constructor for class org.jhotdraw.samples.teddy.TeddyApplicationModel
Creates a new instance.
TeddyView - Class in org.jhotdraw.samples.teddy
TeddyView.
TeddyView() - Constructor for class org.jhotdraw.samples.teddy.TeddyView
Creates a new instance.
TEXT - Static variable in class org.jhotdraw.draw.AttributeKeys
The value of this attribute is a String object, which is used to display the text of the figure.
TEXT_ALIGN - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the text alignment of a SVGText figure.
TEXT_ALIGNMENT - Static variable in class org.jhotdraw.draw.AttributeKeys
Text alignment.
TEXT_ANCHOR - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the text anchor of a SVGText figure.
TEXT_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Text color.
TEXT_NAMESPACE - Static variable in class org.jhotdraw.samples.odg.ODGConstants
 
TEXT_SHADOW_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Text shadow color.
TEXT_SHADOW_OFFSET - Static variable in class org.jhotdraw.draw.AttributeKeys
Text shadow offset.
textArea - Variable in class org.jhotdraw.draw.text.FloatingTextArea
The actual editor
TextAreaCreationTool - Class in org.jhotdraw.draw.tool
A tool to create new or edit existing figures that implement the TextHolderFigure interface, such as TextAreaFigure.
TextAreaCreationTool(TextHolderFigure) - Constructor for class org.jhotdraw.draw.tool.TextAreaCreationTool
Creates a new instance.
TextAreaCreationTool(TextHolderFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.TextAreaCreationTool
 
TextAreaEditingTool - Class in org.jhotdraw.draw.tool
A tool to edit existing figures that implement the TextHolderFigure interface, such as TextAreaFigure.
TextAreaEditingTool(TextHolderFigure) - Constructor for class org.jhotdraw.draw.tool.TextAreaEditingTool
Creates a new instance.
TextAreaFigure - Class in org.jhotdraw.draw
A TextHolderFigure which holds multiple lines of text in a rectangular area.
TextAreaFigure() - Constructor for class org.jhotdraw.draw.TextAreaFigure
Creates a new instance.
TextAreaFigure(String) - Constructor for class org.jhotdraw.draw.TextAreaFigure
 
TextCreationTool - Class in org.jhotdraw.draw.tool
A tool to create figures which implement the TextHolderFigure interface, such as TextFigure.
TextCreationTool(TextHolderFigure) - Constructor for class org.jhotdraw.draw.tool.TextCreationTool
Creates a new instance.
TextCreationTool(TextHolderFigure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.tool.TextCreationTool
Creates a new instance.
TextEditingTool - Class in org.jhotdraw.draw.tool
A tool to edit figures which implement the TextHolderFigure interface, such as TextFigure.
TextEditingTool(TextHolderFigure) - Constructor for class org.jhotdraw.draw.tool.TextEditingTool
Creates a new instance.
textField - Variable in class org.jhotdraw.gui.plaf.palette.colorchooser.ColorSliderTextFieldHandler
 
TextFigure - Class in org.jhotdraw.draw
A TextHolderFigure which holds a single line of text.
TextFigure() - Constructor for class org.jhotdraw.draw.TextFigure
Creates a new instance.
TextFigure(String) - Constructor for class org.jhotdraw.draw.TextFigure
 
TextHolderFigure - Interface in org.jhotdraw.draw
The interface of a Figure that has some editable text contents.
TextInputFormat - Class in org.jhotdraw.draw.io
An input format for importing text into a drawing.
TextInputFormat(TextHolderFigure) - Constructor for class org.jhotdraw.draw.io.TextInputFormat
Creates a new image output format for text, for a figure that can not.
TextInputFormat(TextHolderFigure, String, String, String, boolean) - Constructor for class org.jhotdraw.draw.io.TextInputFormat
Creates a new image output format for the specified image format.
textLayout - Variable in class org.jhotdraw.draw.TextFigure
 
TextOverflowHandle - Class in org.jhotdraw.draw.handle
The TextOverflowHandle indicates when the text does not fit into the bounds of a TextAreaFigure.
TextOverflowHandle(TextHolderFigure) - Constructor for class org.jhotdraw.draw.handle.TextOverflowHandle
Creates a new instance.
tileFramesVertically() - Method in class org.jhotdraw.gui.JMDIDesktopPane
 
TITLE - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the title of an SVG drawing.
TITLE_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the title property.
toBufferedImage(RenderedImage) - Static method in class org.jhotdraw.util.Images
Converts an Image to BufferedImage.
toBufferedImage(Image) - Static method in class org.jhotdraw.util.Images
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.CIELABColorSpace
Lab to XYZ.
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.CIELCHabColorSpace
Lab to XYZ.
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSBColorSpace
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSLColorSpace
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSVColorSpace
 
toCIEXYZ(float[]) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
toColor(ColorSpace, float...) - Static method in class org.jhotdraw.color.ColorUtil
Returns a color object from color components in the specified color space.
toColor(Color) - Static method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
toCommaSeparatedArray(String) - Static method in class org.jhotdraw.samples.svg.io.SVGInputFormat
Returns a value as a String array.
toGeneralPath() - Method in class org.jhotdraw.geom.BezierPath
Converts the BezierPath into a Path2D.Double.
toGeneralPath() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Converts the EnhancedPath into a Path2D.Double.
ToggleGridAction - Class in org.jhotdraw.draw.action
Toggles the grid of the current view.
ToggleGridAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.ToggleGridAction
Creates a new instance.
ToggleLineNumbersAction - Class in org.jhotdraw.samples.teddy.action
ToggleLineNumbersAction.
ToggleLineNumbersAction(Application, View) - Constructor for class org.jhotdraw.samples.teddy.action.ToggleLineNumbersAction
Creates a new instance.
ToggleLineWrapAction - Class in org.jhotdraw.samples.teddy.action
ToggleLineWrapAction.
ToggleLineWrapAction(Application, View) - Constructor for class org.jhotdraw.samples.teddy.action.ToggleLineWrapAction
Creates a new instance.
TogglePaletteAction - Class in org.jhotdraw.app.action.window
TogglePaletteAction.
TogglePaletteAction(OSXApplication, Window, String) - Constructor for class org.jhotdraw.app.action.window.TogglePaletteAction
Creates a new instance.
togglePopup(MouseEvent) - Method in class org.jhotdraw.gui.JPopupButton
 
TogglePropertiesPanelAction - Class in org.jhotdraw.samples.odg.action
TogglePropertiesPanelAction.
TogglePropertiesPanelAction(Application, View) - Constructor for class org.jhotdraw.samples.odg.action.TogglePropertiesPanelAction
Creates a new instance.
toggleSelection(Figure) - Method in class org.jhotdraw.draw.DefaultDrawingView
If a figure isn't selected it is added to the selection.
toggleSelection(Figure) - Method in interface org.jhotdraw.draw.DrawingView
If a figure isn't selected it is added to the selection.
ToggleStatusBarAction - Class in org.jhotdraw.samples.teddy.action
ToggleStatusBarAction.
ToggleStatusBarAction(Application, View) - Constructor for class org.jhotdraw.samples.teddy.action.ToggleStatusBarAction
Creates a new instance.
ToggleToolBarAction - Class in org.jhotdraw.app.action.window
ToggleToolBarAction.
ToggleToolBarAction(JToolBar, String) - Constructor for class org.jhotdraw.app.action.window.ToggleToolBarAction
Creates a new instance.
ToggleViewPropertyAction - Class in org.jhotdraw.app.action.view
ToggleViewPropertyAction.
ToggleViewPropertyAction(Application, View, String) - Constructor for class org.jhotdraw.app.action.view.ToggleViewPropertyAction
Creates a new instance.
ToggleViewPropertyAction(Application, View, String, Class, Object, Object) - Constructor for class org.jhotdraw.app.action.view.ToggleViewPropertyAction
 
ToggleVisibleAction - Class in org.jhotdraw.app.action.window
Toggles the visible state of a Component.
ToggleVisibleAction(Component, String) - Constructor for class org.jhotdraw.app.action.window.ToggleVisibleAction
Creates a new instance.
toImage(Drawing, List<Figure>, double, boolean) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Creates a BufferedImage from the specified list of figures.
toImage(Drawing, List<Figure>, AffineTransform, Dimension) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Creates a BufferedImage from the specified list of figures.
toNumber(double) - Static method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
Returns a double array as a number attribute value.
Tool - Interface in org.jhotdraw.draw.tool
A tool defines a mode of a DrawingEditor.
TOOL_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingEditor
The property name for the active tool property.
ToolAdapter - Class in org.jhotdraw.draw.event
An abstract adapter class for receiving ToolEvents.
ToolAdapter() - Constructor for class org.jhotdraw.draw.event.ToolAdapter
 
toolBar - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.DockingListener
 
toolBar - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
TOOLBAR_ICON_PROPERTY - Static variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
TOOLBAR_INSETS_OVERRIDE_PROPERTY - Static variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
TOOLBAR_TEXT_ICON_GAP_PROPERTY - Static variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
toolBarContListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
ToolBarContListener() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarContListener
 
toolBarFocusListener - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
ToolBarFocusListener() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.ToolBarFocusListener
 
ToolBarLayout - Class in org.jhotdraw.gui
A layout which lays out components horizontally or vertically according to their preferred size.
ToolBarLayout() - Constructor for class org.jhotdraw.gui.ToolBarLayout
Creates a layout manager that will lay out components along the X-axis.
ToolBarLayout(int) - Constructor for class org.jhotdraw.gui.ToolBarLayout
Creates a layout manager that will lay out components along the given axis.
ToolBarPrefsHandler - Class in org.jhotdraw.util.prefs
ToolBarPrefsHandler.
ToolBarPrefsHandler(JToolBar, String, Preferences) - Constructor for class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
toolDone(ToolEvent) - Method in class org.jhotdraw.draw.event.ToolAdapter
 
toolDone(ToolEvent) - Method in interface org.jhotdraw.draw.event.ToolListener
Informs the listener that a tool has done its interaction.
ToolEvent - Class in org.jhotdraw.draw.event
An event sent to ToolListener's.
ToolEvent(Tool, DrawingView, Rectangle) - Constructor for class org.jhotdraw.draw.event.ToolEvent
Creates a new instance.
ToolListener - Interface in org.jhotdraw.draw.event
Interface implemented by observers of Tools.
toolStarted(ToolEvent) - Method in class org.jhotdraw.draw.event.ToolAdapter
 
toolStarted(ToolEvent) - Method in interface org.jhotdraw.draw.event.ToolListener
Informs the listener that a tool has starteds interacting with a specific drawing view.
ToolsToolBar - Class in org.jhotdraw.samples.svg.gui
DrawToolsPane.
ToolsToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.ToolsToolBar
Creates new instance.
ToolsToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for CreateToolPane.
ToolsToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.ToolsToolBarBeanInfo
 
top - Variable in class org.jhotdraw.geom.Insets2D.Double
 
top - Variable in class org.jhotdraw.geom.Insets2D.Float
 
toPath(BezierPath[]) - Static method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
Returns a value as a SVG Path attribute.
toPoints(Point2D.Double[]) - Static method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
Returns a Point2D.Double array as a Points attribute value.
toPolygonArray() - Method in class org.jhotdraw.geom.BezierPath
Creates a polygon/polyline array of the bezier path which only includes the C0 control points of the bezier nodes.
toQuotedAndCommaSeparatedArray(String) - Static method in class org.jhotdraw.samples.svg.io.SVGInputFormat
Returns a value as a String array.
toRGB(float[]) - Method in class org.jhotdraw.color.CIELABColorSpace
 
toRGB(float[]) - Method in class org.jhotdraw.color.CIELCHabColorSpace
 
toRGB(float[], float[]) - Method in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
toRGB(float[]) - Method in class org.jhotdraw.color.CMYKNominalColorSpace
 
toRGB(ColorSpace, float...) - Static method in class org.jhotdraw.color.ColorUtil
Returns an rgb value from color components in the specified color space.
toRGB(float[]) - Method in class org.jhotdraw.color.HSBColorSpace
 
toRGB(float[]) - Method in class org.jhotdraw.color.HSLColorSpace
 
toRGB(float[]) - Method in class org.jhotdraw.color.HSLPhysiologicColorSpace
 
toRGB(float[]) - Method in class org.jhotdraw.color.HSVColorSpace
 
toRGB(float[]) - Method in class org.jhotdraw.color.HSVPhysiologicColorSpace
 
toString() - Method in class net.n3.nanoxml.XMLElement
 
toString() - Method in exception net.n3.nanoxml.XMLException
Returns a string representation of the exception.
toString() - Method in class org.jhotdraw.beans.PropertyChangeEdit
Returns a string representation of this object useful for debugging.
toString() - Method in class org.jhotdraw.beans.WeakPropertyChangeListener
 
toString() - Method in class org.jhotdraw.draw.AbstractFigure
 
toString() - Method in class org.jhotdraw.draw.AttributeKey
Returns the key string.
toString() - Method in class org.jhotdraw.draw.event.TransformEdit
 
toString() - Method in class org.jhotdraw.draw.GridConstrainer
 
toString() - Method in class org.jhotdraw.geom.BezierPath.Node
 
toString() - Method in class org.jhotdraw.geom.Dimension2DDouble
Returns a string representation of the values of this Dimension2DDouble object's height and width fields.
toString() - Method in class org.jhotdraw.geom.Insets2D
Returns a string representation of this Insets object.
toString() - Method in class org.jhotdraw.gui.fontchooser.FontCollectionNode
 
toString() - Method in class org.jhotdraw.gui.fontchooser.FontFaceNode
 
toString() - Method in class org.jhotdraw.gui.fontchooser.FontFamilyNode
 
toString() - Method in class org.jhotdraw.gui.VerticalGridLayout
Returns the string representation of this grid layout's values.
toString() - Method in class org.jhotdraw.io.StreamPosTokenizer
Returns the string representation of the current stream token.
toString() - Method in class org.jhotdraw.samples.odg.figures.ODGGroupFigure
 
toString() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
toString() - Method in class org.jhotdraw.samples.svg.figures.SVGGroupFigure
 
toString() - Method in class org.jhotdraw.samples.svg.LinearGradient
 
toString() - Method in class org.jhotdraw.util.prefs.PreferencesUtil
 
toString() - Method in class org.jhotdraw.util.ResourceBundleUtil
 
toString() - Method in class org.jhotdraw.xml.css.CSSRule
 
toToolTipText(Color) - Static method in class org.jhotdraw.color.ColorUtil
Returns a tool tip text for the specified color with information in the color space of the color.
toTransform(String) - Static method in class org.jhotdraw.samples.odg.io.ODGInputFormat
Converts an ODG draw:transform attribute value into an AffineTransform.
toTransform(IXMLElement, String) - Static method in class org.jhotdraw.samples.svg.io.SVGInputFormat
 
toTransform(AffineTransform) - Static method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
toWSOrCommaSeparatedArray(String) - Static method in class org.jhotdraw.samples.odg.io.ODGInputFormat
Returns a value as a String array.
toWSOrCommaSeparatedArray(String) - Static method in class org.jhotdraw.samples.svg.io.SVGInputFormat
Returns a value as a String array.
traceStroke(BezierPath, Path2D.Double, Path2D.Double) - Method in class org.jhotdraw.geom.DoubleStroke
 
trackDoubleClick(Point, int, DrawingView) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
trackDoubleClick(Point, int) - Method in class org.jhotdraw.draw.handle.AbstractHandle
Tracks a double click.
trackDoubleClick(Point, int) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
trackDoubleClick(Point, int) - Method in interface org.jhotdraw.draw.handle.Handle
Tracks a double click.
trackEnd(Point, Point, int, DrawingView) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Connects the figure to the new connectableConnector.
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.CloseHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.DragHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
trackEnd(Point, Point, int) - Method in interface org.jhotdraw.draw.handle.Handle
Tracks the end of the interaction.
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.MoveHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.NullHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
TrackListener() - Constructor for class org.jhotdraw.color.ColorSliderUI.TrackListener
 
trackStart(Point, int, DrawingView) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Disconnects the connection.
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.CloseHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.DragHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
trackStart(Point, int) - Method in interface org.jhotdraw.draw.handle.Handle
Tracks the start of the interaction.
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.MoveHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.NullHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
trackStep(Point, Point, int, DrawingView) - Method in class org.jhotdraw.draw.event.HandleMulticaster
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.AbstractConnectionHandle
Finds a new connectableConnector of the connection.
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.AbstractRotateHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierControlPointHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierNodeHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierOutlineHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BezierScaleHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.BoundsOutlineHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.CloseHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.ConnectorHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.DragHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.FontSizeHandle
 
trackStep(Point, Point, int) - Method in interface org.jhotdraw.draw.handle.Handle
Tracks a step of the interaction.
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.MoveHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.NullHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.OrientationHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.RoundRectangleRadiusHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.handle.TextOverflowHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGPathOutlineHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.odg.figures.ODGRectRadiusHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.LinkHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGPathOutlineHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.samples.svg.figures.SVGRectRadiusHandle
 
transform(AffineTransform) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
Transforms the figure.
TRANSFORM - Static variable in class org.jhotdraw.draw.AttributeKeys
Specifies the transform of a Figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.BezierFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.draw.DiamondFigure
Moves the Figure to a new location.
transform(AffineTransform) - Method in class org.jhotdraw.draw.EllipseFigure
Transforms the figure.
transform(AffineTransform) - Method in interface org.jhotdraw.draw.Figure
Transforms the shape of the Figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
Standard presentation method which is delegated to the encapsulated presentation figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.ImageFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.LineConnectionFigure
Ensures that a connection is updated if the connection was moved.
transform(AffineTransform) - Method in class org.jhotdraw.draw.RectangleFigure
Moves the Figure to a new location.
transform(AffineTransform) - Method in class org.jhotdraw.draw.RoundRectangleFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.draw.TextAreaFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.draw.TextFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.draw.TriangleFigure
Moves the Figure to a new location.
transform(AffineTransform) - Method in class org.jhotdraw.geom.BezierPath
Transforms the BezierPath.
transform(AffineTransform) - Method in class org.jhotdraw.samples.mini.StraightLineFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.odg.figures.ODGBezierFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.odg.figures.ODGEllipseFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.samples.odg.figures.ODGPathFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.odg.figures.ODGRectFigure
Transforms the figure.
transform(AffineTransform) - Method in interface org.jhotdraw.samples.odg.Gradient
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGBezierFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGEllipseFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGImageFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGPathFigure
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGRectFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGTextAreaFigure
Transforms the figure.
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.figures.SVGTextFigure
Transforms the figure.
transform(AffineTransform) - Method in interface org.jhotdraw.samples.svg.Gradient
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.LinearGradient
 
transform(AffineTransform) - Method in class org.jhotdraw.samples.svg.RadialGradient
 
TRANSFORM_BOUNDS_COLOR_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds color 1.
TRANSFORM_BOUNDS_COLOR_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds disabled color 1.
TRANSFORM_BOUNDS_COLOR_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds hover color 1.
TRANSFORM_BOUNDS_COLOR_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds color 2.
TRANSFORM_BOUNDS_COLOR_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds disabled color 2.
TRANSFORM_BOUNDS_COLOR_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds hover color 2.
TRANSFORM_BOUNDS_STROKE_1 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds stroke 1.
TRANSFORM_BOUNDS_STROKE_1_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds disabled stroke 1.
TRANSFORM_BOUNDS_STROKE_1_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds hover stroke 1.
TRANSFORM_BOUNDS_STROKE_2 - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds stroke 2.
TRANSFORM_BOUNDS_STROKE_2_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds disabled stroke 2.
TRANSFORM_BOUNDS_STROKE_2_HOVER - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform bounds hover stroke 2.
TRANSFORM_HANDLE_FILL_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform handle fill color.
TRANSFORM_HANDLE_FILL_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform handle fill color.
TRANSFORM_HANDLE_STROKE_COLOR - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform handle stroke color.
TRANSFORM_HANDLE_STROKE_COLOR_DISABLED - Static variable in class org.jhotdraw.draw.handle.HandleAttributeKeys
Transform handle stroke color.
TRANSFORMABLE_PROPERTY - Static variable in interface org.jhotdraw.draw.Figure
The name of the "transformable" property.
TransformEdit - Class in org.jhotdraw.draw.event
An UndoableEdit event which can undo a lossless transform of Figures by applying the inverse of the transform to the figures.
TransformEdit(Figure, AffineTransform) - Constructor for class org.jhotdraw.draw.event.TransformEdit
Creates a new instance.
TransformEdit(Collection<Figure>, AffineTransform) - Constructor for class org.jhotdraw.draw.event.TransformEdit
 
TransformHandleKit - Class in org.jhotdraw.draw.handle
A set of utility methods to create Handles which transform a Figure by using its transform method.
TransformHandleKit() - Constructor for class org.jhotdraw.draw.handle.TransformHandleKit
Creates a new instance.
TransformRestoreEdit - Class in org.jhotdraw.draw.event
An UndoableEdit event which can undo a lossy transform of a single Figure by restoring the figure using its transform restore data.
TransformRestoreEdit(Figure, Object, Object) - Constructor for class org.jhotdraw.draw.event.TransformRestoreEdit
Creates a new instance.
translate(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Double
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(double, double) - Method in class org.jhotdraw.geom.Polygon2D.Float
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(float, float) - Method in class org.jhotdraw.geom.Polygon2D.Float
 
translate(double, double) - Method in class org.jhotdraw.geom.Polygon2D
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translatePoint(Point2D.Double, TranslationDirection) - Method in interface org.jhotdraw.draw.Constrainer
Moves a point to the closest constrained location in the specified direction.
translatePoint(Point2D.Double, TranslationDirection) - Method in class org.jhotdraw.draw.GridConstrainer
Moves a point to the closest grid point in a direction.
translateRectangle(Rectangle2D.Double, TranslationDirection) - Method in interface org.jhotdraw.draw.Constrainer
Moves a rectangle to the closest constrained location in the specified direction.
translateRectangle(Rectangle2D.Double, TranslationDirection) - Method in class org.jhotdraw.draw.GridConstrainer
 
TranslationDirection - Enum in org.jhotdraw.draw
Specifies the possible directions for translations on a two-dimensional plane.
TriangleFigure - Class in org.jhotdraw.draw
Implements a Figure with a triangular shape.
TriangleFigure() - Constructor for class org.jhotdraw.draw.TriangleFigure
Creates a new instance.
TriangleFigure(AttributeKeys.Orientation) - Constructor for class org.jhotdraw.draw.TriangleFigure
 
TriangleFigure(double, double, double, double) - Constructor for class org.jhotdraw.draw.TriangleFigure
 
TriangleFigure(double, double, double, double, AttributeKeys.Orientation) - Constructor for class org.jhotdraw.draw.TriangleFigure
 
TT_EOF - Static variable in class org.jhotdraw.io.StreamPosTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class org.jhotdraw.io.StreamPosTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER - Static variable in class org.jhotdraw.io.StreamPosTokenizer
A constant indicating that a number token has been read.
TT_WORD - Static variable in class org.jhotdraw.io.StreamPosTokenizer
A constant indicating that a word token has been read.
ttype - Variable in class org.jhotdraw.io.StreamPosTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
type - Variable in class org.jhotdraw.samples.odg.geom.EnhancedPath.Segment
The type of the segment.

U

UIResource() - Constructor for class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel.UIResource
 
UIResource() - Constructor for class org.jhotdraw.gui.PlacardScrollPaneLayout.UIResource
 
UIResource(Border) - Constructor for class org.jhotdraw.gui.plaf.palette.BackdropBorder.UIResource
 
UIResource(Border, Border) - Constructor for class org.jhotdraw.gui.plaf.palette.BackdropBorder.UIResource
 
UIResource() - Constructor for class org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder.UIResource
 
UNCLOSED_PATH_FILLED - Static variable in class org.jhotdraw.draw.AttributeKeys
Whether an unclosed path of a BezierFigure is filled.
unconfigureJCheckBoxMenuItem(JCheckBoxMenuItem, Action) - Static method in class org.jhotdraw.app.action.ActionUtil
Unconfigures a JCheckBoxMenuItem for an Action.
unconfigureSlider(JSlider) - Method in interface org.jhotdraw.color.ColorSliderModel
Unconfigures a JSlider.
unconfigureSlider(JSlider) - Method in class org.jhotdraw.color.DefaultColorSliderModel
Unconfigures a JSlider from this model.
undo() - Method in class org.jhotdraw.beans.PropertyChangeEdit
Undoes the change.
undo() - Method in class org.jhotdraw.draw.event.AttributeChangeEdit
 
undo() - Method in class org.jhotdraw.draw.event.BezierNodeEdit
 
undo() - Method in class org.jhotdraw.draw.event.CompositeFigureEdit
 
undo() - Method in class org.jhotdraw.draw.event.SetBoundsEdit
 
undo() - Method in class org.jhotdraw.draw.event.TransformEdit
 
undo() - Method in class org.jhotdraw.draw.event.TransformRestoreEdit
 
undo() - Method in class org.jhotdraw.undo.UndoRedoManager
Undoes the last edit event.
UNDO_PRESENTATION_NAME_KEY - Static variable in class org.jhotdraw.app.action.ActionUtil
UndoableEdit presentation name key.
undoableEditHappened(UndoableEditEvent) - Method in class org.jhotdraw.draw.AbstractCompositeFigure.EventHandler
 
undoableEditHappened(UndoableEditEvent) - Method in class org.jhotdraw.draw.QuadTreeCompositeFigure.FigureHandler
We propagate all edit events from our children to undoable edit listeners, which have registered with us.
UndoAction - Class in org.jhotdraw.app.action.edit
Undoes the last user action.
UndoAction(Application, View) - Constructor for class org.jhotdraw.app.action.edit.UndoAction
Creates a new instance.
undoManager - Variable in class org.jhotdraw.samples.teddy.TeddyView
The undo/redo manager.
undoOrRedo() - Method in class org.jhotdraw.undo.UndoRedoManager
Undoes or redoes the last edit event.
UndoRedoManager - Class in org.jhotdraw.undo
Same as javax.swing.UndoManager but provides actions for undo and redo operations.
UndoRedoManager() - Constructor for class org.jhotdraw.undo.UndoRedoManager
Creates new UndoRedoManager
UNEXPECTED_ATTRIBUTE - Static variable in exception net.n3.nanoxml.XMLValidationException
An unexpected attribute was encountered.
UNEXPECTED_ELEMENT - Static variable in exception net.n3.nanoxml.XMLValidationException
An unexpected element was encountered.
UNEXPECTED_PCDATA - Static variable in exception net.n3.nanoxml.XMLValidationException
An unexpected PCDATA element was encountered.
unexpectedAttribute(String, int, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that an attribute is unexpected.
unexpectedElement(String, int, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that an element is unexpected.
unexpectedPCData(String, int, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException to indicate that a #PCDATA element was unexpected.
UngroupAction - Class in org.jhotdraw.draw.action
UngroupAction.
UngroupAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.UngroupAction
Creates a new instance.
UngroupAction(DrawingEditor, CompositeFigure) - Constructor for class org.jhotdraw.draw.action.UngroupAction
 
ungroupFigures(DrawingView, CompositeFigure) - Method in class org.jhotdraw.draw.action.GroupAction
 
ungroupFigures(DrawingView, CompositeFigure) - Method in class org.jhotdraw.samples.odg.action.CombineAction
 
ungroupFigures(DrawingView, CompositeFigure) - Method in class org.jhotdraw.samples.odg.action.SplitAction
 
uninstallApplicationListeners(Application) - Method in class org.jhotdraw.app.action.AbstractApplicationAction
Installs listeners on the application object.
uninstallApplicationListeners(Application) - Method in class org.jhotdraw.app.action.file.ClearRecentFilesMenuAction
Installs listeners on the application object.
uninstallChooserPanel(JColorChooser) - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
Invoked when the panel is removed from the chooser.
uninstallComponents(JFontChooser) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
 
uninstallComponents() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
uninstallDefaultChoosers() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
uninstallDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
uninstallDefaults(JPanel) - Method in class org.jhotdraw.gui.plaf.palette.PalettePanelUI
 
uninstallDefaults() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
uninstallKeyboardActions() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
uninstallListeners() - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
uninstallListeners(JFontChooser) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
 
uninstallListeners() - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
uninstallSheet() - Method in class org.jhotdraw.gui.JSheet
Uninstalls the sheet on the owner.
uninstallUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteColorChooserUI
 
uninstallUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteFontChooserUI
Reverses configuration which was done on the specified component during installUI.
uninstallUI(JComponent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
 
uninstallViewListeners(View) - Method in class org.jhotdraw.app.action.AbstractViewAction
Uninstalls listeners on the view object.
uninstallViewListeners(View) - Method in class org.jhotdraw.app.action.edit.RedoAction
Installs listeners on the view object.
uninstallViewListeners(View) - Method in class org.jhotdraw.app.action.edit.UndoAction
Installs listeners on the view object.
uninstallViewListeners(View) - Method in class org.jhotdraw.app.action.view.ToggleViewPropertyAction
Installs listeners on the view object.
uninstallViewListeners(View) - Method in class org.jhotdraw.app.action.view.ViewPropertyAction
Installs listeners on the view object.
unread(char) - Method in interface net.n3.nanoxml.IXMLReader
Pushes the last character read back to the stream.
unread(char) - Method in class net.n3.nanoxml.StdXMLReader
Pushes the last character read back to the stream.
updateActiveView() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
updateAnchor(Point2D.Double) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
updateAnchor(Point2D.Double) - Method in interface org.jhotdraw.draw.connector.Connector
Updates the anchor of the connector.
updateAnchor(Point2D.Double) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
updateApplicationEnabled() - Method in class org.jhotdraw.app.action.AbstractApplicationAction
Updates the enabled state of this action depending on the new enabled state of the application.
updateAttributeEditor() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
updateBounds() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
updateBounds() - Method in class org.jhotdraw.samples.svg.figures.ConvexHullOutlineHandle
 
updateChooser() - Method in class org.jhotdraw.color.ColorWheelChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteCMYKChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorSlidersChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteColorWheelChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteHSBChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteRGBChooser
 
updateChooser() - Method in class org.jhotdraw.gui.plaf.palette.colorchooser.PaletteSwatchesChooser
 
updateConnection() - Method in interface org.jhotdraw.draw.ConnectionFigure
Updates the start and end point of the figure and fires figureChanged events.
updateConnection() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
updateConnection() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
updateCursor(DrawingView, Point) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
updateCursor(DrawingView, Point) - Method in class org.jhotdraw.draw.tool.CreationTool
 
updateCursor(DrawingView, Point) - Method in class org.jhotdraw.draw.tool.TextCreationTool
 
updateCursor(DrawingView, Point) - Method in class org.jhotdraw.draw.tool.TextEditingTool
 
updateDecoratorBounds() - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
updateDepth - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
updateEnabled(boolean, boolean) - Method in class org.jhotdraw.app.action.AbstractViewAction
Updates the enabled state of this action depending on the new enabled state of the view.
updateEnabled() - Method in class org.jhotdraw.app.action.edit.AbstractSelectionAction
 
updateEnabled() - Method in class org.jhotdraw.app.action.edit.ClearSelectionAction
 
updateEnabled() - Method in class org.jhotdraw.app.action.edit.PasteAction
 
updateEnabled() - Method in class org.jhotdraw.app.action.edit.SelectAllAction
 
updateEnabledState() - Method in class org.jhotdraw.app.action.edit.RedoAction
 
updateEnabledState() - Method in class org.jhotdraw.app.action.edit.UndoAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.AbstractDrawingEditorAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
Updates the enabled state of this action to reflect the enabled state of the active DrawingView.
updateEnabledState() - Method in class org.jhotdraw.draw.action.AbstractSelectedAction
Updates the enabled state of this action to reflect the enabled state of the active DrawingView.
updateEnabledState() - Method in class org.jhotdraw.draw.action.AlignAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.AttributeAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.DrawingColorChooserAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.DrawingColorChooserHandler
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.FontChooserHandler
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.GroupAction
 
updateEnabledState() - Method in class org.jhotdraw.draw.action.SelectionColorChooserHandler
 
updateEnabledState() - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
updateEndLocation(Point2D.Double) - Method in class org.jhotdraw.draw.connector.AbstractConnector
This is called, when the end location of the connection has been moved by the user.
updateFigures() - Method in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
updateHoverHandles(DrawingView, Figure) - Method in class org.jhotdraw.draw.tool.DefaultHandleTracker
 
updateHoverHandles(DrawingView, Figure) - Method in class org.jhotdraw.draw.tool.DefaultSelectAreaTracker
 
updateSelectionPath(Font) - Method in class org.jhotdraw.gui.JFontChooser
Updates the selection path to the selected font.
updateStartLocation(Point2D.Double) - Method in class org.jhotdraw.draw.connector.AbstractConnector
This is called, when the start location of the connection has been moved by the user.
updateStartTime() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
updateText() - Method in class org.jhotdraw.gui.JLifeFormattedTextField
Updates the text of the field from the value.
updateUI() - Method in class org.jhotdraw.gui.JFontChooser
Resets the UI property with a value from the current look and feel.
updateValue() - Method in class org.jhotdraw.gui.JLifeFormattedTextField
Updates the value from the text of the field.
updateView(View, View) - Method in class org.jhotdraw.app.action.AbstractViewAction
Updates the listeners of this action depending on the current view of the application.
updateView() - Method in class org.jhotdraw.app.action.AbstractViewAction
This method is invoked, when the property changed and when the view changed.
updateView(View, View) - Method in class org.jhotdraw.app.action.edit.RedoAction
 
updateView(View, View) - Method in class org.jhotdraw.app.action.edit.UndoAction
 
updateView() - Method in class org.jhotdraw.app.action.view.ToggleViewPropertyAction
 
updateView() - Method in class org.jhotdraw.samples.odg.action.TogglePropertiesPanelAction
This method is invoked, when the property changed and when the view changed.
updateView() - Method in class org.jhotdraw.samples.teddy.action.ToggleLineNumbersAction
 
updateView() - Method in class org.jhotdraw.samples.teddy.action.ToggleLineWrapAction
 
updateView() - Method in class org.jhotdraw.samples.teddy.action.ToggleStatusBarAction
 
updateViewState() - Method in class org.jhotdraw.draw.action.AbstractDrawingViewAction
This method is called when the active drawing view of the drawing editor changed.
updateViewState() - Method in class org.jhotdraw.draw.action.EditCanvasAction
 
updateViewState() - Method in class org.jhotdraw.draw.action.EditGridAction
 
updateViewState() - Method in class org.jhotdraw.draw.action.ToggleGridAction
 
updateViewTitle(View, JInternalFrame) - Method in class org.jhotdraw.app.MDIApplication
Updates the title of a view and displays it in the given frame.
updateViewTitle(View, JFrame) - Method in class org.jhotdraw.app.OSXApplication
Updates the title of a view and displays it in the given frame.
updateViewTitle(View, JFrame) - Method in class org.jhotdraw.app.SDIApplication
Updates the title of a view and displays it in the given frame.
updateVisibility() - Method in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
updateWidget() - Method in class org.jhotdraw.draw.text.FloatingTextArea
 
updateWidget() - Method in class org.jhotdraw.draw.text.FloatingTextField
 
upKey - Variable in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI
Deprecated.
As of Java 2 platform v1.3.
uri - Variable in class org.jhotdraw.app.AbstractView
The URI of the view.
URI_PROPERTY - Static variable in interface org.jhotdraw.app.View
The name of the uri property.
URIChooser - Interface in org.jhotdraw.gui
URIChooser provides a mechanism for the user to choose a URI.
URIUtil - Class in org.jhotdraw.net
URIUtil.
URIUtil() - Constructor for class org.jhotdraw.net.URIUtil
 
useFileDialog - Variable in class org.jhotdraw.draw.tool.ImageTool
 
useFileDialog - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
userNodeForPackage(Class<?>) - Static method in class org.jhotdraw.util.prefs.PreferencesUtil
Gets the user node for the package of the class if permitted, gets a proxy otherwise.

V

validate() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
validate() - Method in class org.jhotdraw.draw.AbstractFigure
 
validate() - Method in class org.jhotdraw.draw.BezierFigure
 
validate() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
validate() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
validate() - Method in class org.jhotdraw.draw.TextFigure
 
validatePath() - Method in class org.jhotdraw.geom.BezierPath
Recomputes the BezierPath, if it is invalid.
validatePath() - Method in class org.jhotdraw.samples.odg.geom.EnhancedPath
Recomputes the EnhancedPath, if it is invalid.
validationError(String, int, String, String, String, String) - Method in class net.n3.nanoxml.ValidatorPlugin
Throws an XMLValidationException.
ValidatorPlugin - Class in net.n3.nanoxml
ValidatorPlugin allows the application to insert additional validators into NanoXML.
ValidatorPlugin() - Constructor for class net.n3.nanoxml.ValidatorPlugin
Initializes the plugin.
valueForPathChanged(TreePath, Object) - Method in class org.jhotdraw.gui.fontchooser.DefaultFontChooserModel
 
valueOf(String) - Static method in enum org.jhotdraw.color.CIELABColorSpace.OutsideGamutHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer.OutsideGamutHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.color.JColorWheel.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.StrokePlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.StrokeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.Underfill
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.AttributeKeys.WindingRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.RotationDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.draw.TranslationDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.gui.Arrangeable.Arrangement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.samples.odg.geom.EnhancedPath.SegType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.samples.odg.ODGConstants.FillStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.samples.odg.ODGConstants.StrokeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.samples.svg.SVGAttributeKeys.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.samples.svg.SVGAttributeKeys.TextAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jhotdraw.text.ColorFormatter.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jhotdraw.color.CIELABColorSpace.OutsideGamutHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer.OutsideGamutHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.color.JColorWheel.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.StrokePlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.StrokeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.Underfill
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.AttributeKeys.WindingRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.RotationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.draw.TranslationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.gui.Arrangeable.Arrangement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.samples.odg.geom.EnhancedPath.SegType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.samples.odg.ODGConstants.FillStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.samples.odg.ODGConstants.StrokeStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.samples.svg.SVGAttributeKeys.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.samples.svg.SVGAttributeKeys.TextAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jhotdraw.text.ColorFormatter.Format
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in class org.jhotdraw.text.ColorFormatter
 
valueToString(Object) - Method in class org.jhotdraw.text.ColorToolTipTextFormatter
 
valueToString(Object) - Method in class org.jhotdraw.text.FontFormatter
 
valueToString(Object) - Method in class org.jhotdraw.text.JavaNumberFormatter
Returns a String representation of the Object value.
version - Variable in class org.jhotdraw.app.AbstractApplicationModel
 
VERSION_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplicationModel
 
Vertical(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.Vertical
 
Vertical(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.Vertical
 
VERTICAL_ID - Static variable in class org.jhotdraw.app.action.window.ArrangeWindowsAction
 
VerticalGridLayout - Class in org.jhotdraw.gui
VerticalGridLayout.
VerticalGridLayout() - Constructor for class org.jhotdraw.gui.VerticalGridLayout
Creates a grid layout with a default of one column per component, in a single row.
VerticalGridLayout(int, int) - Constructor for class org.jhotdraw.gui.VerticalGridLayout
Creates a grid layout with the specified number of rows and columns.
VerticalGridLayout(int, int, boolean) - Constructor for class org.jhotdraw.gui.VerticalGridLayout
 
VerticalGridLayout(int, int, int, int) - Constructor for class org.jhotdraw.gui.VerticalGridLayout
 
VerticalGridLayout(int, int, int, int, boolean) - Constructor for class org.jhotdraw.gui.VerticalGridLayout
Creates a grid layout with the specified number of rows and columns.
verticalIndex - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
verticalIndex - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
verticalIndex - Variable in class org.jhotdraw.color.JColorWheel
Vertical color component index.
VerticalLayouter - Class in org.jhotdraw.draw.layouter
A Layouter which lays out all children of a CompositeFigure in vertical direction.
VerticalLayouter() - Constructor for class org.jhotdraw.draw.layouter.VerticalLayouter
 
verticalValue - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
verticalValue - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
View - Interface in org.jhotdraw.app
A view paints a document on a JComponent within an Application.
view - Variable in class org.jhotdraw.draw.event.AbstractAttributeEditorHandler
 
view - Variable in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
view - Variable in class org.jhotdraw.draw.handle.AbstractHandle
 
view - Variable in class org.jhotdraw.draw.text.FloatingTextArea
The drawing view.
VIEW_CLASS_NAME_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplicationModel
 
VIEW_CLASS_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplicationModel
 
VIEW_COUNT_PROPERTY - Static variable in class org.jhotdraw.app.AbstractApplication
 
VIEW_PROPERTY - Static variable in class org.jhotdraw.app.action.AbstractViewAction
 
viewClass - Variable in class org.jhotdraw.app.AbstractApplicationModel
 
viewClassName - Variable in class org.jhotdraw.app.AbstractApplicationModel
 
VIEWPORT_FILL - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the viewport-fill of an SVG viewport.
VIEWPORT_FILL_OPACITY - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the viewport-fill-opacity of an SVG viewport.
VIEWPORT_HEIGHT - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the height of an SVG viewport.
VIEWPORT_WIDTH - Static variable in class org.jhotdraw.samples.svg.SVGAttributeKeys
Specifies the width of an SVG viewport.
ViewPropertyAction - Class in org.jhotdraw.app.action.view
ViewPropertyAction.
ViewPropertyAction(Application, View, String, Object) - Constructor for class org.jhotdraw.app.action.view.ViewPropertyAction
Creates a new instance.
ViewPropertyAction(Application, View, String, Class, Object) - Constructor for class org.jhotdraw.app.action.view.ViewPropertyAction
 
views() - Method in class org.jhotdraw.app.AbstractApplication
 
views() - Method in interface org.jhotdraw.app.Application
Returns a read only collection view of the views of this application.
ViewSourceAction - Class in org.jhotdraw.samples.svg.action
ViewSourceAction.
ViewSourceAction(Application, View) - Constructor for class org.jhotdraw.samples.svg.action.ViewSourceAction
Creates a new instance.
viewToDrawing(Point) - Method in class org.jhotdraw.draw.DefaultDrawingView
Converts view coordinates to drawing coordinates.
viewToDrawing(Rectangle) - Method in class org.jhotdraw.draw.DefaultDrawingView
 
viewToDrawing(Point) - Method in interface org.jhotdraw.draw.DrawingView
Converts view coordinates to drawing coordinates.
viewToDrawing(Rectangle) - Method in interface org.jhotdraw.draw.DrawingView
Converts view coordinates to drawing coordinates.
viewToDrawing(Point) - Method in class org.jhotdraw.draw.tool.AbstractTool
 
ViewToolBar - Class in org.jhotdraw.samples.svg.gui
ViewToolBar.
ViewToolBar() - Constructor for class org.jhotdraw.samples.svg.gui.ViewToolBar
Creates new instance.
ViewToolBarBeanInfo - Class in org.jhotdraw.samples.svg.gui
BeanInfo for ViewToolBar.
ViewToolBarBeanInfo() - Constructor for class org.jhotdraw.samples.svg.gui.ViewToolBarBeanInfo
 
viewTransformChanged() - Method in class org.jhotdraw.draw.handle.AbstractHandle
 
viewTransformChanged() - Method in interface org.jhotdraw.draw.handle.Handle
This method is invoked by the drawing view, when its transform has changed.
VISIBLE_CONSTRAINER_PROPERTY - Static variable in interface org.jhotdraw.draw.DrawingView
This constant is used to identify the visible constrainer property of the DrawingView.

W

w - Variable in class org.jhotdraw.color.AbstractColorWheelImageProducer
 
w - Variable in class org.jhotdraw.color.CIEXYChromaticityDiagramImageProducer
 
WeakPropertyChangeListener - Class in org.jhotdraw.beans
Property change listener that holds weak reference to a target property change listener.
WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class org.jhotdraw.beans.WeakPropertyChangeListener
 
weakRef - Variable in class org.jhotdraw.draw.event.SelectionComponentDisplayer
 
WEBSAVE_COLORS - Static variable in class org.jhotdraw.draw.action.ButtonFactory
Websave color palette as used by Macromedia Fireworks.
WEBSAVE_COLORS_COLUMN_COUNT - Static variable in class org.jhotdraw.draw.action.ButtonFactory
 
West(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.AlignAction.West
 
West(DrawingEditor, ResourceBundleUtil) - Constructor for class org.jhotdraw.draw.action.AlignAction.West
 
West(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveAction.West
 
West(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.MoveConstrainedAction.West
 
west(Figure) - Static method in class org.jhotdraw.draw.handle.MoveHandle
 
west(Figure) - Static method in class org.jhotdraw.draw.handle.ResizeHandleKit
 
west(Figure) - Static method in class org.jhotdraw.draw.handle.TransformHandleKit
 
west() - Static method in class org.jhotdraw.draw.locator.RelativeDecoratorLocator
West.
west() - Static method in class org.jhotdraw.draw.locator.RelativeLocator
Non-transforming West.
west(boolean) - Static method in class org.jhotdraw.draw.locator.RelativeLocator
West.
west(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
west(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
wheelInsets - Variable in class org.jhotdraw.color.JColorWheel
 
WheelsAndSlidersMain - Class in org.jhotdraw.samples.color
A demo of color wheels and color sliders using all kinds of color systems.
WheelsAndSlidersMain() - Constructor for class org.jhotdraw.samples.color.WheelsAndSlidersMain
Creates new form.
whitespaceChars(int, int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
width - Variable in class org.jhotdraw.geom.Dimension2DDouble
The width dimension; negative values can be used.
willChange() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
willChange() - Method in class org.jhotdraw.draw.AbstractFigure
Informs that a figure is about to change something that affects the contents of its display box.
willChange() - Method in interface org.jhotdraw.draw.Figure
Informs that the figure is about to change its visual representation (for example, its shape, or its color).
WINDING_RULE - Static variable in class org.jhotdraw.draw.AttributeKeys
Fill under stroke.
windowClosing(WindowEvent) - Method in class org.jhotdraw.gui.plaf.palette.PaletteToolBarUI.FrameListener
 
wordChars(int, int) - Method in class org.jhotdraw.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
Worker<T> - Class in org.jhotdraw.gui
This is an abstract class that you can subclass to perform GUI-related work in a dedicated event dispatcher.
Worker() - Constructor for class org.jhotdraw.gui.Worker
 
workerThread - Variable in class org.jhotdraw.draw.tool.ImageTool
 
workerThread - Variable in class org.jhotdraw.samples.svg.SVGCreateFromFileTool
 
wrapAroundCheck - Variable in class org.jhotdraw.samples.teddy.FindDialog
 
wrapDesktopPane(Component, LinkedList<Action>) - Method in class org.jhotdraw.app.MDIApplication
Returns the wrapped desktop pane.
wrapViewComponent(View) - Method in class org.jhotdraw.app.SDIApplication
Returns the view component.
write(IXMLElement) - Method in class net.n3.nanoxml.XMLWriter
Writes an XML element.
write(IXMLElement, boolean) - Method in class net.n3.nanoxml.XMLWriter
Writes an XML element.
write(IXMLElement, boolean, int) - Method in class net.n3.nanoxml.XMLWriter
Writes an XML element.
write(IXMLElement, boolean, int, boolean) - Method in class net.n3.nanoxml.XMLWriter
Writes an XML element.
write(URI, URIChooser) - Method in interface org.jhotdraw.app.View
Writes the view to the specified URI.
write(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.AbstractDrawing
 
write(DOMOutput) - Method in class org.jhotdraw.draw.BezierFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.connector.AbstractConnector
 
write(DOMOutput) - Method in class org.jhotdraw.draw.connector.LocatorConnector
 
write(DOMOutput) - Method in class org.jhotdraw.draw.connector.StickyRectangleConnector
 
write(DOMOutput) - Method in class org.jhotdraw.draw.decoration.ArrowTip
 
write(DOMOutput) - Method in class org.jhotdraw.draw.decoration.CompositeLineDecoration
 
write(DOMOutput) - Method in class org.jhotdraw.draw.decoration.PerpendicularBar
 
write(DOMOutput) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.ImageFigure
 
write(URI, Drawing) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
write(File, Drawing) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
write(OutputStream, Drawing) - Method in class org.jhotdraw.draw.io.DOMStorableInputOutputFormat
 
write(URI, Drawing) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
 
write(File, Drawing) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the drawing to the specified file.
write(OutputStream, Drawing) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the drawing to the specified output stream.
write(OutputStream, Drawing, AffineTransform, Dimension) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the drawing to the specified output stream.
write(OutputStream, Drawing, List<Figure>) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the figures to the specified output stream.
write(OutputStream, Drawing, List<Figure>, AffineTransform, Dimension) - Method in class org.jhotdraw.draw.io.ImageOutputFormat
Writes the figures to the specified output stream.
write(URI, Drawing) - Method in interface org.jhotdraw.draw.io.OutputFormat
Writes a Drawing into an URI.
write(OutputStream, Drawing) - Method in interface org.jhotdraw.draw.io.OutputFormat
Writes a Drawing into an output stream.
write(URI, Drawing) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
write(File, Drawing) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
write(OutputStream, Drawing) - Method in class org.jhotdraw.draw.io.SerializationInputOutputFormat
 
write(DOMOutput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.liner.CurvedLiner
 
write(DOMOutput) - Method in class org.jhotdraw.draw.liner.ElbowLiner
 
write(DOMOutput) - Method in class org.jhotdraw.draw.liner.SlantedLiner
 
write(DOMOutput) - Method in class org.jhotdraw.draw.locator.BezierLabelLocator
 
write(DOMOutput) - Method in class org.jhotdraw.draw.locator.BezierPointLocator
 
write(DOMOutput) - Method in class org.jhotdraw.draw.locator.RelativeLocator
 
write(DOMOutput) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.TextAreaFigure
 
write(DOMOutput) - Method in class org.jhotdraw.draw.TextFigure
 
write(int) - Method in class org.jhotdraw.io.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jhotdraw.io.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(char) - Method in class org.jhotdraw.net.ClientHttpRequest
 
write(String) - Method in class org.jhotdraw.net.ClientHttpRequest
 
write(URI, URIChooser) - Method in class org.jhotdraw.samples.draw.DrawView
Writes the view to the specified uri.
write(DOMOutput) - Method in class org.jhotdraw.samples.mini.DefaultDOMStorableSample.MyObject
 
write(URI, URIChooser) - Method in class org.jhotdraw.samples.net.NetView
Writes the view to the specified uri.
write(URI, URIChooser) - Method in class org.jhotdraw.samples.odg.ODGView
Writes the view to the specified uri.
write(DOMOutput) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
write(URI, URIChooser) - Method in class org.jhotdraw.samples.pert.PertView
Writes the view to the specified uri.
write(URI, Drawing) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
write(File, Drawing) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
write(OutputStream, Drawing) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
write(OutputStream, Drawing, AffineTransform, Dimension) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
Writes the drawing to the specified output stream.
write(OutputStream, List<Figure>, AffineTransform, Dimension) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
Writes the figures to the specified output stream.
write(OutputStream, List<Figure>) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
All other write methods delegate their work to here.
write(URI, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
write(File, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
write(OutputStream, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
write(OutputStream, Drawing, List<Figure>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
All other write methods delegate their work to here.
write(OutputStream, Drawing) - Method in class org.jhotdraw.samples.svg.io.SVGZOutputFormat
 
write(URI) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Writes the drawing from the SVGDrawingPanel into a file.
write(URI, OutputFormat) - Method in class org.jhotdraw.samples.svg.SVGDrawingPanel
Writes the drawing from the SVGDrawingPanel into a file using the specified output format.
write(URI, URIChooser) - Method in class org.jhotdraw.samples.svg.SVGView
Writes the view to the specified uri.
write(int) - Method in class org.jhotdraw.samples.teddy.io.LFWriter
Write a single character.
write(char[], int, int) - Method in class org.jhotdraw.samples.teddy.io.LFWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class org.jhotdraw.samples.teddy.io.LFWriter
Write a portion of a string.
write(URI, URIChooser) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
write(URI, String, String) - Method in class org.jhotdraw.samples.teddy.TeddyView
 
write(DOMOutput, Object) - Method in interface org.jhotdraw.xml.DOMFactory
Writes the specified object to DOMOutput.
write(DOMOutput) - Method in interface org.jhotdraw.xml.DOMStorable
 
write(DOMOutput, Object) - Method in class org.jhotdraw.xml.JavaPrimitivesDOMFactory
 
writeAttribute(IXMLElement, String, String, String) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeAttribute(IXMLElement, String, String, String, String) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeAttribute(IXMLElement, String, double, double) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeAttribute(IXMLElement, String, String, double, double) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeAttributes(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
writeAttributes(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedFigure
 
writeAttributes(DOMOutput) - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
writeBounds(DOMOutput) - Method in class org.jhotdraw.draw.TextAreaFigure
 
writeCircleElement(IXMLElement, SVGEllipseFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeDecorator(DOMOutput) - Method in class org.jhotdraw.draw.AbstractAttributedDecoratedFigure
 
writeDecorator(DOMOutput) - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
writeElement(IXMLElement, Figure) - Method in class org.jhotdraw.samples.svg.io.ImageMapOutputFormat
 
writeElement(IXMLElement, Figure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeEllipseElement(IXMLElement, SVGEllipseFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeGElement(IXMLElement, SVGGroupFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeImageElement(IXMLElement, SVGImageFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeLineElement(IXMLElement, SVGPathFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeLiner(DOMOutput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
writeln(String) - Method in class org.jhotdraw.net.ClientHttpRequest
 
writeObject(Object) - Method in interface org.jhotdraw.xml.DOMOutput
Writes an object.
writeObject(Object) - Method in class org.jhotdraw.xml.JavaxDOMOutput
 
writeObject(Object) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
 
writeOpacityAttribute(IXMLElement, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writePathElement(IXMLElement, SVGPathFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writePoints(DOMOutput) - Method in class org.jhotdraw.draw.BezierFigure
 
writePoints(DOMOutput) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
writePolygonElement(IXMLElement, SVGPathFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writePolylineElement(IXMLElement, SVGPathFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeRectElement(IXMLElement, SVGRectFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeShapeAttributes(IXMLElement, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeTextAreaElement(IXMLElement, SVGTextAreaFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeTextElement(IXMLElement, SVGTextFigure) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 
writeTransformAttribute(IXMLElement, Map<AttributeKey, Object>) - Method in class org.jhotdraw.samples.svg.io.SVGOutputFormat
 

X

x - Variable in class org.jhotdraw.geom.BezierPath.Node
Control point x coordinates.
X_AXIS - Static variable in class org.jhotdraw.gui.ToolBarLayout
Specifies that components should be laid out left to right.
XMLElement - Class in net.n3.nanoxml
XMLElement is an XML element.
XMLElement() - Constructor for class net.n3.nanoxml.XMLElement
Creates an empty element to be used for #PCDATA content.
XMLElement(String) - Constructor for class net.n3.nanoxml.XMLElement
Creates an empty element.
XMLElement(String, String, int) - Constructor for class net.n3.nanoxml.XMLElement
Creates an empty element.
XMLElement(String, String) - Constructor for class net.n3.nanoxml.XMLElement
Creates an empty element.
XMLElement(String, String, String, int) - Constructor for class net.n3.nanoxml.XMLElement
Creates an empty element.
XMLEntityResolver - Class in net.n3.nanoxml
An XMLEntityResolver resolves entities.
XMLEntityResolver() - Constructor for class net.n3.nanoxml.XMLEntityResolver
Initializes the resolver.
XMLException - Exception in net.n3.nanoxml
An XMLException is thrown when an exception occurred while processing the XML data.
XMLException(String) - Constructor for exception net.n3.nanoxml.XMLException
Creates a new exception.
XMLException(Exception) - Constructor for exception net.n3.nanoxml.XMLException
Creates a new exception.
XMLException(String, int, Exception) - Constructor for exception net.n3.nanoxml.XMLException
Creates a new exception.
XMLException(String, int, String) - Constructor for exception net.n3.nanoxml.XMLException
Creates a new exception.
XMLException(String, int, Exception, String, boolean) - Constructor for exception net.n3.nanoxml.XMLException
Creates a new exception.
XMLParseException - Exception in net.n3.nanoxml
An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
XMLParseException(String) - Constructor for exception net.n3.nanoxml.XMLParseException
Creates a new exception.
XMLParseException(String, int, String) - Constructor for exception net.n3.nanoxml.XMLParseException
Creates a new exception.
XMLParserFactory - Class in net.n3.nanoxml
Creates an XML parser.
XMLParserFactory() - Constructor for class net.n3.nanoxml.XMLParserFactory
 
XMLTransferable - Class in org.jhotdraw.xml
XMLTransferable for transfering XML documents over the clipboard and with drag and drop.
XMLTransferable(byte[], String, String) - Constructor for class org.jhotdraw.xml.XMLTransferable
Creates new XMLTransferable
XMLValidationException - Exception in net.n3.nanoxml
An XMLValidationException is thrown when the XML passed to the XML parser is well-formed but not valid.
XMLValidationException(int, String, int, String, String, String, String) - Constructor for exception net.n3.nanoxml.XMLValidationException
Creates a new exception.
XMLWriter - Class in net.n3.nanoxml
An XMLWriter writes XML data to a stream.
XMLWriter(Writer) - Constructor for class net.n3.nanoxml.XMLWriter
Creates a new XML writer.
XMLWriter(OutputStream) - Constructor for class net.n3.nanoxml.XMLWriter
Creates a new XML writer.
xpoints - Variable in class org.jhotdraw.geom.Polygon2D.Double
The array of X coordinates.
xpoints - Variable in class org.jhotdraw.geom.Polygon2D.Float
The array of X coordinates.

Y

y - Variable in class org.jhotdraw.geom.BezierPath.Node
Control point y coordinates.
Y_AXIS - Static variable in class org.jhotdraw.gui.ToolBarLayout
Specifies that components should be laid out top to bottom.
ypoints - Variable in class org.jhotdraw.geom.Polygon2D.Double
The array of Y coordinates.
ypoints - Variable in class org.jhotdraw.geom.Polygon2D.Float
The array of Y coordinates.

Z

ZoomAction - Class in org.jhotdraw.draw.action
ZoomAction.
ZoomAction(DrawingEditor, double, AbstractButton) - Constructor for class org.jhotdraw.draw.action.ZoomAction
Creates a new instance.
ZoomAction(DrawingView, double, AbstractButton) - Constructor for class org.jhotdraw.draw.action.ZoomAction
Creates a new instance.
ZoomEditorAction - Class in org.jhotdraw.draw.action
Zooms either the current view or all views of a DrawingEditor.
ZoomEditorAction(DrawingEditor, double, AbstractButton) - Constructor for class org.jhotdraw.draw.action.ZoomEditorAction
Creates a new instance.
ZoomEditorAction(DrawingEditor, double, AbstractButton, boolean) - Constructor for class org.jhotdraw.draw.action.ZoomEditorAction
Creates a new instance.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links