| Modifier and Type | Field and Description |
|---|---|
LevelBuilderForm |
WorkspaceForm.lvBuilderForm |
| Constructor and Description |
|---|
RoomPreview(int width,
int height,
int tilewidth,
int tileheight,
int sizeScale,
LevelBuilderForm ownedBy)
Constructor that sets the width, height, tile width, tile height and owner.
|
RoomPreview(int width,
int height,
int tilewidth,
int tileheight,
int sizeScale,
LevelBuilderForm ownedBy,
java.lang.String LinkTableId)
Constructor that sets the width, height, tile width, tile height, owner and link table id.
|