| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.BindableNode org.jdesktop.j3d.loaders.vrml97.impl.Background
Constructor Summary | |
public | Background(Loader loader) | public | Background(Loader loader, SFBool bind, SFTime bindTime, SFBool isBound, MFFloat groundAngle, MFColor groundColor, MFString backUrl, MFString bottomUrl, MFString frontUrl, MFString leftUrl, MFString rightUrl, MFString topUrl, MFFloat skyAngle, MFColor skyColor) |
Background | public Background(Loader loader)(Code) | | Constructor for the Background object
Parameters: loader - Description of the Parameter |
Background | public Background(Loader loader, SFBool bind, SFTime bindTime, SFBool isBound, MFFloat groundAngle, MFColor groundColor, MFString backUrl, MFString bottomUrl, MFString frontUrl, MFString leftUrl, MFString rightUrl, MFString topUrl, MFFloat skyAngle, MFColor skyColor)(Code) | | Constructor for the Background object
Parameters: loader - Description of the Parameter Parameters: bind - Description of the Parameter Parameters: bindTime - Description of the Parameter Parameters: isBound - Description of the Parameter Parameters: groundAngle - Description of the Parameter Parameters: groundColor - Description of the Parameter Parameters: backUrl - Description of the Parameter Parameters: bottomUrl - Description of the Parameter Parameters: frontUrl - Description of the Parameter Parameters: leftUrl - Description of the Parameter Parameters: rightUrl - Description of the Parameter Parameters: topUrl - Description of the Parameter Parameters: skyAngle - Description of the Parameter Parameters: skyColor - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getImageBkg | Texture2D getImageBkg(int[] gradients)(Code) | | Gets the imageBkg attribute of the Background object
Parameters: gradients - Description of the Parameter The imageBkg value |
getType | public String getType()(Code) | | Gets the type attribute of the Background 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 |
wrap | public vrml.BaseNode wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|