public class RestitutionCoefficient extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
restitutionCoefficient |
| Constructor and Description |
|---|
RestitutionCoefficient() |
RestitutionCoefficient(double restitutionCoefficient) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
double |
getRestitutionCoefficient()
Gets the value of the property restitutionCoefficient.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Double> |
restitutionCoefficientProperty() |
void |
setRestitutionCoefficient(double restitutionCoefficient)
Sets the value of the property restitutionCoefficient.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.Double> restitutionCoefficientProperty
public RestitutionCoefficient()
public RestitutionCoefficient(double restitutionCoefficient)
public javafx.beans.property.SimpleObjectProperty<java.lang.Double> restitutionCoefficientProperty()
public double getRestitutionCoefficient()
public void setRestitutionCoefficient(double restitutionCoefficient)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent