Class CompositeTransform (2.0.0)

public class CompositeTransform extends Transform

A transform that represents zero or more transforms executed in series.

Inheritance

java.lang.Object > Transform > CompositeTransform

Methods

concatenate(Transform other)

public CompositeTransform concatenate(Transform other)

Concatenates a transform to the end of this composite transform.

Parameter
NameDescription
otherTransform

the transform to be appended

Returns
TypeDescription
CompositeTransform

this transform with the other transform appended

preConcatenate(Transform other)

public CompositeTransform preConcatenate(Transform other)

Concatenates a transform to the start of this composite transform.

Parameter
NameDescription
otherTransform

the transform to be prepended

Returns
TypeDescription
CompositeTransform

this transform with the other transform prepended