JHotDraw 7.0.6
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

C

C1_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for control point C1.
C1C2_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Convenience constant for control point C1 and C2.
C2_MASK - Static variable in class org.jhotdraw.geom.BezierPath
Constant for control point C2.
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.HorizontalLayouter
 
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in interface org.jhotdraw.draw.Layouter
Calculate the layout for the figure and all its subelements.
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.LocatorLayouter
 
calculateLayout(CompositeFigure, Point2D.Double, Point2D.Double) - Method in class org.jhotdraw.draw.VerticalLayouter
 
canConnect() - Method in class org.jhotdraw.draw.AbstractFigure
Checks if this figure can be connected.
canConnect() - Method in class org.jhotdraw.draw.BezierFigure
Checks if this figure can be connected.
canConnect(Figure, Figure) - Method in class org.jhotdraw.draw.ChangeConnectionEndHandle
 
canConnect(Figure, Figure) - Method in class org.jhotdraw.draw.ChangeConnectionHandle
 
canConnect(Figure, Figure) - Method in class org.jhotdraw.draw.ChangeConnectionStartHandle
 
canConnect(Figure, Figure) - Method in interface org.jhotdraw.draw.ConnectionFigure
Checks if two figures can be connected using this ConnectionFigure.
canConnect(Figure) - Method in interface org.jhotdraw.draw.ConnectionFigure
Checks if this ConnectionFigure can be attached to the provided start figure.
canConnect(Figure) - Method in class org.jhotdraw.draw.ConnectionTool
 
canConnect(Figure, Figure) - Method in class org.jhotdraw.draw.ConnectionTool
 
canConnect() - Method in interface org.jhotdraw.draw.Figure
Checks if this Figure can be connected.
canConnect() - Method in class org.jhotdraw.draw.GroupFigure
 
canConnect() - Method in class org.jhotdraw.draw.LineConnectionFigure
Tests whether a figure can be a connection target.
canConnect(Figure, Figure) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
canConnect(Figure) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
canConnect() - Method in class org.jhotdraw.draw.LineFigure
 
canConnect(Figure, Figure) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
Checks if two figures can be connected.
canConnect(Figure) - Method in class org.jhotdraw.samples.pert.figures.DependencyFigure
 
canGroup() - Method in class org.jhotdraw.draw.action.GroupAction
 
canGroup() - Method in class org.jhotdraw.samples.svg.action.CombineAction
 
canRedo() - Method in class org.jhotdraw.draw.CompositeTransformEdit
Returns false if isInProgress or if super returns false.
canRedo() - Method in class org.jhotdraw.undo.NonUndoableEdit
 
canUndo() - Method in class org.jhotdraw.draw.CompositeTransformEdit
Returns false if isInProgress or if super returns false.
canUndo() - Method in class org.jhotdraw.undo.NonUndoableEdit
 
canUngroup() - Method in class org.jhotdraw.draw.action.UngroupAction
 
canUngroup() - Method in class org.jhotdraw.samples.svg.action.SplitAction
 
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.
CASCADE_ID - Static variable in class org.jhotdraw.app.action.ArrangeAction
 
center() - Static method in class org.jhotdraw.draw.RelativeDecoratorLocator
Center.
center() - Static method in class org.jhotdraw.draw.RelativeLocator
Center.
center(Rectangle) - Static method in class org.jhotdraw.geom.Geom
 
center(Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
 
changeAttribute(Color) - Method in class org.jhotdraw.draw.action.ColorChooserAction
 
changeAttribute() - Method in class org.jhotdraw.draw.action.DefaultAttributeAction
 
changeAttributes() - Method in class org.jhotdraw.draw.action.AttributeAction
 
ChangeConnectionEndHandle - Class in org.jhotdraw.draw
Handle to reconnect the end of a connection to another figure.
ChangeConnectionEndHandle(Figure) - Constructor for class org.jhotdraw.draw.ChangeConnectionEndHandle
Constructs the connection handle for the given start figure.
ChangeConnectionHandle - Class in org.jhotdraw.draw
ChangeConnectionHandle factors the common code for handles that can be used to reconnect connections.
ChangeConnectionHandle(Figure) - Constructor for class org.jhotdraw.draw.ChangeConnectionHandle
Initializes the change connection handle.
ChangeConnectionStartHandle - Class in org.jhotdraw.draw
Handle to reconnect the start of a connection to another figure.
ChangeConnectionStartHandle(Figure) - Constructor for class org.jhotdraw.draw.ChangeConnectionStartHandle
Constructs the connection handle for the given start figure.
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 shape.
changingDepth - Variable in class org.jhotdraw.draw.AbstractFigure
We increase this number on each invocation of willChange() and decrease it on each invocation of changed().
checkCDATA(StringBuffer) - Method in class nanoxml.XMLElement
Scans a special tag and if the tag is a CDATA section, append its content to buf.
checkLiteral(String) - Method in class nanoxml.XMLElement
Scans the data for literal text.
chop(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopBezierConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopBoxConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopDiamondConnector
Return an appropriate connection point on the edge of a diamond figure
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopEllipseConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopRoundRectConnector
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.ChopTriangleConnector
 
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.RoundRectangleFigure
 
chop(Figure, Point2D.Double) - Method in class org.jhotdraw.draw.StickyChopConnector
 
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 bezier path which crosses the line from the center of the bezier path to the specified point.
ChopBezierConnector - Class in org.jhotdraw.draw
ChopBezierConnector.
ChopBezierConnector() - Constructor for class org.jhotdraw.draw.ChopBezierConnector
Creates a new instance.
ChopBezierConnector(BezierFigure) - Constructor for class org.jhotdraw.draw.ChopBezierConnector
 
ChopBoxConnector - Class in org.jhotdraw.draw
A ChopBoxConnector locates connection points by choping the connection between the centers of the two figures at the display box.
ChopBoxConnector() - Constructor for class org.jhotdraw.draw.ChopBoxConnector
Creates a new instance.
ChopBoxConnector(Figure) - Constructor for class org.jhotdraw.draw.ChopBoxConnector
 
ChopDiamondConnector - Class in org.jhotdraw.draw
A ChopDiamondConnector locates connection points by choping the connection between the centers of the two figures at the edge of a diamond figure.
ChopDiamondConnector() - Constructor for class org.jhotdraw.draw.ChopDiamondConnector
 
ChopDiamondConnector(Figure) - Constructor for class org.jhotdraw.draw.ChopDiamondConnector
 
ChopEllipseConnector - Class in org.jhotdraw.draw
A ChopEllipseConnector locates a connection Point2D.Double by chopping the connection at the ellipse defined by the figure's display box.
ChopEllipseConnector() - Constructor for class org.jhotdraw.draw.ChopEllipseConnector
Only used for DOMStorable input.
ChopEllipseConnector(Figure) - Constructor for class org.jhotdraw.draw.ChopEllipseConnector
 
ChopRoundRectConnector - Class in org.jhotdraw.draw
A ChopRoundRectConnector locates a connection Point2D.Double by chopping the connection at the horizontal and vertica lines defined by the display box of a RoundRectangleFigure.
ChopRoundRectConnector() - Constructor for class org.jhotdraw.draw.ChopRoundRectConnector
Only used for DOMStorable input.
ChopRoundRectConnector(Figure) - Constructor for class org.jhotdraw.draw.ChopRoundRectConnector
 
ChopTriangleConnector - Class in org.jhotdraw.draw
ChopTriangleConnector.
ChopTriangleConnector() - Constructor for class org.jhotdraw.draw.ChopTriangleConnector
Only used for DOMStorable input.
ChopTriangleConnector(TriangleFigure) - Constructor for class org.jhotdraw.draw.ChopTriangleConnector
Creates a new instance.
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.Project
Clears the project.
clear() - Method in class org.jhotdraw.draw.AbstractDrawing
Removes all figures.
clear() - Method in interface org.jhotdraw.draw.Drawing
Removes all figures from the drawing.
clear() - Method in class org.jhotdraw.samples.draw.DrawProject
Clears the project.
clear() - Method in class org.jhotdraw.samples.net.NetProject
Clears the project.
clear() - Method in class org.jhotdraw.samples.pert.PertProject
Clears the project.
clear() - Method in class org.jhotdraw.samples.svg.SVGProject
Clears the project.
ClearAction - Class in org.jhotdraw.app.action
Clears a project.
ClearAction(Application) - Constructor for class org.jhotdraw.app.action.ClearAction
Creates a new instance.
clearRecentFiles() - Method in class org.jhotdraw.app.AbstractApplication
 
clearRecentFiles() - Method in interface org.jhotdraw.app.Application
Clears the list of recent files.
ClearRecentFilesAction - Class in org.jhotdraw.app.action
ClearRecentFilesAction.
ClearRecentFilesAction(Application) - Constructor for class org.jhotdraw.app.action.ClearRecentFilesAction
Creates a new instance.
clearSelection() - Method in class org.jhotdraw.draw.DefaultDrawingView
Clears the current selection.
clearSelection() - Method in interface org.jhotdraw.draw.DrawingView
Clears the current selection.
clone() - Method in class org.jhotdraw.beans.AbstractBean
 
clone() - Method in class org.jhotdraw.draw.AbstractAttributedCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.AbstractConnector
 
clone() - Method in class org.jhotdraw.draw.AbstractFigure
 
clone() - Method in class org.jhotdraw.draw.AttributedFigure
 
clone() - Method in class org.jhotdraw.draw.BezierFigure
 
clone() - Method in interface org.jhotdraw.draw.Connector
Returns a clone of the Connection.
clone() - Method in class org.jhotdraw.draw.DiamondFigure
 
clone() - Method in class org.jhotdraw.draw.ElbowLiner
 
clone() - Method in class org.jhotdraw.draw.EllipseFigure
 
clone() - Method in interface org.jhotdraw.draw.Figure
Returns a clone of the figure.
clone() - Method in class org.jhotdraw.draw.GraphicalCompositeFigure
 
clone() - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
Informs that a figure changed the area of its display box.
clone() - Method in class org.jhotdraw.draw.LineConnectionFigure
 
clone() - Method in interface org.jhotdraw.draw.Liner
 
clone() - Method in class org.jhotdraw.draw.RectangleFigure
 
clone() - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
clone() - Method in class org.jhotdraw.draw.SlantedLiner
 
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.Insets2DDouble
Create a copy of this object.
clone() - Method in class org.jhotdraw.samples.net.figures.NodeFigure
 
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.SVGImage
 
CloseAction - Class in org.jhotdraw.app.action
Closes a project.
CloseAction(Application) - Constructor for class org.jhotdraw.app.action.CloseAction
Creates a new instance.
CLOSED - Static variable in class org.jhotdraw.draw.BezierFigure
 
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.
closeElement() - Method in class org.jhotdraw.xml.NanoXMLLiteDOMInput
Closes the current element of the DOM Document.
closeElement() - Method in class org.jhotdraw.xml.NanoXMLLiteDOMOutput
Closes the current element of the DOM Document.
CloseHandle - Class in org.jhotdraw.draw
CloseHandle.
CloseHandle(Figure) - Constructor for class org.jhotdraw.draw.CloseHandle
Creates a new instance.
ColorAttributeIcon - Class in org.jhotdraw.draw.action
ColorAttributeIcon.
ColorAttributeIcon(DrawingEditor, AttributeKey<Color>, URL) - Constructor for class org.jhotdraw.draw.action.ColorAttributeIcon
Creates a new instance.
ColorAttributeIcon(DrawingEditor, AttributeKey<Color>, Image) - Constructor for class org.jhotdraw.draw.action.ColorAttributeIcon
 
ColorChooserAction - Class in org.jhotdraw.draw.action
ColorChooserAction.
ColorChooserAction(DrawingEditor, AttributeKey) - Constructor for class org.jhotdraw.draw.action.ColorChooserAction
Creates a new instance.
ColorChooserAction(DrawingEditor, AttributeKey, Icon) - Constructor for class org.jhotdraw.draw.action.ColorChooserAction
Creates a new instance.
ColorChooserAction(DrawingEditor, AttributeKey, String) - Constructor for class org.jhotdraw.draw.action.ColorChooserAction
Creates a new instance.
ColorChooserAction(DrawingEditor, AttributeKey, String, Icon) - Constructor for class org.jhotdraw.draw.action.ColorChooserAction
 
ColorIcon - Class in org.jhotdraw.draw.action
ColorIcon.
ColorIcon(Color) - Constructor for class org.jhotdraw.draw.action.ColorIcon
Creates a new instance.
Colors - Class in org.jhotdraw.draw.action
Colors.
CombineAction - Class in org.jhotdraw.samples.svg.action
CombinePathsAction.
CombineAction(DrawingEditor) - Constructor for class org.jhotdraw.samples.svg.action.CombineAction
Creates a new instance.
compare(Figure, Figure) - Method in class org.jhotdraw.draw.FigureLayerComparator
 
componentHidden(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentMoved(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentResized(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
componentShown(ComponentEvent) - Method in class org.jhotdraw.util.prefs.ToolBarPrefsHandler
 
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 new CompositeEdit.
CompositeEdit(boolean) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates new CompositeEdit.
CompositeEdit(String) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates new CompositeEdit.
CompositeEdit(String, boolean) - Constructor for class org.jhotdraw.undo.CompositeEdit
Creates new CompositeEdit.
CompositeFigure - Interface in org.jhotdraw.draw
A CompositeFigure is composed of several child Figures.
CompositeTransferable - Class in org.jhotdraw.gui.datatransfer
 
CompositeTransferable() - Constructor for class org.jhotdraw.gui.datatransfer.CompositeTransferable
Creates a new instance of CompositeTransferable
CompositeTransformEdit - Class in org.jhotdraw.draw
CompositeTransformEdit.
CompositeTransformEdit(AbstractFigure, AffineTransform) - Constructor for class org.jhotdraw.draw.CompositeTransformEdit
Creates a new instance.
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.
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.Actions
Configures a JCheckBoxMenuItem for an Action.
configureMenu(JMenuItem, String) - Method in class org.jhotdraw.util.ResourceBundleUtil
 
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.ChangeConnectionEndHandle
Sets the start of the connection.
connect(Connector) - Method in class org.jhotdraw.draw.ChangeConnectionHandle
Connect the connection with the given figure.
connect(Connector) - Method in class org.jhotdraw.draw.ChangeConnectionStartHandle
Sets the start of the connection.
ConnectionFigure - Interface in org.jhotdraw.draw
Figures to connect Connectors provided by Figures.
ConnectionHandle - Class in org.jhotdraw.draw
A handle to connect figures.
ConnectionHandle(Figure, Locator, ConnectionFigure) - Constructor for class org.jhotdraw.draw.ConnectionHandle
Creates a new instance.
ConnectionTool - Class in org.jhotdraw.draw
A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
ConnectionTool(ConnectionFigure) - Constructor for class org.jhotdraw.draw.ConnectionTool
Creates a new instance.
ConnectionTool(ConnectionFigure, Map) - Constructor for class org.jhotdraw.draw.ConnectionTool
 
ConnectionTool(String) - Constructor for class org.jhotdraw.draw.ConnectionTool
 
ConnectionTool(String, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.ConnectionTool
 
Connector - Interface in org.jhotdraw.draw
Connectors know how to locate a connection point on a figure.
connectsSame(ConnectionFigure) - Method in interface org.jhotdraw.draw.ConnectionFigure
Checks if the ConnectionFigure connects the same figures.
connectsSame(ConnectionFigure) - Method in class org.jhotdraw.draw.LineConnectionFigure
 
Constrainer - Interface in org.jhotdraw.draw
Interface to constrain a Point2D.Double.
constrainPoint(Point) - Method in class org.jhotdraw.draw.AbstractTool
 
constrainPoint(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractTool
 
constrainPoint(Point2D.Double) - Method in interface org.jhotdraw.draw.Constrainer
Constrains the given point.
constrainPoint(Point2D.Double) - Method in class org.jhotdraw.draw.GridConstrainer
 
construct() - Method in class org.jhotdraw.draw.action.RunnableWorker
Compute the value to be returned by the get method.
construct() - Method in class org.jhotdraw.draw.action.SwingWorker
Compute the value to be returned by the get method.
construct() - Method in class org.jhotdraw.util.Worker
Compute the value to be returned by the get method.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractCompositeFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.AbstractConnector
Tests if a point is contained in the connector.
contains(Point) - Method in class org.jhotdraw.draw.AbstractHandle
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.BezierFigure
 
contains(Point2D.Double) - Method in interface org.jhotdraw.draw.Connector
Tests if a point is contained in the connector.
contains(Figure) - Method in class org.jhotdraw.draw.DefaultDrawing
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.DiamondFigure
Checks if a Point2D.Double is inside the figure.
contains(Figure) - Method in interface org.jhotdraw.draw.Drawing
Returns true if this drawing contains the specified 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 interface org.jhotdraw.draw.Handle
Tests if a point is contained in the handle.
contains(Point2D.Double) - Method in class org.jhotdraw.draw.LabeledLineConnectionFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.LocatorConnector
Tests if a point is contained in the connector.
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.TextAreaFigure
 
contains(Point2D.Double) - Method in class org.jhotdraw.draw.TextFigure
 
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(Point2D.Double) - Method in class org.jhotdraw.samples.svg.figures.SVGImage
 
controlPointIndex - Variable in class org.jhotdraw.draw.BezierControlPointHandle
 
copy() - Method in interface org.jhotdraw.app.EditableComponent
Copies the selected region and place its contents into the system clipboard.
copy() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
CopyAction - Class in org.jhotdraw.app.action
Copies the selected region and place its contents into the system clipboard.
CopyAction() - Constructor for class org.jhotdraw.app.action.CopyAction
Creates a new instance.
countChildren() - Method in class nanoxml.XMLElement
Returns the number of child iterator of the element.
create(Class, String, Object, String) - Static method in class org.jhotdraw.draw.action.GenericListener
A convenient version of create(listenerMethod, targetObject, targetMethod).
create(Method, Object, Method) - Static method in class org.jhotdraw.draw.action.GenericListener
Return an instance of a class that implements the interface that contains the declaration for listenerMethod.
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.
createAreaTracker() - Method in class org.jhotdraw.draw.SelectionTool
Factory method to create an area tracker.
createConnection() - Method in class org.jhotdraw.draw.ConnectionHandle
Creates the ConnectionFigure.
createContainer() - Method in class org.jhotdraw.app.AbstractApplication
 
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.BezierTool
The created figure.
createdFigure - Variable in class org.jhotdraw.draw.CreationTool
The created figure.
createDragTracker(Figure) - Method in class org.jhotdraw.draw.SelectionTool
Factory method to create a Drag tracker.
createDrawingActions(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
 
createDrawingActions(DrawingEditor) - Static method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createElement(String) - Method in class nanoxml.XMLElement
Creates a new similar XML element.
createElement() - Method in class nanoxml.XMLElement
Creates a new similar XML element.
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.
createEnum(String, String) - Method in class org.jhotdraw.xml.DefaultDOMFactory
 
createEnum(String, String) - Method in interface org.jhotdraw.xml.DOMFactory
Creates an enum from the specified element name.
createFigure() - Method in class org.jhotdraw.draw.BezierTool
 
createFigure() - Method in class org.jhotdraw.draw.BidirectionalConnectionTool
Creates the ConnectionFigure.
createFigure() - Method in class org.jhotdraw.draw.ConnectionTool
Creates the ConnectionFigure.
createFigure() - Method in class org.jhotdraw.draw.CreationTool
 
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(BezierPath) - Method in class org.jhotdraw.draw.ElbowLiner
 
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 interface org.jhotdraw.draw.Liner
Creates Handle's for the Liner.
createHandles(int) - Method in class org.jhotdraw.draw.RoundRectangleFigure
 
createHandles(BezierPath) - Method in class org.jhotdraw.draw.SlantedLiner
 
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(int) - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGGroup
 
createHandles(int) - Method in class org.jhotdraw.samples.svg.figures.SVGPath
 
createHandleTracker(Handle) - Method in class org.jhotdraw.draw.SelectionTool
Factory method to create a Handle tracker.
createMenuBar() - Method in class org.jhotdraw.app.DefaultMDIApplication
Creates a menu bar.
createMenuBar(Project) - Method in class org.jhotdraw.app.DefaultOSXApplication
Creates a menu bar.
createMenuBar(Project, List<Action>) - Method in class org.jhotdraw.app.DefaultSDIApplication
The project menu bar is displayed for a project.
createMenus(Application, Project) - Method in interface org.jhotdraw.app.ApplicationModel
Creates menus.
createMenus(Application, Project) - Method in class org.jhotdraw.app.DefaultApplicationModel
 
createMenus(Application, Project) - Method in class org.jhotdraw.samples.net.NetApplicationModel
 
createMenus(Application, Project) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
 
createOpenChooser() - Method in class org.jhotdraw.app.AbstractProject
 
createOpenChooser() - Method in class org.jhotdraw.samples.draw.DrawProject
 
createOpenChooser() - Method in class org.jhotdraw.samples.net.NetProject
 
createOpenChooser() - Method in class org.jhotdraw.samples.pert.PertProject
 
createOpenChooser() - Method in class org.jhotdraw.samples.svg.SVGProject
 
createOverlay(DrawingView) - Method in class org.jhotdraw.draw.FloatingTextArea
Creates the overlay within the given container.
createOverlay(DrawingView, TextHolder) - Method in class org.jhotdraw.draw.FloatingTextArea
Creates the overlay for the given Container using a specific font.
createOverlay(DrawingView) - Method in class org.jhotdraw.draw.FloatingTextField
Creates the overlay for the given Component.
createOverlay(DrawingView, TextHolder) - Method in class org.jhotdraw.draw.FloatingTextField
Creates the overlay for the given Container using a specific font.
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.
createProject() - Method in class org.jhotdraw.app.AbstractApplication
 
createProject() - Method in interface org.jhotdraw.app.Application
Creates a new project for this application.
createProject() - Method in interface org.jhotdraw.app.ApplicationModel
Creates a new project for the application.
createProject() - Method in class org.jhotdraw.app.DefaultApplicationModel
 
createSaveChooser() - Method in class org.jhotdraw.app.AbstractProject
 
createSaveChooser() - Method in class org.jhotdraw.samples.draw.DrawProject
 
createSaveChooser() - Method in class org.jhotdraw.samples.net.NetProject
 
createSaveChooser() - Method in class org.jhotdraw.samples.pert.PertProject
 
createSaveChooser() - Method in class org.jhotdraw.samples.svg.SVGProject
 
createSecondaryHandles() - Method in class org.jhotdraw.draw.AbstractHandle
 
createSecondaryHandles() - Method in class org.jhotdraw.draw.BezierNodeHandle
 
createSecondaryHandles() - Method in interface org.jhotdraw.draw.Handle
Creates secondary handles.
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
 
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.samples.svg.SVGApplicationModel
 
createSelectionActions(DrawingEditor) - Static method in class org.jhotdraw.samples.svg.SVGPanel
 
createStrokedShape(Shape) - Method in class org.jhotdraw.geom.DoubleStroke
 
createStrokedShape(Shape) - Method in class org.jhotdraw.geom.GrowStroke
 
createToggleGridButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
Creates toolbar buttons and adds them to the specified JToolBar
createToggleGridButton(DrawingView) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
Creates toolbar buttons and adds them to the specified JToolBar
createToolBars(Application, Project) - Method in interface org.jhotdraw.app.ApplicationModel
Creates tool bars.
createToolBars(Application, Project) - Method in class org.jhotdraw.app.DefaultApplicationModel
Creates toolbars for the application.
createToolBars(Application, Project) - Method in class org.jhotdraw.samples.draw.DrawApplicationModel
Creates toolbars for the application.
createToolBars(Application, Project) - Method in class org.jhotdraw.samples.net.NetApplicationModel
Creates toolbars for the application.
createToolBars(Application, Project) - Method in class org.jhotdraw.samples.pert.PertApplicationModel
Creates toolbars for the application.
createToolBars(Application, Project) - Method in class org.jhotdraw.samples.svg.SVGApplicationModel
Creates toolbars for the application.
createXMLParser(String, IXMLBuilder) - Static method in class net.n3.nanoxml.XMLParserFactory
Creates a parser.
createZoomButton(DrawingEditor) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
 
createZoomButton(DrawingView) - Static method in class org.jhotdraw.draw.action.ToolBarButtonFactory
 
creationEdit - Variable in class org.jhotdraw.draw.CreationTool
 
CreationTool - Class in org.jhotdraw.draw
A tool to create new figures.
CreationTool(String) - Constructor for class org.jhotdraw.draw.CreationTool
Creates a new instance.
CreationTool(String, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.CreationTool
 
CreationTool(String, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.CreationTool
 
CreationTool(Figure) - Constructor for class org.jhotdraw.draw.CreationTool
 
CreationTool(Figure, Map<AttributeKey, Object>) - Constructor for class org.jhotdraw.draw.CreationTool
Creates a new instance.
CreationTool(Figure, Map<AttributeKey, Object>, String) - Constructor for class org.jhotdraw.draw.CreationTool
Creates a new instance.
currentElements - Variable in class net.n3.nanoxml.NonValidator
The stack of elements to be processed.
curveTo(double, double, double, double, double, double) - Method in class org.jhotdraw.geom.BezierPath
 
cut() - Method in interface org.jhotdraw.app.EditableComponent
Cuts the selected region and place its contents into the system clipboard.
cut() - Method in class org.jhotdraw.draw.DefaultDrawingView
 
CutAction - Class in org.jhotdraw.app.action
Cuts the selected region and places its contents into the system clipboard.
CutAction() - Constructor for class org.jhotdraw.app.action.CutAction
Creates a new instance.

Copyright 1996-2006 © JHotDraw.org
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