Modifier and Type | Method and Description |
---|---|
boolean |
isAbove(T otherAsset)
Determines whether otherAsset is above this one.
|
boolean |
isBelow(T otherAsset)
Determines whether otherAsset is above this one.
|
void |
setAbove(T assetToRankAheadOf)
Set this Entity ahead of the passed in Entity in rank order.
|
void |
setBelow(T assetToRankAfter)
Set this Entity after the passed in Entity in rank order.
|
public void setAbove(T assetToRankAheadOf)
assetToRankAheadOf
- The Entity that will come next in order after
this Entity.public void setBelow(T assetToRankAfter)
assetToRankAfter
- The Entity that will come just before this Entity
in rank order.public boolean isAbove(T otherAsset)
otherAsset
- The Entity that will come next in order after this
Entity.public boolean isBelow(T otherAsset)
otherAsset
- The Entity that will come just before this Entity in
rank order.Copyright © 2013 Version One, Inc.. All rights reserved.