public class TileOptions extends Object
Represents options for configuring watermarks in tile mode.
| Constructor and Description |
|---|
TileOptions() |
| Modifier and Type | Method and Description |
|---|---|
MeasureValue |
getLineSpacing() |
int |
getTileType() |
MeasureValue |
getWatermarkSpacing() |
boolean |
isRotateAroundCenter() |
void |
setLineSpacing(MeasureValue lineSpacing) |
void |
setRotateAroundCenter(boolean rotateAroundCenter) |
void |
setTileType(int tileType) |
void |
setWatermarkSpacing(MeasureValue watermarkSpacing) |
public MeasureValue getLineSpacing()
public int getTileType()
public MeasureValue getWatermarkSpacing()
public boolean isRotateAroundCenter()
public void setLineSpacing(MeasureValue lineSpacing)
public void setRotateAroundCenter(boolean rotateAroundCenter)
public void setTileType(int tileType)
public void setWatermarkSpacing(MeasureValue watermarkSpacing)
Copyright © 2026. All rights reserved.