public class PdfScale
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_SCALE |
| Constructor and Description |
|---|
PdfScale() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCenterX() |
float |
getCenterY() |
float |
getScale() |
void |
setCenterX(float centerX) |
void |
setCenterY(float centerY) |
void |
setScale(float scale) |
public static final float DEFAULT_SCALE