net.jbeans.j3d.scenegraph
Class PointAttributes

java.lang.Object
  extended byjavax.media.j3d.SceneGraphObject
      extended byjavax.media.j3d.NodeComponent
          extended byjavax.media.j3d.PointAttributes
              extended bynet.jbeans.j3d.scenegraph.PointAttributes
All Implemented Interfaces:
java.io.Serializable

public class PointAttributes
extends javax.media.j3d.PointAttributes
implements java.io.Serializable

generally describe PointAttributes in here

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

Field Summary
 
Fields inherited from class javax.media.j3d.PointAttributes
ALLOW_ANTIALIASING_READ, ALLOW_ANTIALIASING_WRITE, ALLOW_SIZE_READ, ALLOW_SIZE_WRITE
 
Fields inherited from class javax.media.j3d.NodeComponent
 
Fields inherited from class javax.media.j3d.SceneGraphObject
 
Constructor Summary
PointAttributes()
           
PointAttributes(float pointSize, boolean pointAntialiasing)
           
 
Methods inherited from class javax.media.j3d.PointAttributes
cloneNodeComponent, getPointAntialiasingEnable, getPointSize, setPointAntialiasingEnable, setPointSize
 
Methods inherited from class javax.media.j3d.NodeComponent
cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointAttributes

public PointAttributes()

PointAttributes

public PointAttributes(float pointSize,
                       boolean pointAntialiasing)


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