| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
StiImageHelper.makeMonochromeImage(java.awt.image.BufferedImage inputImage,
StiMonochromeDitheringType ditheringType,
int diffusionPower) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StiPcxExportService.StiPcxHelper.saveToStream(java.awt.image.BufferedImage imageForExport,
StiPcxPaletteType paletteType,
StiMonochromeDitheringType ditheringType,
java.io.OutputStream stream)
Save
BufferedImage to stream |
| Modifier and Type | Method and Description |
|---|---|
StiMonochromeDitheringType |
StiPdfExportSettings.getDitheringType()
Gets type of dithering.
|
StiMonochromeDitheringType |
StiImageExportSettings.getDitheringType()
Gets type of dithering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiPdfExportSettings.setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering.
|
void |
StiImageExportSettings.setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering.
|
| Modifier and Type | Method and Description |
|---|---|
static StiMonochromeDitheringType |
StiMonochromeDitheringType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMonochromeDitheringType[] |
StiMonochromeDitheringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.