org.wilmascope.view
Class Colours.Material

java.lang.Object
  extended by javax.media.j3d.SceneGraphObject
      extended by javax.media.j3d.NodeComponent
          extended by javax.media.j3d.Material
              extended by org.wilmascope.view.Colours.Material
Enclosing class:
Colours

public static class Colours.Material
extends javax.media.j3d.Material


Field Summary
 
Fields inherited from class javax.media.j3d.Material
ALLOW_COMPONENT_READ, ALLOW_COMPONENT_WRITE, AMBIENT, AMBIENT_AND_DIFFUSE, DIFFUSE, EMISSIVE, SPECULAR
 
Method Summary
 java.awt.Color getAwtColor()
           
 javax.swing.ImageIcon getIcon()
           
 java.lang.String toString()
           
 
Methods inherited from class javax.media.j3d.Material
cloneNodeComponent, getAmbientColor, getColorTarget, getDiffuseColor, getEmissiveColor, getLightingEnable, getShininess, getSpecularColor, setAmbientColor, setAmbientColor, setColorTarget, setDiffuseColor, setDiffuseColor, setDiffuseColor, setEmissiveColor, setEmissiveColor, setLightingEnable, setShininess, setSpecularColor, setSpecularColor
 
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, wait, wait, wait
 

Method Detail

getAwtColor

public java.awt.Color getAwtColor()

toString

public java.lang.String toString()
Overrides:
toString in class javax.media.j3d.Material

getIcon

public javax.swing.ImageIcon getIcon()