Jazz3D API


com.sygem.jazz3d3.vrml
Class Fog

java.lang.Object
  |
  +--com.sygem.jazz3d3.vrml.Fog

public class Fog
extends java.lang.Object

Class representing the VRML Fog Node.

Version:
3.0a
Author:
SyGem Software

Constructor Summary
Fog()
           
 
Method Summary
 int getColorB()
          Returns the blue component of the fog colour (0-255)
 int getColorG()
          Returns the green component of the fog colour (0-255)
 int getColorR()
          Returns the red component of the fog colour (0-255)
 float getRange()
          Returns the range of the fog
 java.lang.String getType()
          Returns the type of this fog
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fog

public Fog()
Method Detail

getColorR

public int getColorR()
Returns the red component of the fog colour (0-255)

getColorG

public int getColorG()
Returns the green component of the fog colour (0-255)

getColorB

public int getColorB()
Returns the blue component of the fog colour (0-255)

getRange

public float getRange()
Returns the range of the fog

getType

public java.lang.String getType()
Returns the type of this fog

©2001 SyGem Software