|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.gui.plotter.ToolTip
public class ToolTip
Collects all necessary information about tool tips for plotters.
Field Summary | |
---|---|
private java.lang.String |
text
|
private int |
xPos
|
private int |
yPos
|
Constructor Summary | |
---|---|
ToolTip(java.lang.String toolTip,
int xPos,
int yPos)
|
Method Summary | |
---|---|
java.lang.String |
getText()
|
int |
getX()
|
int |
getY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String text
private int xPos
private int yPos
Constructor Detail |
---|
public ToolTip(java.lang.String toolTip, int xPos, int yPos)
Method Detail |
---|
public java.lang.String getText()
public int getX()
public int getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |