public interface Drawable
Modifier and Type | Method and Description |
---|---|
javafx.scene.image.ImageView |
getRepresentation()
Gets the reference to an object of type ImageView in which this Drawable stores its representation.
|
Drawable |
setImageView(javafx.scene.image.ImageView representation)
Sets the reference to an object of type ImageView into which this Drawable should store its representation.
|
Drawable |
updateRepresentation()
Updates the stored reference with a representation that represents the state of this Drawable
|
Drawable setImageView(javafx.scene.image.ImageView representation)
representation
- The reference to the ImageView in which the representation of this Drawable should be placedjavafx.scene.image.ImageView getRepresentation()
Drawable updateRepresentation()