ResolutionSetting

Inheritance: java.lang.Object

All Implemented Interfaces: java.io.Serializable

public class ResolutionSetting implements Serializable

The resolution setting for image save options.

Constructors

ConstructorDescription
ResolutionSetting()Initializes a new instance of the ResolutionSetting class.
ResolutionSetting(double horizontalResolution, double verticalResolution)Initializes a new instance of the ResolutionSetting class.

Methods

MethodDescription
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:

ParameterTypeDescription
horizontalResolutiondoubleThe horizontal resolution.
verticalResolutiondoubleThe 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:

ParameterTypeDescription
valuedouble

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:

ParameterTypeDescription
valuedouble