j3d.utils
Class Colors

java.lang.Object
  extended by j3d.utils.Colors

public class Colors
extends java.lang.Object


Field Summary
static javax.vecmath.Color3f black
           
static javax.vecmath.Color3f blue
           
static javax.vecmath.Color3f cyan
           
static javax.vecmath.Color3f green
           
static javax.vecmath.Color3f magenta
           
static javax.vecmath.Color3f red
           
static javax.vecmath.Color3f white
           
static javax.vecmath.Color3f yellow
           
 
Constructor Summary
Colors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public static final javax.vecmath.Color3f red

green

public static final javax.vecmath.Color3f green

blue

public static final javax.vecmath.Color3f blue

yellow

public static final javax.vecmath.Color3f yellow

cyan

public static final javax.vecmath.Color3f cyan

magenta

public static final javax.vecmath.Color3f magenta

white

public static final javax.vecmath.Color3f white

black

public static final javax.vecmath.Color3f black
Constructor Detail

Colors

public Colors()