All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.MCircle

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

public class MCircle
extends Circle
The DrawObject to use for rendering nodes whose shape is a Mcircle. The drawn representation is a circle with two chords parallel to the x-axis near the top and bottom of the circle. It is possible that auxiliary labels are contained in the top and bottom areas.

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

Constructor Index

 o MCircle()
Construct a modified-circle-shaped DrawObject for nodes.

Constructors

 o MCircle
 public MCircle()
Construct a modified-circle-shaped DrawObject for nodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index