|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageTypeEnum | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through fa�ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
| net.sf.jasperreports.engine.base | Contains base implementations for the library's main interfaces. |
| net.sf.jasperreports.engine.type | |
| net.sf.jasperreports.engine.util | Utility classes. |
| Uses of ImageTypeEnum in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return ImageTypeEnum | |
|---|---|
ImageTypeEnum |
JRAbstractSvgRenderer.getImageTypeValue()
|
ImageTypeEnum |
JRImageRenderer.getImageTypeValue()
|
ImageTypeEnum |
JRAbstractRenderer.getImageTypeValue()
|
ImageTypeEnum |
Renderable.getImageTypeValue()
|
| Methods in net.sf.jasperreports.engine with parameters of type ImageTypeEnum | |
|---|---|
Renderable |
RenderableUtil.getRenderable(Image image,
ImageTypeEnum imageType,
OnErrorTypeEnum onErrorType)
Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image encoder that supports the supplied image type. |
| Uses of ImageTypeEnum in net.sf.jasperreports.engine.base |
|---|
| Methods in net.sf.jasperreports.engine.base that return ImageTypeEnum | |
|---|---|
ImageTypeEnum |
JRVirtualPrintPage.JRIdHolderRenderer.getImageTypeValue()
|
| Uses of ImageTypeEnum in net.sf.jasperreports.engine.type |
|---|
| Methods in net.sf.jasperreports.engine.type that return ImageTypeEnum | |
|---|---|
static ImageTypeEnum |
ImageTypeEnum.getByName(String name)
|
static ImageTypeEnum |
ImageTypeEnum.getByValue(byte value)
|
static ImageTypeEnum |
ImageTypeEnum.getByValue(Byte value)
|
static ImageTypeEnum |
ImageTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageTypeEnum[] |
ImageTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ImageTypeEnum in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util that return ImageTypeEnum | |
|---|---|
ImageTypeEnum |
WrappingRenderable.getImageTypeValue()
Deprecated. |
static ImageTypeEnum |
JRTypeSniffer.getImageTypeValue(byte[] data)
|
| Methods in net.sf.jasperreports.engine.util with parameters of type ImageTypeEnum | |
|---|---|
abstract byte[] |
JRAbstractImageEncoder.encode(BufferedImage bi,
ImageTypeEnum imageType)
|
byte[] |
JRJdk14ImageEncoder.encode(BufferedImage bi,
ImageTypeEnum imageType)
|
byte[] |
JRImageEncoder.encode(Image image,
ImageTypeEnum imageType)
|
byte[] |
JRAbstractImageEncoder.encode(Image image,
ImageTypeEnum imageType)
|
byte[] |
JRImageLoader.loadBytesFromAwtImage(Image image,
ImageTypeEnum imageType)
Encoding the image object using an image encoder that supports the supplied image type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||