All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.generic.geometry.Color

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.generic.geometry.Color

public class Color
extends VrmlObject
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

Constructor Index

 o Color()
Default Constructor

Method Index

 o cleanup()
Call when about to remove the node from the scenegraph.
 o clone()
Make a clone of this object
 o get_color()
Get the color attributes of the node
 o set_color(float[][])
Set the color attributes of the node
 o writeToStream(int)
Prints the formatted contents of this node to the given stream.

Constructors

 o Color
 public Color()
Default Constructor

Methods

 o cleanup
 public void cleanup()
Call when about to remove the node from the scenegraph.

Overrides:
cleanup in class VrmlObject
 o 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
 o set_color
 public void set_color(float color[][])
Set the color attributes of the node

Parameters:
color - An array of color values. Each color is described as \ color[i][0] = red, color[i][1] = green, color[i][2] = blue
 o get_color
 public float[][] get_color()
Get the color attributes of the node

Returns:
An array of color values. Each color is described as \ color[i][0] = red, color[i][1] = green, color[i][2] = blue
 o clone
 public Object clone()
Make a clone of this object

Returns:
A deep clone copy of this object
Overrides:
clone in class VrmlObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index