Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
Indicates whether this is horizontal side of a rectangle (returns true for TOP and BOTTOM).
Indicates whether this is horizontal side of a rectangle (returns true for TOP and BOTTOM).
Attributes
Indicates whether this is vertical side of a rectangle (returns true for LEFT and RIGHT).
Indicates whether this is vertical side of a rectangle (returns true for LEFT and RIGHT).
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Return the same string value as enum delegate.
Return the same string value as enum delegate.
This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"
Attributes
- Definition Classes
- Inherited from:
- SFXEnumDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.