net.jbeans.j3d.light
Class AmbientLight

java.lang.Object
  extended byjavax.media.j3d.SceneGraphObject
      extended byjavax.media.j3d.Node
          extended byjavax.media.j3d.Leaf
              extended byjavax.media.j3d.Light
                  extended byjavax.media.j3d.AmbientLight
                      extended bynet.jbeans.j3d.light.AmbientLight
All Implemented Interfaces:
java.io.Serializable

public final class AmbientLight
extends javax.media.j3d.AmbientLight
implements java.io.Serializable

net.jbeans.j3d.light.AmbientLight is a JavaBeanized javax.media.j3d.AmbientLight

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
AmbientLight, Serializable, Serialized Form

Field Summary
 
Fields inherited from class javax.media.j3d.Light
ALLOW_COLOR_READ, ALLOW_COLOR_WRITE, ALLOW_INFLUENCING_BOUNDS_READ, ALLOW_INFLUENCING_BOUNDS_WRITE, ALLOW_SCOPE_READ, ALLOW_SCOPE_WRITE, ALLOW_STATE_READ, ALLOW_STATE_WRITE
 
Fields inherited from class javax.media.j3d.Node
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
 
Fields inherited from class javax.media.j3d.SceneGraphObject
 
Constructor Summary
AmbientLight()
           
AmbientLight(boolean lightOn, javax.vecmath.Color3f color3f)
           
AmbientLight(javax.vecmath.Color3f color3f)
           
 
Method Summary
 javax.media.j3d.Light getAmbientLight()
           
 java.awt.Color getColor()
           
 void setColor(java.awt.Color color)
           
 
Methods inherited from class javax.media.j3d.AmbientLight
cloneNode
 
Methods inherited from class javax.media.j3d.Light
addScope, getAllScopes, getColor, getEnable, getInfluencingBoundingLeaf, getInfluencingBounds, getScope, indexOfScope, insertScope, numScopes, removeAllScopes, removeScope, removeScope, setColor, setEnable, setInfluencingBoundingLeaf, setInfluencingBounds, setScope, updateNodeReferences
 
Methods inherited from class javax.media.j3d.Node
cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmbientLight

public AmbientLight()

AmbientLight

public AmbientLight(javax.vecmath.Color3f color3f)

AmbientLight

public AmbientLight(boolean lightOn,
                    javax.vecmath.Color3f color3f)
Method Detail

setColor

public void setColor(java.awt.Color color)

getColor

public java.awt.Color getColor()

getAmbientLight

public javax.media.j3d.Light getAmbientLight()


Copyright © 1995-2004 net.jbeans. All Rights Reserved.