public interface TransformActionFactory
| Modifier and Type | Method and Description |
|---|---|
TransformAction |
create(java.util.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(java.util.Properties definition)
definition - the raw definition of the actionCopyright © 2020. All Rights Reserved.