public class Drag extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
beta
Get the beta property.
|
| Constructor and Description |
|---|
Drag()
Empty constructor that starts at 0.
|
Drag(double beta)
Start with an initial value.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
betaProperty()
Get the beta property.
|
java.lang.Double |
getBeta()
Gets the value of the property beta.
|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
void |
setBeta(double beta)
Sets the value of the property beta.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> betaProperty
getBeta(),
setBeta(double)public Drag()
public Drag(double beta)
beta - the initial valuepublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> betaProperty()
getBeta(),
setBeta(double)public java.lang.Double getBeta()
public void setBeta(double beta)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent