fr.emn.inputeditor
Class LiteLinkOutHandle

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

public class LiteLinkOutHandle
extends LiteLinkHandle


Field Summary
 
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
LiteLinkOutHandle()
           
 
Method Summary
 LiteSlot getSlot()
           
 
Methods inherited from class fr.emn.inputeditor.LiteLinkHandle
doPaint, getBounds, getGhostPath, parametrize, parametrizePath, pick, setDist, setParametricDist, setParametricLocation, setParent
 
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, getParent, getShadow, getTransform, getTransformFrom, getTransformNoCopy, isVisible, migrateBack, migrateTo, paint_old, paint, paintChildren, paintShadows, pickChildren, preConcatenate, setContext, 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
 

Constructor Detail

LiteLinkOutHandle

public LiteLinkOutHandle()
Method Detail

getSlot

public LiteSlot getSlot()
Specified by:
getSlot in class LiteLinkHandle