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