public class AdminScaleOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
height
The target height in pixels
|
private java.lang.String |
sourceFileName
Full path of source file.
|
private java.lang.String |
targetFileName
Full path of target file
|
private int |
width
The target width in pixels
|
Constructor and Description |
---|
AdminScaleOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
java.lang.String |
getSourceFileName() |
java.lang.String |
getTargetFileName() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setSourceFileName(java.lang.String sourceFileName) |
void |
setTargetFileName(java.lang.String targetFileName) |
void |
setWidth(int width) |
java.lang.String |
toString() |
private int width
private int height
private java.lang.String sourceFileName
private java.lang.String targetFileName
public java.lang.String toString()
toString
in class java.lang.Object
public int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getHeight()
public void setHeight(int height)
height
- the height to setpublic java.lang.String getSourceFileName()
public void setSourceFileName(java.lang.String sourceFileName)
sourceFileName
- the sourceFileName to setpublic java.lang.String getTargetFileName()
public void setTargetFileName(java.lang.String targetFileName)
targetFileName
- the targetFileName to setCopyright © 2018 DS Data Systems UK Ltd.