public class PlacementType
Field Summary | ||
---|---|---|
static final int | FREE_FLOATING | |
Don't move or size with cells.
|
||
static final int | MOVE | |
Move but don't size with cells.
|
||
static final int | MOVE_AND_SIZE | |
Move and size with cells.
|