|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.dacopan.model.ENCTreeModel.DrawableEncLayer
public static class ENCTreeModel.DrawableEncLayer
This inner class encloses the concept of a single layer that's going to be drawn in the ENC animation. It consists of
List
of DrawableTransferUnit
objects.
Constructor Summary | |
---|---|
ENCTreeModel.DrawableEncLayer()
|
|
ENCTreeModel.DrawableEncLayer(java.util.List list)
This constructor takes a List of TransferUnits, and sets up the internal list to be a List of DrawableTransferUnits. |
Method Summary | |
---|---|
java.util.List |
getDrawableUnits()
|
ENCTreeModel.DrawableTransferUnit |
getFirstUnit()
Gets the first unit of the layer. |
ENCTreeModel.DrawableTransferUnit |
getLastUnit()
Gets the last unit of the layer. |
boolean |
hasSiblingsToTheLeft()
|
boolean |
hasSiblingsToTheRight()
|
void |
setSiblingsToTheLeft(boolean siblingsToTheLeft)
|
void |
setSiblingsToTheRight(boolean siblingsToTheRight)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ENCTreeModel.DrawableEncLayer()
public ENCTreeModel.DrawableEncLayer(java.util.List list)
list
- Method Detail |
---|
public boolean hasSiblingsToTheLeft()
public void setSiblingsToTheLeft(boolean siblingsToTheLeft)
siblingsToTheLeft
- The siblingsToTheLeft to set.public boolean hasSiblingsToTheRight()
public void setSiblingsToTheRight(boolean siblingsToTheRight)
siblingsToTheRight
- The siblingsToTheRight to set.public java.util.List getDrawableUnits()
public ENCTreeModel.DrawableTransferUnit getFirstUnit()
public ENCTreeModel.DrawableTransferUnit getLastUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |