Package | Description |
---|---|
com.aspose.cad.jasperreports.tiff |
The package contains SVG file format exporter classes.
|
com.aspose.cad.jasperreports.tiff.enums |
The package contains Tiff file format enumerations.
|
Modifier and Type | Method and Description |
---|---|
TiffPhotometricsEnum |
ASTiffExportParametersBean.getPhotometric()
Gets or sets the photometric.
|
TiffPhotometricsEnum |
ASTiffExportConfigurationImpl.getPhotometric()
Gets or sets the photometric.
|
TiffPhotometricsEnum |
ASTiffExportConfiguration.getPhotometric()
Gets or sets the photometric.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setPhotometric(TiffPhotometricsEnum photometric)
Gets or sets the photometric.
|
void |
ASTiffExportConfigurationImpl.setPhotometric(TiffPhotometricsEnum photometric)
Gets or sets the photometric.
|
Modifier and Type | Method and Description |
---|---|
static TiffPhotometricsEnum |
TiffPhotometricsEnum.getByValue(int value) |
static TiffPhotometricsEnum |
TiffPhotometricsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffPhotometricsEnum[] |
TiffPhotometricsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|