| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.Material
Material | public class Material extends Node (Code) | | Description of the Class
|
ambColor | Color3f ambColor(Code) | | |
diffColor | Color3f diffColor(Code) | | |
emmColor | Color3f emmColor(Code) | | |
specColor | Color3f specColor(Code) | | |
Material | public Material(Loader loader)(Code) | | Constructor for the Material object
Parameters: loader - Description of the Parameter |
Material | Material(Loader loader, SFFloat ambientIntensity, SFColor diffuseColor, SFColor emissiveColor, SFFloat shininess, SFColor specularColor, SFFloat transparency)(Code) | | Constructor for the Material object
Parameters: loader - Description of the Parameter Parameters: ambientIntensity - Description of the Parameter Parameters: diffuseColor - Description of the Parameter Parameters: emissiveColor - Description of the Parameter Parameters: shininess - Description of the Parameter Parameters: specularColor - Description of the Parameter Parameters: transparency - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getTransparency | public float getTransparency()(Code) | | |
getType | public String getType()(Code) | | Gets the type attribute of the Material object
The type value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | void initImpl()(Code) | | Description of the Method
|
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
|
|