org.jzy3d.plot3d.rendering.tooltips
Class Tooltip
java.lang.Object
org.jzy3d.plot3d.rendering.tooltips.Tooltip
public class Tooltip
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public String text
x
public int x
y
public int y
target
public Coord3d target
Tooltip
public Tooltip(int x,
int y,
Coord3d target)
Tooltip
public Tooltip(String text,
int x,
int y,
Coord3d target)
Copyright © 2013. All rights reserved.