Class PageScale
- java.lang.Object
-
- org.apache.fop.render.extensions.prepress.PageScale
-
public final class PageScale extends java.lang.Object
This class provides utility methods to parse the 'fox:scale' extension attribute.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlgraphics.util.QName
EXT_PAGE_SCALE
The extension 'scale' attribute for the simple-page-master element.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.geom.Point2D
getScale(java.lang.String scale)
Compute scale parameters from given fox:scale attribute which has the format: scaleX [scaleY] If scaleY is not defined, it equals scaleX.
-
-
-
Method Detail
-
getScale
public static java.awt.geom.Point2D getScale(java.lang.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
-
-