A B C D E F G H I J K L M N O P R S T U V W Y 

T

Text - Class in coffeedraw
A Text object displays some text on the screen.
Text(boolean, double, double, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text.
Text(boolean, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text in the given color.
Text(boolean, DrawableInterface, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text.
Text(boolean, DrawableInterface, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text in the given color.
Text(boolean, Location, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text.
Text(boolean, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text in the given color.
Text(char, double, double, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text.
Text(char, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text in the given color.
Text(char, DrawableInterface, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text.
Text(char, DrawableInterface, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text in the given color.
Text(char, Location, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text.
Text(char, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text in the given color.
Text(double, double, double, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text.
Text(double, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text in the given color.
Text(double, DrawableInterface, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text.
Text(double, DrawableInterface, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text in the given color.
Text(double, Location, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text.
Text(double, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text in the given color.
Text(long, double, double, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text.
Text(long, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text in the given color.
Text(long, DrawableInterface, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text.
Text(long, DrawableInterface, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text in the given color.
Text(long, Location, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text.
Text(long, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text in the given color.
Text(Object, double, double, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text.
Text(Object, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at (x, y), displaying the given text in the given color.
Text(Object, DrawableInterface, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text.
Text(Object, DrawableInterface, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object attached to the given basis, displaying the given text in the given color.
Text(Object, Location, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text.
Text(Object, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Text
Create a Text object at origin, displaying the given text in the given color.
TextWrappingLayout - Class in coffeedraw
Deprecated.
for internal use only
TextWrappingLayout(TextWrappingLayout.TextRun, double, double, Shape, FontRenderContext) - Constructor for class coffeedraw.TextWrappingLayout
Deprecated.
Create a TextWrappingLayout that will take its text from the given TextRun and produce a layout in the given shape, with the given alignment.
TextWrappingLayout.SimpleTextRun - Class in coffeedraw
Deprecated.
for internal use only
TextWrappingLayout.TextRun - Interface in coffeedraw
Deprecated.
for internal use only
TOP - Static variable in class coffeedraw.Text
Alignment value to align the top of text with the basis.
toPoint() - Method in class coffeedraw.Location
Return a Java Point object representing the coordinates of this Location.
toString() - Method in class coffeedraw.Animation
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FilledArc
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FilledOval
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FilledPolygon
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FilledRect
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FilledRoundedRect
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FramedArc
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FramedOval
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FramedPolygon
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FramedRect
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.FramedRoundedRect
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.JDrawingCanvas
Deprecated.
 
toString() - Method in class coffeedraw.Line
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.Location
Return a string describing how this Location might be constructed.
toString() - Method in class coffeedraw.ObjectDrawObject
Deprecated.
 
toString() - Method in class coffeedraw.Text
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.Turtle
Return a string describing how this object might be constructed.
toString() - Method in class coffeedraw.VisibleImage
Return a string describing how this object might be constructed.
translate(double, double) - Method in class coffeedraw.Location
Translate this Location by the given amount in the x and y.
TREASURE - Static variable in class coffeedraw.Animation
Animation type that shows gold glittering in a open treasure chest, then gradually fading away.
Turtle - Class in coffeedraw
A Turtle object allows you to draw lines and filled-in polygons by giving instructions to a computer creature called a "turtle" that moves around on the screen and draws a line as it goes.
Turtle(double, double, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at (x, y), facing to the right, and drawing a line in black.
Turtle(double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at (x, y), facing to the right, and drawing a line in the given color.
Turtle(DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at the center of canvas, facing to the right, and drawing a line in black.
Turtle(Location, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at start, facing to the right, and drawing a line in the given color.
Turtle(Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at start, facing to the right, and drawing a line in the given color.
Turtle(Turtle, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a clone of clone and place it on the given canvas.
Turtle(Color, DrawingCanvas) - Constructor for class coffeedraw.Turtle
Construct a Turtle at the center of canvas, facing to the right, and drawing a line in the given color.
A B C D E F G H I J K L M N O P R S T U V W Y