|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
public class Background
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
---|
FieldSpec |
Constructor Summary | |
---|---|
Background(Loader loader)
Constructor for the Background object |
|
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)
Constructor for the Background object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
BranchGroup |
getBackgroundImpl()
Gets the backgroundImpl attribute of the Background object |
String |
getType()
Gets the type attribute of the Background object |
void |
notifyMethod(String eventInName,
double time)
Description of the Method |
BaseNode |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BindableNode |
---|
getImplNode |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
---|
getEventIn, getEventOut, getExposedField, getField |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BaseNode |
---|
getBrowser, getNumTris, toString, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Background(Loader loader)
loader
- Description of the Parameterpublic 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)
loader
- Description of the Parameterbind
- Description of the ParameterbindTime
- Description of the ParameterisBound
- Description of the ParametergroundAngle
- Description of the ParametergroundColor
- Description of the ParameterbackUrl
- Description of the ParameterbottomUrl
- Description of the ParameterfrontUrl
- Description of the ParameterleftUrl
- Description of the ParameterrightUrl
- Description of the ParametertopUrl
- Description of the ParameterskyAngle
- Description of the ParameterskyColor
- Description of the ParameterMethod Detail |
---|
public BranchGroup getBackgroundImpl()
public void notifyMethod(String eventInName, double time)
notifyMethod
in interface Notifier
notifyMethod
in class BindableNode
eventInName
- Description of the Parametertime
- Description of the Parameterpublic String getType()
getType
in class BaseNode
public Object clone()
clone
in class BaseNode
public BaseNode wrap()
wrap
in class Node
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |