public class ResolutionSetting extends Object
The resolution setting for image save options.
Constructor and Description |
---|
ResolutionSetting()
Initializes a new instance of the
ResolutionSetting class. |
ResolutionSetting(double horizontalResolution,
double verticalResolution)
Initializes a new instance of the
ResolutionSetting class. |
Modifier and Type | Method and Description |
---|---|
double |
getHorizontalResolution()
Gets or sets the horizontal resolution.
|
double |
getVerticalResolution()
Gets or sets the vertical resolution.
|
void |
setHorizontalResolution(double value)
Gets or sets the horizontal resolution.
|
void |
setVerticalResolution(double value)
Gets or sets the vertical resolution.
|
public ResolutionSetting()
Initializes a new instance of the ResolutionSetting
class.
public ResolutionSetting(double horizontalResolution, double verticalResolution)
Initializes a new instance of the ResolutionSetting
class.
horizontalResolution
- The horizontal resolution.verticalResolution
- The vertical resolution.public double getHorizontalResolution()
Gets or sets the horizontal resolution.
public void setHorizontalResolution(double value)
Gets or sets the horizontal resolution.
public double getVerticalResolution()
Gets or sets the vertical resolution.
public void setVerticalResolution(double value)
Gets or sets the vertical resolution.