|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiColorImageFormat | |
|---|---|
| com.stimulsoft.report | |
| com.stimulsoft.report.export.settings | |
| com.stimulsoft.report.export.tools | |
| Uses of StiColorImageFormat in com.stimulsoft.report |
|---|
| Methods in com.stimulsoft.report with parameters of type StiColorImageFormat | |
|---|---|
int |
StiImageCache.addImageInt(java.awt.image.BufferedImage image,
StiColorImageFormat colorFormat)
Put BufferedImage to cache & return it's number in store |
int |
StiImageCache.addImageInt(java.awt.image.BufferedImage image,
StiImageFormat imageFormat,
StiColorImageFormat colorFormat)
Put BufferedImage to cache & return it's number in store |
| Uses of StiColorImageFormat in com.stimulsoft.report.export.settings |
|---|
| Methods in com.stimulsoft.report.export.settings that return StiColorImageFormat | |
|---|---|
StiColorImageFormat |
StiPdfExportSettings.getImageFormat()
Gets image format for exported images. |
StiColorImageFormat |
StiImageExportSettings.getImageFormat()
Gets image format for exported images. |
| Methods in com.stimulsoft.report.export.settings with parameters of type StiColorImageFormat | |
|---|---|
void |
StiPdfExportSettings.setImageFormat(StiColorImageFormat imageFormat)
Sets image format for exported images. |
void |
StiImageExportSettings.setImageFormat(StiColorImageFormat imageFormat)
Sets image format for exported images. |
| Uses of StiColorImageFormat in com.stimulsoft.report.export.tools |
|---|
| Methods in com.stimulsoft.report.export.tools that return StiColorImageFormat | |
|---|---|
static StiColorImageFormat |
StiColorImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiColorImageFormat[] |
StiColorImageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||