public class FieldTagAggregator extends TagAggregator
tags, units| Constructor and Description |
|---|
FieldTagAggregator(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
aggregatedName()
Return name of the resulting aggregated tag.
|
void |
considerTag(Tag t,
Unit u)
Aggregate the given tag assigned to the given unit
|
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map options)
This method is called to perform the transformation itself.
|
static FieldTagAggregator |
v() |
boolean |
wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
|
finitransform, transform, transformpublic FieldTagAggregator(Singletons.Global g)
public static FieldTagAggregator v()
protected void internalTransform(Body b, java.lang.String phaseName, java.util.Map options)
BodyTransformerinternalTransform in class TagAggregatorb - 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.public boolean wantTag(Tag t)
wantTag in class TagAggregatorpublic void considerTag(Tag t, Unit u)
TagAggregatorconsiderTag in class TagAggregatorpublic java.lang.String aggregatedName()
TagAggregatoraggregatedName in class TagAggregator