Interface I_CmsTransform

All Known Implementing Classes:
CmsBoxFit, CmsCompositeTransform, CmsTranslate

public interface I_CmsTransform
Interface for (invertible) coordinate system transformations.

  • Method Summary

    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 Details

    • 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