public class WatermarkTimestamp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
fontFilePath
The path of the font file for the timestamp.
|
private int |
fontSize
The font size of the timestamp.
|
| Constructor and Description |
|---|
WatermarkTimestamp()
Constructs the WatermarkTimestamp class with default values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFontFilePath() |
int |
getFontSize() |
void |
setFontFilePath(java.lang.String fontFilePath) |
void |
setFontSize(int fontSize) |
java.lang.String |
toString() |
private int fontSize
private java.lang.String fontFilePath
public WatermarkTimestamp()
public int getFontSize()
public void setFontSize(int fontSize)
public java.lang.String getFontFilePath()
public void setFontFilePath(java.lang.String fontFilePath)
public java.lang.String toString()
toString in class java.lang.Object