RawData
Contents
[
Hide
]Inheritance: java.lang.Object
public class RawData
The raw data in DNG format
Constructors
Constructor | Description |
---|---|
RawData() | Initializes a new instance of the RawData class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | ImageParameters |
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:
Parameter | Type | Description |
---|---|---|
value | ImageOtherParameters |