RawData

Inheritance: java.lang.Object

public class RawData

The raw data in DNG format

Constructors

ConstructorDescription
RawData()Initializes a new instance of the RawData class.

Methods

MethodDescription
getImageDataParameters()Gets or sets the image data parameters.
setImageDataParameters(ImageParameters value)Gets or sets the image data parameters.
getImageOtherParameters()Gets or sets the other image parameters.
setImageOtherParameters(ImageOtherParameters value)Gets or sets the other image parameters.

RawData()

public RawData()

Initializes a new instance of the RawData class.

getImageDataParameters()

public ImageParameters getImageDataParameters()

Gets or sets the image data parameters.

Value: The idata.

Returns: ImageParameters

setImageDataParameters(ImageParameters value)

public void setImageDataParameters(ImageParameters value)

Gets or sets the image data parameters.

Value: The idata.

Parameters:

ParameterTypeDescription
valueImageParameters

getImageOtherParameters()

public ImageOtherParameters getImageOtherParameters()

Gets or sets the other image parameters.

Value: The other.

Returns: ImageOtherParameters

setImageOtherParameters(ImageOtherParameters value)

public void setImageOtherParameters(ImageOtherParameters value)

Gets or sets the other image parameters.

Value: The other.

Parameters:

ParameterTypeDescription
valueImageOtherParameters