fr.emn.lite
Class LiteColor

java.lang.Object
  extended byfr.emn.lite.LiteAttribute
      extended byfr.emn.lite.LiteColor
All Implemented Interfaces:
java.io.Serializable

public class LiteColor
extends LiteAttribute

See Also:
Serialized Form

Field Summary
static java.lang.String id
           
 
Constructor Summary
LiteColor(java.awt.Color c)
           
LiteColor(float r, float g, float b)
           
LiteColor(float r, float g, float b, float a)
           
LiteColor(java.awt.Graphics2D g)
           
 
Method Summary
 void extract(java.awt.Graphics2D g)
           
static LiteColor get(LiteContext lc)
           
 LiteAttribute install(java.awt.Graphics2D g)
           
 void replaceWith(LiteColor c)
          Insert the method's description here.
static void set(LiteContext lc, LiteColor a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static final java.lang.String id
See Also:
Constant Field Values
Constructor Detail

LiteColor

public LiteColor(float r,
                 float g,
                 float b)

LiteColor

public LiteColor(float r,
                 float g,
                 float b,
                 float a)

LiteColor

public LiteColor(java.awt.Color c)

LiteColor

public LiteColor(java.awt.Graphics2D g)
Method Detail

extract

public void extract(java.awt.Graphics2D g)
Specified by:
extract in class LiteAttribute

get

public static LiteColor get(LiteContext lc)

install

public LiteAttribute install(java.awt.Graphics2D g)
Specified by:
install in class LiteAttribute

replaceWith

public void replaceWith(LiteColor c)
Insert the method's description here. Creation date: (26/09/00 18:49:45)

Parameters:
c - fr.emn.lite.LiteColor

set

public static void set(LiteContext lc,
                       LiteColor a)