All Packages Class Hierarchy This Package Previous Next Index
Class att.grappa.TableField
java.lang.Object
|
+----att.grappa.TableField
- public class TableField
- extends Object
- implements Shape
Essentially a structure for storing Table labelling info.
- Version:
- 1.1, 30 Sep 1999; Copyright 1996 - 1999 by AT&T Corp.
- Author:
- John Mocenigo, Research @ AT&T Labs
-
TableField()
- Creates an empty
TableField
instance.
-
getBounds()
- Get the bounding box of this element
-
getSize()
- Get the size of this object.
TableField
public TableField()
- Creates an empty
TableField
instance.
getBounds
public Rectangle getBounds()
- Get the bounding box of this element
- Returns:
- the bounding box of this element
getSize
public Dimension getSize()
- Get the size of this object.
- Returns:
- the size of this object.
All Packages Class Hierarchy This Package Previous Next Index