fr.emn.inputeditor
Class LiteSortedDesk

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.LiteDesk
                      extended byfr.emn.inputeditor.LiteDesk
                          extended byfr.emn.inputeditor.LiteSortedDesk
All Implemented Interfaces:
java.util.Collection, java.util.List, Manipulable

public class LiteSortedDesk
extends LiteDesk


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
LiteSortedDesk()
           
 
Method Summary
 void add(Lite n)
           
 boolean add(java.lang.Object o)
           
 void clear()
           
 java.awt.geom.Rectangle2D getBounds()
          Returns the bounds of the Lite object in its own coordinate system.
 void setXSpacing(double x)
           
 void setYSpacing(double y)
           
 
Methods inherited from class fr.emn.inputeditor.LiteDesk
canClone, canDelete, canScale, canSelect, canShortcut, canTranslate
 
Methods inherited from class fr.emn.lite.LiteDesk
doPaint, update
 
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
addAll, 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

LiteSortedDesk

public LiteSortedDesk()
Method Detail

add

public void add(Lite n)

add

public boolean add(java.lang.Object o)

clear

public void clear()

getBounds

public java.awt.geom.Rectangle2D getBounds()
Description copied from class: Lite
Returns the bounds of the Lite object in its own coordinate system. Warning : don't change the Rectangle2D returned. Instead, work on a copy.

Overrides:
getBounds in class LiteDesk

setXSpacing

public void setXSpacing(double x)

setYSpacing

public void setYSpacing(double y)