public class LocalNameStandardizer extends BodyTransformer
Constructor and Description |
---|
LocalNameStandardizer(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
protected void |
internalTransform(Body body,
String phaseName,
Map<String,String> options)
This method is called to perform the transformation itself.
|
static LocalNameStandardizer |
v() |
transform, transform, transform
public LocalNameStandardizer(Singletons.Global g)
public static LocalNameStandardizer v()
protected void internalTransform(Body body, String phaseName, Map<String,String> options)
BodyTransformer
internalTransform
in class BodyTransformer
body
- the body on which to apply the transformationphaseName
- the phasename for this transform; not typically used by implementations.options
- the actual computed options; a combination of default options and Scene specified options.Copyright © 2020 Sable. All rights reserved.