public class CompositeTransform extends Transform
Modifier and Type | Method and Description |
---|---|
CompositeTransform |
concatenate(Transform other)
Concatenates a transform to the end of this composite transform.
|
CompositeTransform |
preConcatenate(Transform other)
Concatenates a transform to the start of this composite transform.
|
public CompositeTransform concatenate(Transform other)
other
- the transform to be appendedpublic CompositeTransform preConcatenate(Transform other)
other
- the transform to be prepended