Package org.jzy3d.plot3d.text

Provides utilities for rendering texts into a 3 dimensional scene.

See:
          Description

Class Summary
TextBillboard A TextBillboard allows writing 2d text always facing the Camera of a 3d Scene.
TextBitmap  
TextBitmapDrawable EXPERIMENTAL A TextBitmapDrawable is a Text renderer that may be inserted into a scene graph.
TextRenderer Highly experimental text renderer.
 

Package org.jzy3d.plot3d.text Description

Provides utilities for rendering texts into a 3 dimensional scene.

A Text3d is a special primitive that does not implement the Drawable interface. Indeed, an instance of Text3d renders any number of strings.

The Text3dBillboard class allows drawing text as a collection of bitmaps, with a position specified with a three dimensional coordinate. Note that Text3dBillboard is currently not resizable.

The Text3dFont is an attempt to wrap the TextRenderer provided by JOGL but that doesn't work at version 1.1.1-rc3. It is left in this package for further tests. Note that the TextRenderer coming with the SWT binding 0.7 neither work.

Any Text3d has a position given by a (x,y,z) coordinate. Moreover, it is possible to specify an horizontal or vertical alignment w.r.t. to this position, by using the TextHalign and TextValign enumerations.