All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.Egg

java.lang.Object
   |
   +----att.grappa.DrawObject
           |
           +----att.grappa.DrawNode
                   |
                   +----att.grappa.Ellipse
                           |
                           +----att.grappa.Egg

public class Egg
extends Ellipse
The DrawObject to use for rendering nodes whose shape is an egg. This class is a convenience and is equivalent to an Ellipse object with a distortion attribute of -0.3.

Version:
1.1, 30 Sep 1999; Copyright 1996 - 1999 by AT&T Corp.
Author:
John Mocenigo, Research @ AT&T Labs

Constructor Index

 o Egg()
Construct an egg-shaped DrawObject for nodes.

Constructors

 o Egg
 public Egg()
Construct an egg-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index