Class DoubleProperty
java.lang.Object
com.thecsdev.common.properties.ObjectProperty<Double>
com.thecsdev.common.properties.NotNullProperty<Double>
com.thecsdev.common.properties.PrimitiveProperty<Double>
com.thecsdev.common.properties.DoubleProperty
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NotNullProperty
get, getDefaultValue, getOptionalMethods inherited from class ObjectProperty
addChangeListener, addFilter, applyFilters, assertCallerIsOwner, getHandle, getInterceptor, getOwner, getReadOnly, isOwner, removeChangeListener, removeFilter, set, set, setHandle, setInterceptor, setOwner, setReadOnly
-
Constructor Details
-
DoubleProperty
public DoubleProperty() -
DoubleProperty
-
-
Method Details
-
getB
public final byte getB() -
getS
public final short getS() -
getI
public final int getI() -
getL
public final long getL() -
getF
public final float getF() -
getD
public final double getD()
-