|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageTools.ImageException | |
|---|---|
| com.programix.gui | Graphical User Interface (GUI) utilities. |
| com.programix.gui.image | Graphical User Interface (GUI) utilities related to Images. |
| Uses of ImageTools.ImageException in com.programix.gui |
|---|
| Methods in com.programix.gui that throw ImageTools.ImageException | |
|---|---|
static ImageIcon |
GuiTools.createIcon(String imageResourceLocation)
Creates an ImageIcon from the data stored in the specified resource. |
static TexturePaint |
GuiTools.createTexturePaint(String imageResourceLocation)
Creates a TexturePaint from the data stored in the specified resource. |
| Uses of ImageTools.ImageException in com.programix.gui.image |
|---|
| Subclasses of ImageTools.ImageException in com.programix.gui.image | |
|---|---|
static class |
ImageTools.ImageNotFoundException
|
| Methods in com.programix.gui.image that throw ImageTools.ImageException | |
|---|---|
static byte[] |
ImageTools.createBytes(RenderedImage image,
String format)
|
static BufferedImage |
ImageTools.createImage(byte[] formattedImageBytes)
Creates a BufferedImage by reading from the specified
byte[]. |
static BufferedImage |
ImageTools.createImage(File source)
Creates a BufferedImage by reading from the specified file. |
static BufferedImage |
ImageTools.createImage(InputStream source)
Creates a BufferedImage by reading from the specified source
which should be presenting the data in a PNG, JPEG, GIF, etc. |
static BufferedImage |
ImageTools.createImage(URL imageUrl)
Creates a BufferedImage by reading from the specified
URL. |
static BufferedImage |
ImageTools.createImageFromFile(String filename)
Creates a BufferedImage by reading from the specified file. |
static BufferedImage |
ImageTools.createImageFromResource(String resourceLocation)
Creates a BufferedImage by reading from the specified resource. |
static BufferedImage |
ImageTools.createImageFromResource(String resourceLocation,
Class<?> searchStartPoint)
Creates a BufferedImage by reading from the specified resource. |
static byte[] |
ImageTools.createJPEGBytes(RenderedImage image)
|
static byte[] |
ImageTools.createPNGBytes(RenderedImage image)
|
byte[] |
Picture.getImageBytes()
|
static void |
ImageTools.write(RenderedImage image,
OutputStream destination,
String format)
Writes out the specified image to the specified stream in the specified format. |
static void |
ImageTools.writeJPEG(RenderedImage image,
OutputStream destination)
|
static void |
ImageTools.writePNG(RenderedImage image,
OutputStream destination)
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||