Interface I_CmsTransform

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • Method Detail

      • transformBack

        org.opencms.ade.galleries.shared.CmsPoint transformBack​(org.opencms.ade.galleries.shared.CmsPoint point)
        Applies the inverse of the transformation to a point.

        Parameters:
        point - the point
        Returns:
        the transformed point
      • transformForward

        org.opencms.ade.galleries.shared.CmsPoint transformForward​(org.opencms.ade.galleries.shared.CmsPoint point)
        Applies the transformation to a point.

        Parameters:
        point - the point
        Returns:
        the transformed point