fr.emn.lite
Class LitePixelOperation

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

public class LitePixelOperation
extends LiteAttribute

See Also:
Serialized Form

Field Summary
static java.lang.String id
           
 
Constructor Summary
LitePixelOperation()
           
LitePixelOperation(java.awt.Color alternate)
           
LitePixelOperation(java.awt.Graphics2D g)
           
 
Method Summary
 void extract(java.awt.Graphics2D g)
           
static LitePixelOperation get(LiteContext lc)
           
 LiteAttribute install(java.awt.Graphics2D g)
           
static void set(LiteContext lc, LitePixelOperation 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

LitePixelOperation

public LitePixelOperation()

LitePixelOperation

public LitePixelOperation(java.awt.Color alternate)

LitePixelOperation

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

extract

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

get

public static LitePixelOperation get(LiteContext lc)

install

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

set

public static void set(LiteContext lc,
                       LitePixelOperation a)