Class CompositeTransform

  • All Implemented Interfaces:
    Serializable

    public class CompositeTransform
    extends Transform
    A transform that represents zero or more transforms executed in series.
    See Also:
    Serialized Form
    • Method Detail

      • concatenate

        public CompositeTransform concatenate​(Transform other)
        Concatenates a transform to the end of this composite transform.
        Parameters:
        other - the transform to be appended
        Returns:
        this transform with the other transform appended
      • preConcatenate

        public CompositeTransform preConcatenate​(Transform other)
        Concatenates a transform to the start of this composite transform.
        Parameters:
        other - the transform to be prepended
        Returns:
        this transform with the other transform prepended