anl.aida.viz
Class ToolTipper
java.lang.Object
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 |
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
ToolTipper
public ToolTipper(edu.umd.cs.piccolo.PCamera camera)
showTip
public void showTip(java.lang.String ttext,
float x,
float y)
removeTip
public void removeTip()