|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.font3d.effects.Font3DGradient
public class Font3DGradient
Field Summary | |
---|---|
(package private) ColorRGBA |
end_color
|
(package private) ColorRGBA |
start_color
|
Constructor Summary | |
---|---|
Font3DGradient()
|
|
Font3DGradient(Vector3f direction,
ColorRGBA start_color,
ColorRGBA end_color)
|
Method Summary | |
---|---|
void |
applyEffect(Font3D font)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ColorRGBA start_color
ColorRGBA end_color
Constructor Detail |
---|
public Font3DGradient()
public Font3DGradient(Vector3f direction, ColorRGBA start_color, ColorRGBA end_color)
Method Detail |
---|
public void applyEffect(Font3D font)
applyEffect
in interface Font3DEffect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |