All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.PlainText

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

public class PlainText
extends DrawNode
The DrawObject to use for rendering nodes whose shape is a plaintext. The drawn shape consists of text only (if a label is present).

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

Constructor Index

 o PlainText()
Construct a DrawObject consisting only of text for nodes.

Method Index

 o createPeer(DrawPane)
Creates the drawing peer specific for this object and the specified pane.

Constructors

 o PlainText
 public PlainText()
Construct a DrawObject consisting only of text for nodes.

Methods

 o createPeer
 public void createPeer(DrawPane pane)
Creates the drawing peer specific for this object and the specified pane.

Parameters:
pane - the DrawPane upon which the object will be drawn.
Overrides:
createPeer in class DrawNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index