public final class PageScale
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlgraphics.util.QName |
EXT_PAGE_SCALE
The extension 'scale' attribute for the simple-page-master element.
|
Modifier and Type | Method and 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.
|
public static final org.apache.xmlgraphics.util.QName EXT_PAGE_SCALE
public static java.awt.geom.Point2D getScale(java.lang.String scale)
scale
- scale attribute, input format: scaleX [scaleY]Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.