All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.TripleOctagon

java.lang.Object
   |
   +----att.grappa.DrawObject
           |
           +----att.grappa.DrawNode
                   |
                   +----att.grappa.Octagon
                           |
                           +----att.grappa.TripleOctagon

public class TripleOctagon
extends Octagon
The DrawObject to use for rendering nodes whose shape is a tripleoctagon. This class is a convenience and is equivalent to an Octagon object with a peripheries attribute of 3.

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

Constructor Index

 o TripleOctagon()
Construct a triple-octagon-shaped DrawObject for nodes.

Constructors

 o TripleOctagon
 public TripleOctagon()
Construct a triple-octagon-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index