com.rie.rieps.engine.color
Class Gray

java.lang.Object
  extended by com.rie.rieps.engine.color.Gray
All Implemented Interfaces:
Color

public class Gray
extends java.lang.Object
implements Color

Author:
yves

Field Summary
static Color BLACK
           
static Color WHITE
           
 
Constructor Summary
Gray(float value)
          Creates a new instance of Gray
 
Method Summary
 float[] getComposite()
           
 java.lang.String getPSCommande()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLACK

public static final Color BLACK

WHITE

public static final Color WHITE
Constructor Detail

Gray

public Gray(float value)
Creates a new instance of Gray

Method Detail

getComposite

public float[] getComposite()
Specified by:
getComposite in interface Color

getPSCommande

public java.lang.String getPSCommande()
Specified by:
getPSCommande in interface Color