com.jmex.font3d.effects
Class Font3DTexture

java.lang.Object
  extended by com.jmex.font3d.effects.Font3DTexture
All Implemented Interfaces:
Font3DEffect

public class Font3DTexture
extends java.lang.Object
implements Font3DEffect

This class will apply a texture to a font. The reason this has to be done this way is because of some locking/unlocking and other internal things of the Font3D/Text3D.

Author:
emanuel

Constructor Summary
Font3DTexture()
           
Font3DTexture(Texture tex)
           
Font3DTexture(TextureState ts)
           
Font3DTexture(java.net.URL texurl)
           
 
Method Summary
 void applyEffect(Font3D font)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font3DTexture

public Font3DTexture()

Font3DTexture

public Font3DTexture(TextureState ts)

Font3DTexture

public Font3DTexture(Texture tex)

Font3DTexture

public Font3DTexture(java.net.URL texurl)
Method Detail

applyEffect

public void applyEffect(Font3D font)
Specified by:
applyEffect in interface Font3DEffect