fr.emn.lite
Class LiteShape

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byfr.emn.lite.Lite
              extended byfr.emn.lite.LiteShape
All Implemented Interfaces:
java.util.Collection, java.util.List

public class LiteShape
extends Lite


Field Summary
static int DRAW
           
static int DRAW_FILL
           
static int FILL
           
 int mode
           
 java.awt.Shape shape
           
 
Fields inherited from class fr.emn.lite.Lite
model, oldParent, parent, PICK_ACTIVEBOUNDS, PICK_ALL, PICK_DEEPEST, PICK_FIRST, PICK_GRAPHBOUNDS, PICK_INSIDE, PICK_INTER, PICK_MANIPULABLE, visible
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
LiteShape(java.awt.Shape s)
           
LiteShape(java.awt.Shape s, int mode)
           
 
Method Summary
 void doPaint(java.awt.Graphics2D g)
          doPaint method comment.
 boolean doPick(java.awt.Graphics2D g, java.awt.Rectangle rect, PickedList picked)
           
 java.awt.geom.Rectangle2D getBounds()
          getBounds method comment.
 
Methods inherited from class fr.emn.lite.Lite
changeTransform, concatenate, context, dist, equals, get, getActiveBounds, getActiveBoundsFrom, getAncestor, getAncestor, getBoundsFrom, getBoundsFromNoCorrect, getChildrenGhostPath, getCommonAncestor, getGhost_old, getGhost, getGhostPath, getParent, getShadow, getTransform, getTransformFrom, getTransformNoCopy, isVisible, migrateBack, migrateTo, paint_old, paint, paintChildren, paintShadows, pick, pickChildren, preConcatenate, setContext, setParent, setTransform, setVisible, size, toString, transformBounds
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Field Detail

shape

public java.awt.Shape shape

DRAW

public static final int DRAW
See Also:
Constant Field Values

FILL

public static final int FILL
See Also:
Constant Field Values

DRAW_FILL

public static final int DRAW_FILL
See Also:
Constant Field Values

mode

public int mode
Constructor Detail

LiteShape

public LiteShape(java.awt.Shape s)

LiteShape

public LiteShape(java.awt.Shape s,
                 int mode)
Method Detail

doPaint

public void doPaint(java.awt.Graphics2D g)
doPaint method comment.

Specified by:
doPaint in class Lite

doPick

public boolean doPick(java.awt.Graphics2D g,
                      java.awt.Rectangle rect,
                      PickedList picked)

getBounds

public java.awt.geom.Rectangle2D getBounds()
getBounds method comment.

Specified by:
getBounds in class Lite