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

T

TaskFigure - Class in org.jhotdraw.samples.pert.figures
TaskFigure.
TaskFigure() - Constructor for class org.jhotdraw.samples.pert.figures.TaskFigure
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_ANCHOR - Static variable in class org.jhotdraw.samples.svg.figures.SVGText
 
TEXT_COLOR - Static variable in class org.jhotdraw.draw.AttributeKeys
Text color.
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.
TextAreaFigure - Class in org.jhotdraw.draw
A TextAreaFigure contains formatted text.
It automatically rearranges the text to fit its allocated display area, breaking the lines at word boundaries whenever possible.
The text can contain either LF or CRLF sequences to separate paragraphs, as well as tab characters for table like formatting and alignment.
Currently the tabs are distributed at regular intervals as determined by the TabSize property.
TextAreaFigure() - Constructor for class org.jhotdraw.draw.TextAreaFigure
Creates a new instance.
TextAreaFigure(String) - Constructor for class org.jhotdraw.draw.TextAreaFigure
 
TextAreaTool - Class in org.jhotdraw.draw
Tool to create new or edit existing text figures.
TextAreaTool(TextHolder) - Constructor for class org.jhotdraw.draw.TextAreaTool
Creates a new instance.
TextFigure - Class in org.jhotdraw.draw
A text figure.
TextFigure() - Constructor for class org.jhotdraw.draw.TextFigure
Creates a new instance.
TextFigure(String) - Constructor for class org.jhotdraw.draw.TextFigure
 
TextHolder - Interface in org.jhotdraw.draw
TextHolder.
TextTool - Class in org.jhotdraw.draw
Tool to create new or edit existing text figures.
TextTool(TextHolder) - Constructor for class org.jhotdraw.draw.TextTool
Creates a new instance.
TextTool(Figure, Map) - Constructor for class org.jhotdraw.draw.TextTool
Creates a new instance.
tileFramesVertically() - Method in class org.jhotdraw.gui.MDIDesktopPane
 
toGeneralPath() - Method in class org.jhotdraw.geom.BezierPath
Converts the BezierPath into a GeneralPath.
ToggleGridAction - Class in org.jhotdraw.draw.action
ToggleGridAction.
ToggleGridAction(DrawingEditor) - Constructor for class org.jhotdraw.draw.action.ToggleGridAction
Creates a new instance.
ToggleGridAction(DrawingEditor, Constrainer, Constrainer) - Constructor for class org.jhotdraw.draw.action.ToggleGridAction
 
ToggleGridAction(DrawingView, Constrainer, Constrainer) - Constructor for class org.jhotdraw.draw.action.ToggleGridAction
Creates a new instance.
ToggleProjectPropertyAction - Class in org.jhotdraw.app.action
ToggleProjectPropertyAction.
ToggleProjectPropertyAction(Application, String) - Constructor for class org.jhotdraw.app.action.ToggleProjectPropertyAction
Creates a new instance.
ToggleProjectPropertyAction(Application, String, Class, Object, Object) - Constructor for class org.jhotdraw.app.action.ToggleProjectPropertyAction
 
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.
ToggleToolBarAction - Class in org.jhotdraw.app.action
ToggleToolBarAction.
ToggleToolBarAction(JToolBar, String) - Constructor for class org.jhotdraw.app.action.ToggleToolBarAction
Creates a new instance.
ToggleVisibleAction - Class in org.jhotdraw.app.action
Toggles the visible state of a Component.
ToggleVisibleAction(Component, String) - Constructor for class org.jhotdraw.app.action.ToggleVisibleAction
Creates a new instance.
Tool - Interface in org.jhotdraw.draw
A tool defines a mode of the drawing view.
ToolBarButtonFactory - Class in org.jhotdraw.draw.action
ToolBarButtonFactory.
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.DefaultDrawingEditor
 
toolDone(ToolEvent) - Method in class org.jhotdraw.draw.SelectionTool
 
toolDone(ToolEvent) - Method in interface org.jhotdraw.draw.ToolListener
Informs the listener that a tool has done its interaction.
ToolEvent - Class in org.jhotdraw.draw
An event sent to ToolListener's.
ToolEvent(Tool, DrawingView, Rectangle) - Constructor for class org.jhotdraw.draw.ToolEvent
Creates a new instance.
ToolListener - Interface in org.jhotdraw.draw
Change event passed to ToolListener's.
toolStarted(ToolEvent) - Method in class org.jhotdraw.draw.DefaultDrawingEditor
 
toolStarted(ToolEvent) - Method in class org.jhotdraw.draw.SelectionTool
 
toolStarted(ToolEvent) - Method in interface org.jhotdraw.draw.ToolListener
Informs the listener that a tool has starteds interacting with a specific drawing view.
top - Variable in class org.jhotdraw.geom.Insets2DDouble
The inset from the top.
toPathData(BezierPath) - Static method in class org.jhotdraw.samples.svg.SVGUtil
 
toPolygonArray() - Method in class org.jhotdraw.geom.BezierPath
 
toString() - Method in class nanoxml.XMLElement
Writes the XML element to a string.
toString() - Method in exception net.n3.nanoxml.XMLException
Returns a string representation of the exception.
toString() - Method in class org.jhotdraw.draw.AbstractFigure
 
toString() - Method in class org.jhotdraw.draw.action.VerticalGridLayout
Returns the string representation of this grid layout's values.
toString() - Method in class org.jhotdraw.draw.AttributeKey
 
toString() - Method in class org.jhotdraw.draw.GridConstrainer
 
toString() - Method in class org.jhotdraw.draw.TransformEdit
 
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.Insets2DDouble
Returns a string representation of this Insets2DDouble object.
toString() - Method in class org.jhotdraw.samples.pert.figures.TaskFigure
 
toString() - Method in class org.jhotdraw.samples.svg.figures.SVGGroup
 
traceStroke(BezierPath, GeneralPath, GeneralPath) - Method in class org.jhotdraw.geom.DoubleStroke
 
trackConnectors(MouseEvent) - Method in class org.jhotdraw.draw.BidirectionalConnectionTool
 
trackConnectors(MouseEvent) - Method in class org.jhotdraw.draw.ConnectionTool
 
trackDoubleClick(Point, int) - Method in class org.jhotdraw.draw.AbstractHandle
Tracks a double click.
trackDoubleClick(Point, int) - Method in class org.jhotdraw.draw.BezierNodeHandle
 
trackDoubleClick(Point, int) - Method in interface org.jhotdraw.draw.Handle
Tracks a double click.
trackDoubleClick(Point, int, DrawingView) - Method in class org.jhotdraw.draw.HandleMulticaster
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.BezierControlPointHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.BezierNodeHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.BezierScaleHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.ChangeConnectionHandle
Connects the figure to the new target.
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.CloseHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.ConnectionHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.FontSizeHandle
 
trackEnd(Point, Point, int) - Method in interface org.jhotdraw.draw.Handle
Tracks the end of the interaction.
trackEnd(Point, Point, int, DrawingView) - Method in class org.jhotdraw.draw.HandleMulticaster
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.MoveHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.NullHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.RotateHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.RoundRectRadiusHandle
 
trackEnd(Point, Point, int) - Method in class org.jhotdraw.draw.TriangleRotationHandler
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.BezierControlPointHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.BezierNodeHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.BezierScaleHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.ChangeConnectionHandle
Disconnects the connection.
trackStart(Point, int) - Method in class org.jhotdraw.draw.CloseHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.ConnectionHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.FontSizeHandle
 
trackStart(Point, int) - Method in interface org.jhotdraw.draw.Handle
Tracks the start of the interaction.
trackStart(Point, int, DrawingView) - Method in class org.jhotdraw.draw.HandleMulticaster
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.MoveHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.NullHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.RotateHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.RoundRectRadiusHandle
 
trackStart(Point, int) - Method in class org.jhotdraw.draw.TriangleRotationHandler
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.BezierControlPointHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.BezierNodeHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.BezierScaleHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.ChangeConnectionHandle
Finds a new target of the connection.
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.CloseHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.ConnectionHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.FontSizeHandle
 
trackStep(Point, Point, int) - Method in interface org.jhotdraw.draw.Handle
Tracks a step of the interaction.
trackStep(Point, Point, int, DrawingView) - Method in class org.jhotdraw.draw.HandleMulticaster
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.MoveHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.NullHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.RotateHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.RoundRectRadiusHandle
 
trackStep(Point, Point, int) - Method in class org.jhotdraw.draw.TriangleRotationHandler
 
transform(AffineTransform) - Method in class org.jhotdraw.draw.AbstractFigure
Transforms the geometry of the figure.
transform(AffineTransform) - Method in class org.jhotdraw.geom.BezierPath
Transforms the BezierPath.
TransformEdit - Class in org.jhotdraw.draw
TransformEdit.
TransformEdit(Figure, AffineTransform) - Constructor for class org.jhotdraw.draw.TransformEdit
Creates a new instance.
TransformEdit(Collection<Figure>, AffineTransform) - Constructor for class org.jhotdraw.draw.TransformEdit
 
TriangleFigure - Class in org.jhotdraw.draw
A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
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
 
TriangleRotationHandler - Class in org.jhotdraw.draw
A Handle to rotate a TriangleFigure Based on RadiusHandle
TriangleRotationHandler(TriangleFigure) - Constructor for class org.jhotdraw.draw.TriangleRotationHandler
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