JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Indicates the height of object.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Indicates the width of object.
Trait that unifies JavaFX classes that contains properties indicating height and width, represented by
heightProperty
andwidthProperty
and their respective getter and setters.Original JavaFX type that contains
height
andwidth
properties.