public class Orientation extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
orientation
Get the orientation property.
|
| Constructor and Description |
|---|
Orientation()
Empty constructor.
|
Orientation(double orientation)
Start with a default value.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getOrientation()
Gets the value of the property orientation.
|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
orientationProperty()
Get the orientation property.
|
void |
setOrientation(double orientation)
Sets the value of the property orientation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> orientationProperty
getOrientation(),
setOrientation(double)public Orientation()
public Orientation(double orientation)
orientation - the default valuepublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> orientationProperty()
getOrientation(),
setOrientation(double)public double getOrientation()
public void setOrientation(double orientation)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent