You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current JavaDoc states that the properties influence the creation of the transformed space when specified at processSpace time, but currently, the properties get ignored and only the settings specified at instance creation time get used.
I think the most generic way to deal with this may be to use a properties instance for both the constructor (optionally, otherwise use defaults) and the processSpace method for all types of spaces. That way any behaviour before processSpace is done can be influenced by a generic properties object from the constructor and any settings in the properties object for processSpace can be used for the processing step. If a different properties object is used for processSpace, the settings there should override the ones from the object used in the constructor.
The text was updated successfully, but these errors were encountered:
If you like the suggestion I can implement all of it and provide a pull request for this.
I am also happy with you copying over the version is it is now, whatever you prefer.
The current JavaDoc states that the properties influence the creation of the transformed space when specified at processSpace time, but currently, the properties get ignored and only the settings specified at instance creation time get used.
I think the most generic way to deal with this may be to use a properties instance for both the constructor (optionally, otherwise use defaults) and the processSpace method for all types of spaces. That way any behaviour before processSpace is done can be influenced by a generic properties object from the constructor and any settings in the properties object for processSpace can be used for the processing step. If a different properties object is used for processSpace, the settings there should override the ones from the object used in the constructor.
The text was updated successfully, but these errors were encountered: