fr.emn.lite
Class LiteHide

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

public class LiteHide
extends LiteAttribute

Instance this attribute to hide objects. Use null to show objects.

See Also:
Serialized Form

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

LiteHide

public LiteHide()

LiteHide

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

extract

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

get

public static LiteHide get(LiteContext lc)

install

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

set

public static void set(LiteContext lc,
                       LiteHide a)