Class TooltipRenderer
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
-
public class TooltipRenderer extends Object
-
-
Constructor Summary
Constructors Constructor Description TooltipRenderer(String xUnit, String yUnit, String zUnit)TooltipRenderer(String xUnit, String yUnit, String zUnit, boolean renderX, boolean renderY, boolean renderZ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Coord3d c)voidrender(Graphics2D g2d, int x, int y, Coord3d coord)voidrender(Graphics2D g2d, Tooltip t)voidrender(Graphics2D g2d, Tooltip t, int height)
-
-
-
Method Detail
-
render
public void render(Graphics2D g2d, Tooltip t)
-
render
public void render(Graphics2D g2d, Tooltip t, int height)
-
render
public void render(Graphics2D g2d, int x, int y, Coord3d coord)
-
-