@Deprecated public class Display extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
imagePath
Deprecated.
Get the imagePath property.
|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
spritesheetPath
Deprecated.
Get the spritesheetPath Property.
|
| Constructor and Description |
|---|
Display()
Deprecated.
|
Display(java.lang.String imagePath)
Deprecated.
|
Display(java.lang.String imagePath,
java.lang.String spritesheetPath,
double width,
double height)
Deprecated.
|
Display(java.lang.String imagePath,
java.lang.String spritesheetPath,
double width,
double height,
double offsetX,
double offsetY)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImagePath()
Deprecated.
Get the imagePath String.
|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Deprecated.
Gets any properties this component holds.
|
java.lang.String |
getSpritesheetPath()
Deprecated.
Get the spritesheetPath String.
|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
imagePathProperty()
Deprecated.
Get the imagePath property.
|
void |
setImagePath(java.lang.String imagePath)
Deprecated.
Set the imagePath String.
|
void |
setSpritesheetPath(java.lang.String spritesheetPath)
Deprecated.
Set the spritesheetPath String.
|
javafx.beans.property.SimpleObjectProperty<java.lang.String> |
spritesheetPathProperty()
Deprecated.
Get the spritesheetPath Property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.String> imagePathProperty
getImagePath(),
setImagePath(String)public javafx.beans.property.SimpleObjectProperty<java.lang.String> spritesheetPathProperty
getSpritesheetPath(),
setSpritesheetPath(String)public Display()
public Display(java.lang.String imagePath)
public Display(java.lang.String imagePath,
java.lang.String spritesheetPath,
double width,
double height)
public Display(java.lang.String imagePath,
java.lang.String spritesheetPath,
double width,
double height,
double offsetX,
double offsetY)
public javafx.beans.property.SimpleObjectProperty<java.lang.String> imagePathProperty()
getImagePath(),
setImagePath(String)public java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)
imagePath - Stringpublic javafx.beans.property.SimpleObjectProperty<java.lang.String> spritesheetPathProperty()
getSpritesheetPath(),
setSpritesheetPath(String)public java.lang.String getSpritesheetPath()
public void setSpritesheetPath(java.lang.String spritesheetPath)
spritesheetPath - Stringpublic java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent