All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.MSquare

java.lang.Object
   |
   +----att.grappa.DrawObject
           |
           +----att.grappa.DrawNode
                   |
                   +----att.grappa.Box
                           |
                           +----att.grappa.Square
                                   |
                                   +----att.grappa.MSquare

public class MSquare
extends Square
The DrawObject to use for rendering nodes whose shape is a Msquare. The drawn representation is a square with four lines that form triangles at each of the four corners of the square.

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

Constructor Index

 o MSquare()
Construct a modified-square-shaped DrawObject for nodes.

Constructors

 o MSquare
 public MSquare()
Construct a modified-square-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index