Uses of Class
org.jzy3d.plot3d.text.align.Valign

Packages that use Valign
org.jzy3d.plot3d.primitives.graphs.layout   
org.jzy3d.plot3d.text Provides utilities for rendering texts into a 3 dimensional scene. 
org.jzy3d.plot3d.text.align   
 

Uses of Valign in org.jzy3d.plot3d.primitives.graphs.layout
 

Methods in org.jzy3d.plot3d.primitives.graphs.layout that return Valign
 Valign IGraphFormatter.getVertexLabelValign()
           
 Valign DefaultGraphFormatter.getVertexLabelValign()
           
 

Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Valign
 void IGraphFormatter.setVertexLabelValign(Valign vertexLabelValign)
           
 void DefaultGraphFormatter.setVertexLabelValign(Valign vertexLabelValign)
           
 

Uses of Valign in org.jzy3d.plot3d.text
 

Methods in org.jzy3d.plot3d.text with parameters of type Valign
 void TextRenderer.appendText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 BoundingBox3d TextBillboard.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
          Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset)
           
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
          Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord3d sceneOffset)
           
 void TextBillboard.drawText(javax.media.opengl.GL gl, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
          Draw a string at the specified position.
 

Uses of Valign in org.jzy3d.plot3d.text.align
 

Methods in org.jzy3d.plot3d.text.align that return Valign
static Valign Valign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Valign[] Valign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.