All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.Parallelogram

java.lang.Object
   |
   +----att.grappa.DrawObject
           |
           +----att.grappa.DrawNode
                   |
                   +----att.grappa.Parallelogram

public class Parallelogram
extends DrawNode
The DrawObject to use for rendering nodes whose shape is an hexagon. The drawn shape is a polygon with four sides and a skew value of 0.6.

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

Constructor Index

 o Parallelogram()
Construct a parallelagram-shaped DrawObject for nodes.

Constructors

 o Parallelogram
 public Parallelogram()
Construct a parallelagram-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index