ResolutionSetting
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: java.io.Serializable
public class ResolutionSetting implements Serializable
The resolution setting for image save options.
Constructors
Constructor | Description |
---|---|
ResolutionSetting() | Initializes a new instance of the ResolutionSetting class. |
ResolutionSetting(double horizontalResolution, double verticalResolution) | Initializes a new instance of the ResolutionSetting class. |
Methods
Method | Description |
---|---|
getHorizontalResolution() | Gets or sets the horizontal resolution. |
setHorizontalResolution(double value) | Gets or sets the horizontal resolution. |
getVerticalResolution() | Gets or sets the vertical resolution. |
setVerticalResolution(double value) | Gets or sets the vertical resolution. |
ResolutionSetting()
public ResolutionSetting()
Initializes a new instance of the ResolutionSetting
class.
ResolutionSetting(double horizontalResolution, double verticalResolution)
public ResolutionSetting(double horizontalResolution, double verticalResolution)
Initializes a new instance of the ResolutionSetting
class.
Parameters:
Parameter | Type | Description |
---|---|---|
horizontalResolution | double | The horizontal resolution. |
verticalResolution | double | The vertical resolution. |
getHorizontalResolution()
public double getHorizontalResolution()
Gets or sets the horizontal resolution.
Returns: double
setHorizontalResolution(double value)
public void setHorizontalResolution(double value)
Gets or sets the horizontal resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getVerticalResolution()
public double getVerticalResolution()
Gets or sets the vertical resolution.
Returns: double
setVerticalResolution(double value)
public void setVerticalResolution(double value)
Gets or sets the vertical resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |