public interface TransformActionFactory
Modifier and Type | Method and Description |
---|---|
TransformAction |
create(Properties definition)
Creates a new instance of an action based on the properties.
|
default int |
getOrder()
Returns the order of the transform action.
|
default int getOrder()
@Nullable TransformAction create(Properties definition)
definition
- the raw definition of the actionCopyright © 2023. All Rights Reserved.