org.jzy3d.plot3d.text
Class AbstractTextRenderer
- java.lang.Object
-
- org.jzy3d.plot3d.text.AbstractTextRenderer
-
- All Implemented Interfaces:
- ITextRenderer
- Direct Known Subclasses:
- JOGLTextRenderer, TextBillboardRenderer, TextBitmapRenderer
public abstract class AbstractTextRenderer extends java.lang.Object implements ITextRenderer
-
-
Constructor Summary
Constructors Constructor and Description AbstractTextRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description 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, int fontype)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, Coord3d sceneOffset, int fontype)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, int fontype)-
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
drawSimpleText, drawText
-
-
-
-
Method Detail
-
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, int fontype)
- Specified by:
drawTextin 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, int fontype)
- Specified by:
drawTextin 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, Coord3d sceneOffset, int fontype)
- Specified by:
drawTextin interfaceITextRenderer
-
-
DMelt 3.0 © DataMelt by jWork.ORG