public class WatermarkRatio
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private float |
widthRatio |
private float |
xRatio |
private float |
yRatio |
| Constructor and Description |
|---|
WatermarkRatio() |
WatermarkRatio(float xRatio,
float yRatio,
float widthRatio) |
| Modifier and Type | Method and Description |
|---|---|
float |
getWidthRatio() |
float |
getXRatio() |
float |
getYRatio() |
void |
setWidthRatio(float widthRatio) |
void |
setXRatio(float xRatio) |
void |
setYRatio(float yRatio) |