jat.vr
Class Colors

java.lang.Object
  extended by jat.vr.Colors

public class Colors
extends java.lang.Object

Author:
Tobias Berthold

Field Summary
static javax.vecmath.Color3f black
           
static javax.vecmath.Color3f blue
           
static javax.vecmath.Color3f darkgray
           
static javax.vecmath.Color3f gold
           
static javax.vecmath.Color3f gray
           
static javax.vecmath.Color3f green
           
static javax.vecmath.Color3f orange
           
static javax.vecmath.Color3f pink
           
static javax.vecmath.Color3f red
           
static javax.vecmath.Color3f turquoise
           
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

white

public static final javax.vecmath.Color3f white

pink

public static final javax.vecmath.Color3f pink

gold

public static final javax.vecmath.Color3f gold

yellow

public static final javax.vecmath.Color3f yellow

orange

public static final javax.vecmath.Color3f orange

gray

public static final javax.vecmath.Color3f gray

darkgray

public static final javax.vecmath.Color3f darkgray

black

public static final javax.vecmath.Color3f black

turquoise

public static final javax.vecmath.Color3f turquoise
Constructor Detail

Colors

public Colors()