|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StiMonochromeDitheringType in com.stimulsoft.report.components.simplecomponents |
|---|
| Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiMonochromeDitheringType | |
|---|---|
static java.awt.image.BufferedImage |
StiImageHelper.makeMonochromeImage(java.awt.image.BufferedImage inputImage,
StiMonochromeDitheringType ditheringType,
int diffusionPower)
|
| Uses of StiMonochromeDitheringType in com.stimulsoft.report.export.service |
|---|
| Methods in com.stimulsoft.report.export.service with parameters of type StiMonochromeDitheringType | |
|---|---|
static void |
StiPcxExportService.StiPcxHelper.saveToStream(java.awt.image.BufferedImage imageForExport,
StiPcxPaletteType paletteType,
StiMonochromeDitheringType ditheringType,
java.io.OutputStream stream)
Save BufferedImage to stream |
| Uses of StiMonochromeDitheringType in com.stimulsoft.report.export.settings |
|---|
| Methods in com.stimulsoft.report.export.settings that return StiMonochromeDitheringType | |
|---|---|
StiMonochromeDitheringType |
StiPdfExportSettings.getDitheringType()
Gets type of dithering. |
StiMonochromeDitheringType |
StiImageExportSettings.getDitheringType()
Gets type of dithering. |
| Methods in com.stimulsoft.report.export.settings with parameters of type StiMonochromeDitheringType | |
|---|---|
void |
StiPdfExportSettings.setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering. |
void |
StiImageExportSettings.setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering. |
| Uses of StiMonochromeDitheringType in com.stimulsoft.report.export.tools |
|---|
| Methods in com.stimulsoft.report.export.tools that return StiMonochromeDitheringType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||