net.jbeans.j3d.scenegraph
Class LineAttributes

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

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

generally describe LineAttributes in here

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

Field Summary
 
Fields inherited from class javax.media.j3d.LineAttributes
ALLOW_ANTIALIASING_READ, ALLOW_ANTIALIASING_WRITE, ALLOW_PATTERN_READ, ALLOW_PATTERN_WRITE, ALLOW_WIDTH_READ, ALLOW_WIDTH_WRITE, PATTERN_DASH, PATTERN_DASH_DOT, PATTERN_DOT, PATTERN_SOLID, PATTERN_USER_DEFINED
 
Fields inherited from class javax.media.j3d.NodeComponent
 
Fields inherited from class javax.media.j3d.SceneGraphObject
 
Constructor Summary
LineAttributes()
           
LineAttributes(float lineWidth, int linePattern, boolean lineAntialiasing)
           
 
Methods inherited from class javax.media.j3d.LineAttributes
cloneNodeComponent, getLineAntialiasingEnable, getLinePattern, getLineWidth, getPatternMask, getPatternScaleFactor, setLineAntialiasingEnable, setLinePattern, setLineWidth, setPatternMask, setPatternScaleFactor
 
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

LineAttributes

public LineAttributes()

LineAttributes

public LineAttributes(float lineWidth,
                      int linePattern,
                      boolean lineAntialiasing)


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