org.primordion.xholon.io.vrml
Class HSVType

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

public class HSVType
extends java.lang.Object

VRML VrmlColor HSVType.

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

Field Summary
 int h
           
 int s
           
 int v
           
 
Constructor Summary
HSVType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

h

public int h

s

public int s

v

public int v
Constructor Detail

HSVType

public HSVType()