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

Constructor Index

 o TableField()
Creates an empty TableField instance.

Method Index

 o getBounds()
Get the bounding box of this element
 o getSize()
Get the size of this object.

Constructors

 o TableField
 public TableField()
Creates an empty TableField instance.

Methods

 o getBounds
 public Rectangle getBounds()
Get the bounding box of this element

Returns:
the bounding box of this element
 o 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