Jeospace API

org.jeospace.x3d.node
Class FixedViewport

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

public class FixedViewport
extends Node

An SAI FixedViewport node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFInt32 height
          The height field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFInt32 width
          The width field
 org.web3d.x3d.sai.SFInt32 x
          The x field
 org.web3d.x3d.sai.SFInt32 y
          The y field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
FixedViewport(org.web3d.x3d.sai.X3DNode node)
          Constructor
FixedViewport(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


x

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


y

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


width

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


height

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

Constructor Detail

FixedViewport

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


FixedViewport

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


Jeospace API

Copyright © 2006 - jeospace.org