Class CmsCompositeTransform
java.lang.Object
org.opencms.ade.galleries.client.preview.util.CmsCompositeTransform
- All Implemented Interfaces:
I_CmsTransform
A coordinate system transform represented as a composition of multiple other transforms.
-
Constructor Summary
ConstructorsConstructorDescriptionCmsCompositeTransform(List<I_CmsTransform> transforms) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiontoString()org.opencms.ade.galleries.shared.CmsPointtransformBack(org.opencms.ade.galleries.shared.CmsPoint point) Applies the inverse of the transformation to a point.org.opencms.ade.galleries.shared.CmsPointtransformForward(org.opencms.ade.galleries.shared.CmsPoint point) Applies the transformation to a point.