|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageFormat | |
|---|---|
| fr.opensagres.xdocreport.core.document | |
| Uses of ImageFormat in fr.opensagres.xdocreport.core.document |
|---|
| Methods in fr.opensagres.xdocreport.core.document that return ImageFormat | |
|---|---|
static ImageFormat |
ImageFormat.getFormatByExtension(String extension)
Returns the image format retrieved by the given extension (bmp, jpeg...). |
static ImageFormat |
ImageFormat.getFormatByResourceName(String resourceName)
Returns the image format retrieved by the extension of the given resource name. |
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||