Return the lowest expansion, respecting also negative values of height
Return the leftmost expansion, respecting also negative values of width
Return the rightmost expansion, respecting also negative values of width
Return the topmost expansion, respecting also negative values of height
Retrieves the type of this mutable subclass as the name of the runtime class
The type of the mutable
See EventTarget.addEventListener for reference. Works with EventListenerUnified and EventUnified
Optional
_options: boolean | AddEventListenerOptionsReturns true if this rectangle collides with the rectangle given
Set this rectangle to the values given by the rectangle provided
Returns the rectangle created by the intersection of this and the given rectangle or null, if they don't collide
See EventTarget.dispatchEvent for reference. Works with with EventUnified
Retrieves the specified attribute types from the metadata of this instance's class.
Collect applicable attributes of the instance and copies of their values in a Mutator-object. By default, a mutator cannot be extended, since extensions are not available in the object the mutator belongs to. A mutator may be reduced by the descendants of Mutable to contain only the properties needed.
Returns an associative array with the same attributes as the given mutator, but with the corresponding types as string-values. Does not recurse into objects! This will return the decorated meta-type instead of the runtime-type of the object, if available.
Collect the attributes of the instance and their values applicable for animation. Basic functionality is identical to getMutator, returned mutator should then be reduced by the subclassed instance
Collect the attributes of the instance and their values applicable for the user interface. Basic functionality is identical to getMutator, returned mutator should then be reduced by the subclassed instance
Returns true if the given point is inside of this rectangle or on the border
Updates the attribute values of the instance according to the state of the mutator. The mutation may be restricted to a subset of the mutator and the event dispatching suppressed. Uses mutateBase, but can be overwritten in subclasses
See EventTarget.removeEventListener for reference. Works with EventListenerUnified and EventUnified
Optional
_options: boolean | AddEventListenerOptionsSets the position and size of the rectangle according to the given parameters
Updates the values of the given mutator according to the current state of the instance
Static
GETStatic
get
Defines a rectangle with position and size and add comfortable methods to it
Author
Jirka Dell'Oro-Friedl, HFU, 2019