public abstract class Transform extends Object
call
as a function that takes a Pattern
as input and returns a new Pattern.Constructor and Description |
---|
Transform() |
Modifier and Type | Method and Description |
---|---|
abstract Pattern |
call(Pattern original)
Executes the transform on the original pattern, and returns the modified
version.
|
static Callable<Void> |
toCallable(Transform transform,
Pattern original)
Turns a
Transform into a Callable<Void>. |
Processing Library loom by Cora Johnson-Roberson. (c) 2014-2016