Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.navigation
Interface Billboard

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DGroupingNode, X3DNode

public interface Billboard
extends X3DGroupingNode

Defines the requirements of an X3D Billboard node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getAxisOfRotation(float[] val)
          Return the axisOfRotation value in the argument float[]
 void setAxisOfRotation(float[] val)
          Set the axisOfRotation field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 
Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
 

Method Detail

getAxisOfRotation

void getAxisOfRotation(float[] val)
Return the axisOfRotation value in the argument float[]

Parameters:
val - The float[] to initialize.

setAxisOfRotation

void setAxisOfRotation(float[] val)
Set the axisOfRotation field.

Parameters:
val - The float[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium