|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.x3d.ScaledComponent
Wrapper class for integrating visualization components onto a Structure.
| Field Summary | |
Transform |
transform
The grouping node of this component |
| Constructor Summary | |
ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
java.net.URL componentURL)
Constructor |
|
ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
org.web3d.x3d.sai.X3DNode childNode)
Constructor |
|
ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
org.web3d.x3d.sai.X3DNode[] childNode)
Constructor |
|
| Method Summary | |
void |
dispose()
Explicitly dispose of all resources |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Transform transform
| Constructor Detail |
public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
java.net.URL componentURL)
scene - the X3DScene object.sceneScale - the scale being used within the simulation.componentScale - the scale to which the component has been created.componentURL - the URL at which the component's X3D
description is located.
public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
org.web3d.x3d.sai.X3DNode[] childNode)
scene - the X3DScene object.sceneScale - the scale being used within the simulation.componentScale - the scale to which the component has been created.childNode - an array of valid X3DChildNodes.
public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
Length sceneScale,
Length componentScale,
org.web3d.x3d.sai.X3DNode childNode)
scene - the X3DScene object.sceneScale - the scale being used within the simulation.componentScale - the scale to which the component has been created.childNode - an X3DChildNode.| Method Detail |
public void dispose()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||