Jeospace API

org.jeospace.x3d.node
Class CustomViewport

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

public class CustomViewport
extends Node

An SAI CustomViewport node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFBool fixedHeight
          The fixedHeight field
 org.web3d.x3d.sai.SFBool fixedWidth
          The fixedWidth field
 org.web3d.x3d.sai.SFBool fixedX
          The fixedX field
 org.web3d.x3d.sai.SFBool fixedY
          The fixedY field
 org.web3d.x3d.sai.SFFloat height
          The height field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat width
          The width field
 org.web3d.x3d.sai.SFFloat x
          The x field
 org.web3d.x3d.sai.SFFloat y
          The y field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
CustomViewport(org.web3d.x3d.sai.X3DNode node)
          Constructor
CustomViewport(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


fixedX

public final org.web3d.x3d.sai.SFBool fixedX
The fixedX field


fixedY

public final org.web3d.x3d.sai.SFBool fixedY
The fixedY field


fixedWidth

public final org.web3d.x3d.sai.SFBool fixedWidth
The fixedWidth field


fixedHeight

public final org.web3d.x3d.sai.SFBool fixedHeight
The fixedHeight field


x

public final org.web3d.x3d.sai.SFFloat x
The x field


y

public final org.web3d.x3d.sai.SFFloat y
The y field


width

public final org.web3d.x3d.sai.SFFloat width
The width field


height

public final org.web3d.x3d.sai.SFFloat height
The height field

Constructor Detail

CustomViewport

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


CustomViewport

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


Jeospace API

Copyright © 2006 - jeospace.org