public class Tile
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleBooleanProperty |
imageLoaded |
| Constructor and Description |
|---|
Tile(java.lang.String tileLocation) |
Tile(java.lang.String tileLocation,
javafx.scene.image.Image image) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.image.ImageView |
getImageView() |
javafx.beans.property.SimpleBooleanProperty |
imageLoadedProperty() |
void |
loadImage() |