fr.emn.lite
Class LiteView

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

public class LiteView
extends LiteContainer

Insert the type's description here. Creation date: (05/07/00 16:48:23)


Field Summary
 
Fields inherited from class fr.emn.lite.LiteContainer
children
 
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
LiteView()
          LiteClip constructor comment.
LiteView(java.awt.Rectangle bounds)
          LiteClip constructor comment.
 
Method Summary
 void doPaint(java.awt.Graphics2D g)
          doPaint method comment.
 java.awt.geom.Rectangle2D getBounds()
          getBounds method comment.
 java.awt.geom.GeneralPath getGhostPath()
          This method returns an empty ghost shape for this object.
 void setBounds(java.awt.Rectangle bounds)
          Insert the method's description here.
 
Methods inherited from class fr.emn.lite.LiteContainer
add, add, get, getChildrenBounds, remove, remove, set, set, size
 
Methods inherited from class fr.emn.lite.Lite
changeTransform, concatenate, context, dist, equals, 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, toString, transformBounds
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, 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
 

Constructor Detail

LiteView

public LiteView()
LiteClip constructor comment.


LiteView

public LiteView(java.awt.Rectangle bounds)
LiteClip constructor comment.

Method Detail

doPaint

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

Specified by:
doPaint in class Lite

getBounds

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

Specified by:
getBounds in class Lite

getGhostPath

public java.awt.geom.GeneralPath getGhostPath()
This method returns an empty ghost shape for this object.


setBounds

public void setBounds(java.awt.Rectangle bounds)
Insert the method's description here. Creation date: (05/07/00 16:50:57)

Returns:
java.awt.Rectangle