Applies an array of Filters to a single Object with several limitations.
If all filters in the Group are disabled - Filter.enable
will report false
even if Group itself is enabled.
Filter.boundsExtend
and Filter.autoBounds
are automatically managed by Group instance.
boundsExtend
is a sum of all filter extends and autoBounds
enabled only when all filters have it enabled.
When `autoBounds` is disabled, bounds are a result of calling `Filter.getBounds` on children filters, but most likely
will contain only the bounds filled by last filter, because `Object.getBounds` clears the `Bounds` instance.
Ensure that all relevant filters are added to Group prior binding it to any Object. Behavior is undefined otherwise.