iicm.vrml.pw
Class Light

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Light
Direct Known Subclasses:
DirectionalLight, PointLight, SpotLight

public abstract class Light
extends Node


Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Constructor Summary
Light()
           
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, nodeName, readNode, traverse, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Light

public Light()