Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.geometry3d
Interface Box

All Superinterfaces:
X3DGeometryNode, X3DNode

public interface Box
extends X3DGeometryNode

Defines the requirements of an X3D Box node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getSize(float[] val)
          Return the size value in the argument float[]
 boolean getSolid()
          Return the solid boolean value.
 void setSize(float[] val)
          Set the size field.
 void setSolid(boolean val)
          Set the solid field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getSolid

boolean getSolid()
Return the solid boolean value.

Returns:
The solid boolean value.

setSolid

void setSolid(boolean val)
Set the solid field.

Parameters:
val - The boolean to set.

getSize

void getSize(float[] val)
Return the size value in the argument float[]

Parameters:
val - The float[] to initialize.

setSize

void setSize(float[] val)
Set the size field.

Parameters:
val - The float[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium