public abstract class SceneTransformer extends Transformer
Constructor and Description |
---|
SceneTransformer() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
internalTransform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
void |
transform() |
void |
transform(String phaseName) |
void |
transform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName.
|
Copyright © 2021 Soot OSS. All rights reserved.