org.jzy3d.plot3d.text.renderers.jogl
Class JOGLTextRenderer
- java.lang.Object
-
- org.jzy3d.plot3d.text.AbstractTextRenderer
-
- org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
-
- All Implemented Interfaces:
- ITextRenderer
public class JOGLTextRenderer extends AbstractTextRenderer implements ITextRenderer
-
-
Constructor Summary
Constructors Constructor and Description JOGLTextRenderer()JOGLTextRenderer(ITextStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddrawSimpleText(com.jogamp.opengl.GL gl, com.jogamp.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Color color, int fonttype)BoundingBox3ddrawText(com.jogamp.opengl.GL gl, com.jogamp.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset, int fontype)-
Methods inherited from class org.jzy3d.plot3d.text.AbstractTextRenderer
drawText, drawText, drawText
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jzy3d.plot3d.text.ITextRenderer
drawText, drawText, drawText
-
-
-
-
Constructor Detail
-
JOGLTextRenderer
public JOGLTextRenderer()
-
JOGLTextRenderer
public JOGLTextRenderer(ITextStyle style)
-
-
Method Detail
-
drawSimpleText
public void drawSimpleText(com.jogamp.opengl.GL gl, com.jogamp.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Color color, int fonttype)- Specified by:
drawSimpleTextin interfaceITextRenderer
-
drawText
public BoundingBox3d drawText(com.jogamp.opengl.GL gl, com.jogamp.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset, int fontype)
- Specified by:
drawTextin interfaceITextRenderer
-
-
DMelt 3.0 © DataMelt by jWork.ORG