Uses of Class
visad.VisADTriangleArray

Packages that use VisADTriangleArray
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.java2d Provides support for two-dimensional VisAD Displays using Java2D. 
visad.java3d Provides support for two- and three-dimensional VisAD Displays using Java3D. 
 

Uses of VisADTriangleArray in visad
 

Methods in visad that return VisADTriangleArray
 VisADTriangleArray AxisScale.getLabelArray()
          Get the labels rendered with a font to pass to the renderer.
static VisADTriangleArray VisADTriangleArray.merge(VisADTriangleArray[] arrays)
          Merge an array of VisADTriangleArrays into a single VisADTriangleArray.
static VisADTriangleArray PlotText.render_font(String str, Font font, double[] start, double[] base, double[] up, boolean center)
          Convert a string of characters (ASCII collating sequence) into a series of triangles for drawing.
static VisADTriangleArray PlotText.render_font(String str, Font font, double[] start, double[] base, double[] up, TextControl.Justification justification)
          Convert a string of characters (ASCII collating sequence) into a series of triangles for drawing.
static VisADTriangleArray PlotText.render_font(String str, Font font, double[] start, double[] base, double[] up, TextControl.Justification justification, double characRotation)
          Convert a string of characters (ASCII collating sequence) into a series of triangles for drawing.
static VisADTriangleArray PlotText.render_font(String str, Font font, double[] start, double[] base, double[] up, TextControl.Justification justification, TextControl.Justification verticalJustification)
          Convert a string of characters (ASCII collating sequence) into a series of triangles for drawing.
static VisADTriangleArray PlotText.render_font(String str, Font font, double[] start, double[] base, double[] up, TextControl.Justification justification, TextControl.Justification verticalJustification, double characRotation, double scale, double[] offsets)
          Convert a string of characters (ASCII collating sequence) into a series of triangles for drawing.
 

Methods in visad with parameters of type VisADTriangleArray
static VisADTriangleArray VisADTriangleArray.merge(VisADTriangleArray[] arrays)
          Merge an array of VisADTriangleArrays into a single VisADTriangleArray.
abstract  void DisplayRenderer.setScale(int axis, int axis_ordinal, VisADLineArray array, VisADTriangleArray labels, float[] scale_color)
          Set an axis scale.
 

Uses of VisADTriangleArray in visad.java2d
 

Methods in visad.java2d with parameters of type VisADTriangleArray
 void DisplayRendererJ2D.setScale(int axis, int axis_ordinal, VisADLineArray array, VisADTriangleArray labels, float[] scale_color)
          Set the scale for the appropriate axis.
 

Uses of VisADTriangleArray in visad.java3d
 

Methods in visad.java3d with parameters of type VisADTriangleArray
 void TransformOnlyDisplayRendererJ3D.setScale(int axis, int axis_ordinal, VisADLineArray array, VisADTriangleArray labels, float[] scale_color)
           
 void DisplayRendererJ3D.setScale(int axis, int axis_ordinal, VisADLineArray array, VisADTriangleArray labels, float[] scale_color)
          Set the scale for the appropriate axis.