| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Valign | |
|---|---|
| org.jzy3d.plot3d.primitives.axes | Provides concrete axes implementing the Axe interface  | 
| org.jzy3d.plot3d.primitives.graphs.layout | |
| org.jzy3d.plot3d.text | |
| org.jzy3d.plot3d.text.align | |
| org.jzy3d.plot3d.text.overlay | |
| org.jzy3d.plot3d.text.renderers | |
| org.jzy3d.plot3d.text.renderers.jogl | |
| Uses of Valign in org.jzy3d.plot3d.primitives.axes | 
|---|
| Methods in org.jzy3d.plot3d.primitives.axes with parameters of type Valign | |
|---|---|
protected  BoundingBox3d | 
AxeBox.drawTicks(javax.media.opengl.GL2 gl,
          javax.media.opengl.glu.GLU glu,
          Camera cam,
          int axis,
          int direction,
          Color color,
          Halign hal,
          Valign val)
 | 
| Uses of Valign in org.jzy3d.plot3d.primitives.graphs.layout | 
|---|
| Fields in org.jzy3d.plot3d.primitives.graphs.layout declared as Valign | |
|---|---|
protected  Valign | 
DefaultGraphFormatter.vertexLabelValign
 | 
| 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 | 
|---|
| Fields in org.jzy3d.plot3d.text declared as Valign | |
|---|---|
protected  Valign | 
DrawableTextWrapper.valign
 | 
| Methods in org.jzy3d.plot3d.text that return Valign | |
|---|---|
 Valign | 
DrawableTextWrapper.getValign()
 | 
| Methods in org.jzy3d.plot3d.text with parameters of type Valign | |
|---|---|
 void | 
DrawableTextWrapper.configure(String txt,
          Coord3d position,
          Color color,
          Halign ha,
          Valign va)
 | 
 BoundingBox3d | 
ITextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color)
 | 
 BoundingBox3d | 
AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color)
 | 
 BoundingBox3d | 
ITextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord2d screenOffset)
 | 
 BoundingBox3d | 
AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord2d screenOffset)
 | 
 BoundingBox3d | 
ITextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord2d screenOffset,
         Coord3d sceneOffset)
 | 
 BoundingBox3d | 
ITextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord3d sceneOffset)
 | 
 BoundingBox3d | 
AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord3d sceneOffset)
 | 
 void | 
DrawableTextWrapper.setValign(Valign valign)
 | 
| Uses of Valign in org.jzy3d.plot3d.text.align | 
|---|
| Methods in org.jzy3d.plot3d.text.align that return Valign | |
|---|---|
static Valign | 
Valign.valueOf(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.  | 
| Uses of Valign in org.jzy3d.plot3d.text.overlay | 
|---|
| Methods in org.jzy3d.plot3d.text.overlay with parameters of type Valign | |
|---|---|
 void | 
TextOverlay.appendText(javax.media.opengl.GL2 gl,
           javax.media.opengl.glu.GLU glu,
           Camera cam,
           String s,
           Coord3d position,
           Halign halign,
           Valign valign,
           Color color)
 | 
| Uses of Valign in org.jzy3d.plot3d.text.renderers | 
|---|
| Methods in org.jzy3d.plot3d.text.renderers with parameters of type Valign | |
|---|---|
 BoundingBox3d | 
TextBitmapRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         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 | 
TextBillboardRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         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.  | 
 void | 
TextBillboardRenderer.drawText(javax.media.opengl.GL2 gl,
         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.renderers.jogl | 
|---|
| Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Valign | |
|---|---|
 BoundingBox3d | 
JOGLTextRenderer.drawText(javax.media.opengl.GL2 gl,
         javax.media.opengl.glu.GLU glu,
         Camera cam,
         String s,
         Coord3d position,
         Halign halign,
         Valign valign,
         Color color,
         Coord2d screenOffset,
         Coord3d sceneOffset)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||