java.lang.Object
org.apache.fop.render.extensions.prepress.PageScale

public final class PageScale extends Object
This class provides utility methods to parse the 'fox:scale' extension attribute.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlgraphics.util.QName
    The extension 'scale' attribute for the simple-page-master element.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Point2D
    Compute scale parameters from given fox:scale attribute which has the format: scaleX [scaleY] If scaleY is not defined, it equals scaleX.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXT_PAGE_SCALE

      public static final org.apache.xmlgraphics.util.QName EXT_PAGE_SCALE
      The extension 'scale' attribute for the simple-page-master element.
  • Method Details

    • getScale

      public static Point2D getScale(String scale)
      Compute scale parameters from given fox:scale attribute which has the format: scaleX [scaleY] If scaleY is not defined, it equals scaleX.
      Parameters:
      scale - scale attribute, input format: scaleX [scaleY]
      Returns:
      the pair of (sx, sy) values