|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
public class TooltipRenderer
| Field Summary | |
|---|---|
protected boolean |
renderX
|
protected boolean |
renderY
|
protected boolean |
renderZ
|
protected String |
xUnit
|
protected String |
yUnit
|
protected String |
zUnit
|
| Constructor Summary | |
|---|---|
TooltipRenderer(String xUnit,
String yUnit,
String zUnit)
|
|
TooltipRenderer(String xUnit,
String yUnit,
String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ)
|
|
| Method Summary | |
|---|---|
String |
format(Coord3d c)
|
void |
render(Graphics2D g2d,
int x,
int y,
Coord3d coord)
|
void |
render(Graphics2D g2d,
Tooltip t)
|
void |
render(Graphics2D g2d,
Tooltip t,
int height)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String xUnit
protected String yUnit
protected String zUnit
protected boolean renderX
protected boolean renderY
protected boolean renderZ
| Constructor Detail |
|---|
public TooltipRenderer(String xUnit,
String yUnit,
String zUnit)
public TooltipRenderer(String xUnit,
String yUnit,
String zUnit,
boolean renderX,
boolean renderY,
boolean renderZ)
| Method Detail |
|---|
public void render(Graphics2D g2d,
Tooltip t)
public void render(Graphics2D g2d,
Tooltip t,
int height)
public void render(Graphics2D g2d,
int x,
int y,
Coord3d coord)
public String format(Coord3d c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||