Jeospace API

org.jeospace.x3d
Class ScaledComponent

java.lang.Object
  extended byorg.jeospace.x3d.ScaledComponent

public class ScaledComponent
extends java.lang.Object

Wrapper class for integrating visualization components onto a Structure.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

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

transform

public final Transform transform
The grouping node of this component

Constructor Detail

ScaledComponent

public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
                       Length sceneScale,
                       Length componentScale,
                       java.net.URL componentURL)
Constructor

Parameters:
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.

ScaledComponent

public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
                       Length sceneScale,
                       Length componentScale,
                       org.web3d.x3d.sai.X3DNode[] childNode)
Constructor

Parameters:
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.

ScaledComponent

public ScaledComponent(org.web3d.x3d.sai.X3DScene scene,
                       Length sceneScale,
                       Length componentScale,
                       org.web3d.x3d.sai.X3DNode childNode)
Constructor

Parameters:
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

dispose

public void dispose()
Explicitly dispose of all resources


Jeospace API

Copyright © 2006 - jeospace.org