- TableConstraints - Class in acm.gui
-
This class specifies a set of constraints appropriate to a
TableLayout
or GridBagLayout
.
- TableConstraints() - Constructor for class acm.gui.TableConstraints
-
Creates a new TableConstraints
object with default
values for each of the fields
- TableConstraints(String) - Constructor for class acm.gui.TableConstraints
-
Creates a new TableConstraints
object whose components
are initialized according from the specified string.
- TableConstraints(Map) - Constructor for class acm.gui.TableConstraints
-
Creates a new TableConstraints
object whose components
are the key/value pairs in the map.
- TableConstraints(GridBagConstraints) - Constructor for class acm.gui.TableConstraints
-
Creates a new TableConstraints
object whose fields match those
of the specified GridBagConstraints
object.
- TableLayout - Class in acm.gui
-
- TableLayout() - Constructor for class acm.gui.TableLayout
-
Creates a new TableLayout
object with no limits
on the number of rows and columns.
- TableLayout(int, int) - Constructor for class acm.gui.TableLayout
-
Creates a new TableLayout
object with the specified
number of rows and columns.
- TableLayout(int, int, int, int) - Constructor for class acm.gui.TableLayout
-
Creates a new TableLayout
object with the specified
row count, column count, alignment, horizontal gap, and vertical gap.
- TablePanel - Class in acm.gui
-
This class represents a simple
JPanel
that uses
TableLayout
as its layout manager.
- TablePanel(int, int) - Constructor for class acm.gui.TablePanel
-
Creates a new TablePanel
whose layout manager supports the
specified number of rows and columns.
- TablePanel(int, int, int, int) - Constructor for class acm.gui.TablePanel
-
Creates a new TablePanel
with the specified number
of rows and columns and the supplied values for the horizontal and
vertical gap.
- tanDegrees(double) - Static method in class acm.graphics.GMath
-
Returns the trigonometric sine of its argument where angle
is expressed in degrees.
- terminateAppletThreads(Applet) - Static method in class acm.util.JTFTools
-
Terminates all of the threads that are registered as belonging to the
specified applet.
- TERMINATING - Static variable in class acm.util.Animator
-
Constant indicating that the animator has been asked to terminate.
- toDegrees(double) - Static method in class acm.graphics.GMath
-
Converts an angle from radians to degrees.
- toDimension() - Method in class acm.graphics.GDimension
-
Converts this GDimension
to the nearest integer-based
Dimension
.
- TOP - Static variable in class acm.gui.TableLayout
-
Align table vertically at the top of its container
- TOP - Static variable in class acm.gui.TablePanel
-
Align table vertically at the top of its container
- toPoint() - Method in class acm.graphics.GPoint
-
Converts this GPoint
to the nearest integer-based Point
.
- toRadians(double) - Static method in class acm.graphics.GMath
-
Converts an angle from degrees to radians.
- toRectangle() - Method in class acm.graphics.GRectangle
-
Converts this GRectangle
to the nearest integer-based Rectangle
.
- toString() - Method in class acm.graphics.GDimension
-
Converts this GDimension
to its string representation.
- toString() - Method in class acm.graphics.GObject
-
Overrides the toString
method in Object
to produce
more readable output.
- toString() - Method in class acm.graphics.GPoint
-
Converts this GPoint
to its string representation.
- toString() - Method in class acm.graphics.GRectangle
-
Converts this GRectangle
to its string representation.
- toString() - Method in class acm.gui.TableConstraints
-
Converts the constraint into a readable string.
- toString() - Method in class acm.gui.TableLayout
-
Creates a printable representation of the layout.
- trace() - Method in class acm.util.Animator
-
Checks the state of the animator and executes any actions have been requested.
- trace(int) - Method in class acm.util.Animator
-
Checks the state of the animator and executes any actions have been requested
to occur at the specified call stack depth.
- translate(double, double) - Method in class acm.graphics.GPoint
-
Adjusts the coordinates of a point by the specified dx
and
dy
offsets.
- translate(double, double) - Method in class acm.graphics.GRectangle
-
Adjusts the coordinates of a rectangle by the specified dx
and
dy
offsets.