All Packages Class Hierarchy This Package Previous Next Index
Class vlc.vrml.generic.geometry.Billboard
java.lang.Object
|
+----vlc.vrml.generic.geometry.VrmlObject
|
+----vlc.vrml.generic.geometry.ChildrenNode
|
+----vlc.vrml.generic.geometry.GroupingNode
|
+----vlc.vrml.generic.geometry.Billboard
- public class Billboard
- extends GroupingNode
JVerge
- Version:
- 0.8 (beta 4)
Copyright 1997
The Virtual Light Company
under the
GNU LGPL
The latest information and bugs in JVerge can be found at
http://www.vlc.com.au/JVerge
For definition of the Anchor node please see the
VRML 97 Anchor specification
- Author:
- Justin Couch justin@vlc.com.au
-
Billboard()
- Default Constructor.
-
Billboard(float[], float[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size.
-
cleanup()
- Call when about to remove the node from the scenegraph.
-
clone()
- Make a clone of this object
-
get_axisOfRotation()
- Get the current axisOfRotation.
-
set_axisOfRotation(float[])
- Set the axisOfRotation.
-
writeToStream(int)
- Prints the formatted contents of this node to the given stream.
Billboard
public Billboard()
- Default Constructor. Creates a default Billboard
Billboard
public Billboard(float bboxCenter[],
float bboxSize[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size.
cleanup
public void cleanup()
- Call when about to remove the node from the scenegraph.
- Overrides:
- cleanup in class VrmlObject
writeToStream
public void writeToStream(int indent)
- Prints the formatted contents of this node to the given stream.
- Parameters:
- indent - The number of spaces to indent this node in the string
- Overrides:
- writeToStream in class VrmlObject
set_axisOfRotation
public void set_axisOfRotation(float val[])
- Set the axisOfRotation.
- Parameters:
- val - The axis to be used.
get_axisOfRotation
public float[] get_axisOfRotation()
- Get the current axisOfRotation.
- Returns:
- The last set axis of rotation.
clone
public Object clone()
- Make a clone of this object
- Returns:
- A deep clone copy of this object
- Overrides:
- clone in class GroupingNode
All Packages Class Hierarchy This Package Previous Next Index