org.primordion.xholon.io.vrml
Class RGBTypeDouble

java.lang.Object
  extended byorg.primordion.xholon.io.vrml.RGBTypeDouble

public class RGBTypeDouble
extends java.lang.Object

VRML VrmlColor RGBTypeDouble.

Since:
0.1 (Created on Oct 27, 2005)
Author:
Ken Webb

Field Summary
 double b
           
 double g
           
 double r
           
 
Constructor Summary
RGBTypeDouble()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public double r

g

public double g

b

public double b
Constructor Detail

RGBTypeDouble

public RGBTypeDouble()