All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.Triangle

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

public class Triangle
extends DrawNode
The DrawObject to use for rendering nodes whose shape is a triangle. The drawn shape is a polygon with three not necessarily equal sides.

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

Constructor Index

 o Triangle()
Construct a triangle-shaped DrawObject for nodes.

Constructors

 o Triangle
 public Triangle()
Construct a triangle-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index