HdrImageOptions

Inheritance: java.lang.Object

public class HdrImageOptions

The hdr image options

Constructors

ConstructorDescription
HdrImageOptions()

Methods

MethodDescription
getSmoothFactor()Gets the smooth factor.
setSmoothFactor(int value)Sets the smooth factor.
getSampleCount()Gets the sample count.
setSampleCount(int value)Sets the sample count.
getAlignImages()Gets a value indicating whether [align images].
setAlignImages(boolean value)Sets a value indicating whether [align images].

HdrImageOptions()

public HdrImageOptions()

getSmoothFactor()

public final int getSmoothFactor()

Gets the smooth factor.

Value: The smooth factor.

Returns: int - the smooth factor.

setSmoothFactor(int value)

public final void setSmoothFactor(int value)

Sets the smooth factor.

Value: The smooth factor.

Parameters:

ParameterTypeDescription
valueintthe smooth factor.

getSampleCount()

public final int getSampleCount()

Gets the sample count.

Value: The sample count.

Returns: int - the sample count.

setSampleCount(int value)

public final void setSampleCount(int value)

Sets the sample count.

Value: The sample count.

Parameters:

ParameterTypeDescription
valueintthe sample count.

getAlignImages()

public final boolean getAlignImages()

Gets a value indicating whether [align images].

Value: true if [align images]; otherwise, false.

Returns: boolean - a value indicating whether [align images].

setAlignImages(boolean value)

public final void setAlignImages(boolean value)

Sets a value indicating whether [align images].

Value: true if [align images]; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [align images].