anl.aida.viz
Class ToolTipper

java.lang.Object
  extended by anl.aida.viz.ToolTipper

public class ToolTipper
extends java.lang.Object


Field Summary
private  boolean added
           
private  edu.umd.cs.piccolo.PCamera camera
           
private  java.awt.Font font
           
private  edu.umd.cs.piccolo.nodes.PPath path
           
private  edu.umd.cs.piccolo.nodes.PText text
           
 
Constructor Summary
ToolTipper(edu.umd.cs.piccolo.PCamera camera)
           
 
Method Summary
 void removeTip()
           
 void showTip(java.lang.String ttext, float x, float y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

camera

private edu.umd.cs.piccolo.PCamera camera

text

private edu.umd.cs.piccolo.nodes.PText text

path

private edu.umd.cs.piccolo.nodes.PPath path

added

private boolean added

font

private java.awt.Font font
Constructor Detail

ToolTipper

public ToolTipper(edu.umd.cs.piccolo.PCamera camera)
Method Detail

showTip

public void showTip(java.lang.String ttext,
                    float x,
                    float y)

removeTip

public void removeTip()