fr.emn.inputeditor
Class LiteInSlots

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

public class LiteInSlots
extends LiteSlots


Field Summary
 
Fields inherited from class fr.emn.inputeditor.LiteSlots
slotFont
 
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
LiteInSlots()
          LiteInSlots constructor comment.
LiteInSlots(LiteInSlot[] slots)
          LiteInSlots constructor comment.
 
Method Summary
 float indentSize()
          indentSize method comment.
 int labelsWidth()
          labelsWidth method comment.
 int labelsX()
          labelsX method comment.
 float slotsX()
          slotsX method comment.
 
Methods inherited from class fr.emn.inputeditor.LiteSlots
collapseAll, doPaint, expand, getActiveBounds, getAllRealChildren, getAssociatedLinks, getBounds, getGhostPath, getHeight, getLevel, getMaxX, getMinX, getNextRealSlots, getShadow, getSlot, getSlot, getSlotIndex, getSlots, invalidate, setSlots
 
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, getActiveBoundsFrom, getAncestor, getAncestor, getBoundsFrom, getBoundsFromNoCorrect, getChildrenGhostPath, getCommonAncestor, getGhost_old, getGhost, getParent, 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

LiteInSlots

public LiteInSlots()
LiteInSlots constructor comment.


LiteInSlots

public LiteInSlots(LiteInSlot[] slots)
LiteInSlots constructor comment.

Parameters:
slots - fr.emn.inputeditor.LiteSlot[]
Method Detail

indentSize

public float indentSize()
indentSize method comment.

Specified by:
indentSize in class LiteSlots

labelsWidth

public int labelsWidth()
labelsWidth method comment.

Specified by:
labelsWidth in class LiteSlots

labelsX

public int labelsX()
labelsX method comment.

Specified by:
labelsX in class LiteSlots

slotsX

public float slotsX()
slotsX method comment.

Specified by:
slotsX in class LiteSlots