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
ConstructorDescriptionCmsCompositeTransform
(List<I_CmsTransform> transforms) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
org.opencms.ade.galleries.shared.CmsPoint
transformBack
(org.opencms.ade.galleries.shared.CmsPoint point) Applies the inverse of the transformation to a point.org.opencms.ade.galleries.shared.CmsPoint
transformForward
(org.opencms.ade.galleries.shared.CmsPoint point) Applies the transformation to a point.