Jeospace API

org.jeospace.x3d.node
Class Transform

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.Transform

public class Transform
extends Node

An SAI Transform node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.MFNode addChildren
          The addChildren eventIn
 org.web3d.x3d.sai.SFVec3f bboxCenter
          The bboxCenter field
 org.web3d.x3d.sai.SFVec3f bboxSize
          The bboxSize field
 org.web3d.x3d.sai.SFVec3f center
          The center exposedField
 org.web3d.x3d.sai.MFNode children
          The children exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.MFNode removeChildren
          The removeChildren eventIn
 org.web3d.x3d.sai.SFRotation rotation
          The rotation exposedField
 org.web3d.x3d.sai.SFVec3f scale
          The scale exposedField
 org.web3d.x3d.sai.SFRotation scaleOrientation
          The scaleOrientation exposedField
 org.web3d.x3d.sai.SFVec3f translation
          The translation exposedField
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Transform(org.web3d.x3d.sai.X3DNode node)
          Constructor
Transform(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


children

public final org.web3d.x3d.sai.MFNode children
The children exposedField


addChildren

public final org.web3d.x3d.sai.MFNode addChildren
The addChildren eventIn


removeChildren

public final org.web3d.x3d.sai.MFNode removeChildren
The removeChildren eventIn


bboxCenter

public final org.web3d.x3d.sai.SFVec3f bboxCenter
The bboxCenter field


bboxSize

public final org.web3d.x3d.sai.SFVec3f bboxSize
The bboxSize field


center

public final org.web3d.x3d.sai.SFVec3f center
The center exposedField


rotation

public final org.web3d.x3d.sai.SFRotation rotation
The rotation exposedField


scale

public final org.web3d.x3d.sai.SFVec3f scale
The scale exposedField


scaleOrientation

public final org.web3d.x3d.sai.SFRotation scaleOrientation
The scaleOrientation exposedField


translation

public final org.web3d.x3d.sai.SFVec3f translation
The translation exposedField

Constructor Detail

Transform

public Transform(org.web3d.x3d.sai.X3DScene scene)
Constructor


Transform

public Transform(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org