|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DFogObject
Defines the requirements of an X3DFogObject abstract node type
| Method Summary | |
|---|---|
void |
getColor(float[] val)
Return the color value in the argument float[] |
java.lang.String |
getFogType()
Return the fogType String value. |
float |
getVisibilityRange()
Return the visibilityRange float value. |
void |
setColor(float[] val)
Set the color field. |
void |
setFogType(java.lang.String val)
Set the fogType field. |
void |
setVisibilityRange(float val)
Set the visibilityRange field. |
| Method Detail |
|---|
void getColor(float[] val)
val - The float[] to initialize.void setColor(float[] val)
val - The float[] to set.java.lang.String getFogType()
void setFogType(java.lang.String val)
val - The String to set.float getVisibilityRange()
void setVisibilityRange(float val)
val - The float to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||