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 |
---|---|
TiffPredictorEnum |
ASTiffExportParametersBean.getPredictor()
Gets or sets the predictor for LZW compression.
|
TiffPredictorEnum |
ASTiffExportConfigurationImpl.getPredictor()
Gets or sets the predictor for LZW compression.
|
TiffPredictorEnum |
ASTiffExportConfiguration.getPredictor()
Gets or sets the predictor for LZW compression.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setPredictor(TiffPredictorEnum predictor)
Gets or sets the predictor for LZW compression.
|
void |
ASTiffExportConfigurationImpl.setPredictor(TiffPredictorEnum predictor)
Gets or sets the predictor for LZW compression.
|
Modifier and Type | Method and Description |
---|---|
static TiffPredictorEnum |
TiffPredictorEnum.getByValue(int value) |
static TiffPredictorEnum |
TiffPredictorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffPredictorEnum[] |
TiffPredictorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|