public class TilePart
extends java.lang.Object
Constructor and Description |
---|
TilePart(Tile tile,
int index)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Property |
makeProperty()
Returns a Property based on the TilePart.
|
void |
setLength(long len)
Sets the length field.
|
public TilePart(Tile tile, int index)
tile
- The Tile of which this is a partindex
- The index of this tile partpublic void setLength(long len)
public Property makeProperty()