|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jzy3d.plot3d.rendering.tooltips.Tooltip
public class Tooltip
| Field Summary | |
|---|---|
Coord3d |
target
|
java.lang.String |
text
|
int |
x
|
int |
y
|
| Constructor Summary | |
|---|---|
Tooltip(int x,
int y,
Coord3d target)
|
|
Tooltip(java.lang.String text,
int x,
int y,
Coord3d target)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String text
public int x
public int y
public Coord3d target
| Constructor Detail |
|---|
public Tooltip(int x,
int y,
Coord3d target)
public Tooltip(java.lang.String text,
int x,
int y,
Coord3d target)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||