Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DFogObject

All Known Subinterfaces:
Fog, LocalFog

public interface X3DFogObject

Defines the requirements of an X3DFogObject abstract node type

Version:
$Revision: 1.1 $
Author:
Rex Melton

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

getColor

void getColor(float[] val)
Return the color value in the argument float[]

Parameters:
val - The float[] to initialize.

setColor

void setColor(float[] val)
Set the color field.

Parameters:
val - The float[] to set.

getFogType

java.lang.String getFogType()
Return the fogType String value.

Returns:
The fogType String value.

setFogType

void setFogType(java.lang.String val)
Set the fogType field.

Parameters:
val - The String to set.

getVisibilityRange

float getVisibilityRange()
Return the visibilityRange float value.

Returns:
The visibilityRange float value.

setVisibilityRange

void setVisibilityRange(float val)
Set the visibilityRange field.

Parameters:
val - The float to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium