public class DngProperties extends Object
Constructor and Description |
---|
DngProperties() |
Modifier and Type | Method and Description |
---|---|
DngProperties |
addTranslationCfaDngItem(String translationCfaDngItem) |
DngProperties |
cameraManufacturer(String cameraManufacturer) |
DngProperties |
colorsCount(Integer colorsCount) |
DngProperties |
description(String description) |
DngProperties |
dngVersion(Long dngVersion) |
boolean |
equals(Object o) |
DngProperties |
filters(Long filters) |
String |
getCameraManufacturer()
Gets or sets the camera manufacturer.
|
Integer |
getColorsCount()
Gets or sets the colors count.
|
String |
getDescription()
Gets or sets the description of colors (RGBG, RGBE, GMCY or GBTG).
|
Long |
getDngVersion()
Gets or sets the DNG version.
|
Long |
getFilters()
Gets or sets the bit mask describing the order of color pixels in the matrix.
|
Long |
getIsFoveon()
Gets or sets the value indicating whether it's a Foveon matrix.
|
String |
getModel()
Gets or sets the camera model.
|
Long |
getRawCount()
Gets or sets the number of RAW images in file (0 means that the file has not been recognized).
|
String |
getSoftware()
Gets or sets the software.
|
List<String> |
getTranslationCfaDng()
Gets or sets the translation array for CFA mosaic of DNG format.
|
String |
getXmpData()
Gets or sets the XMP data.
|
int |
hashCode() |
DngProperties |
isFoveon(Long isFoveon) |
DngProperties |
model(String model) |
DngProperties |
rawCount(Long rawCount) |
void |
setCameraManufacturer(String cameraManufacturer) |
void |
setColorsCount(Integer colorsCount) |
void |
setDescription(String description) |
void |
setDngVersion(Long dngVersion) |
void |
setFilters(Long filters) |
void |
setIsFoveon(Long isFoveon) |
void |
setModel(String model) |
void |
setRawCount(Long rawCount) |
void |
setSoftware(String software) |
void |
setTranslationCfaDng(List<String> translationCfaDng) |
void |
setXmpData(String xmpData) |
DngProperties |
software(String software) |
String |
toString() |
DngProperties |
translationCfaDng(List<String> translationCfaDng) |
DngProperties |
xmpData(String xmpData) |
public DngProperties dngVersion(Long dngVersion)
public Long getDngVersion()
public void setDngVersion(Long dngVersion)
public DngProperties description(String description)
public String getDescription()
public void setDescription(String description)
public DngProperties model(String model)
public String getModel()
public void setModel(String model)
public DngProperties cameraManufacturer(String cameraManufacturer)
public String getCameraManufacturer()
public void setCameraManufacturer(String cameraManufacturer)
public DngProperties isFoveon(Long isFoveon)
public Long getIsFoveon()
public void setIsFoveon(Long isFoveon)
public DngProperties software(String software)
public String getSoftware()
public void setSoftware(String software)
public DngProperties rawCount(Long rawCount)
public Long getRawCount()
public void setRawCount(Long rawCount)
public DngProperties filters(Long filters)
public Long getFilters()
public void setFilters(Long filters)
public DngProperties colorsCount(Integer colorsCount)
public Integer getColorsCount()
public void setColorsCount(Integer colorsCount)
public DngProperties xmpData(String xmpData)
public String getXmpData()
public void setXmpData(String xmpData)
public DngProperties translationCfaDng(List<String> translationCfaDng)
public DngProperties addTranslationCfaDngItem(String translationCfaDngItem)
public List<String> getTranslationCfaDng()
Copyright © 2019 Aspose Pty Ltd. All rights reserved.