healpix.plot3d.canvas3d
Class ColorConstants

java.lang.Object
  extended by healpix.plot3d.canvas3d.ColorConstants

public class ColorConstants
extends Object

Some color factor to get them from a static way.

Version:
$Id: ColorConstants.java 30580 2007-09-05 15:02:18Z nbach $

Field Summary
static double BASE_BLUE_FACTOR
          BLUE Color factor value
static double BASE_BLUE_OFFSET
          BLUE Color offset value
static double BASE_GREEN_FACTOR
          GREEN Color factor value
static double BASE_GREEN_OFFSET
          GREEN Color offset value
static double BASE_RED_FACTOR
          RED Color factor value
static double BASE_RED_OFFSET
          RED Color offset value
 
Constructor Summary
ColorConstants()
          Creates a new ColorConstants object.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_BLUE_FACTOR

public static final double BASE_BLUE_FACTOR
BLUE Color factor value

See Also:
Constant Field Values

BASE_GREEN_FACTOR

public static final double BASE_GREEN_FACTOR
GREEN Color factor value

See Also:
Constant Field Values

BASE_RED_FACTOR

public static final double BASE_RED_FACTOR
RED Color factor value

See Also:
Constant Field Values

BASE_BLUE_OFFSET

public static final double BASE_BLUE_OFFSET
BLUE Color offset value

See Also:
Constant Field Values

BASE_GREEN_OFFSET

public static final double BASE_GREEN_OFFSET
GREEN Color offset value

See Also:
Constant Field Values

BASE_RED_OFFSET

public static final double BASE_RED_OFFSET
RED Color offset value

See Also:
Constant Field Values
Constructor Detail

ColorConstants

public ColorConstants()
Creates a new ColorConstants object.


"Built from revision exported"