|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageTools.ImageNotFoundException | |
|---|---|
| com.programix.gui | Graphical User Interface (GUI) utilities. |
| com.programix.gui.image | Graphical User Interface (GUI) utilities related to Images. |
| Uses of ImageTools.ImageNotFoundException in com.programix.gui |
|---|
| Methods in com.programix.gui that throw ImageTools.ImageNotFoundException | |
|---|---|
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.ImageNotFoundException in com.programix.gui.image |
|---|
| Methods in com.programix.gui.image that throw ImageTools.ImageNotFoundException | |
|---|---|
static BufferedImage |
ImageTools.createImage(File source)
Creates a BufferedImage by reading from the specified file. |
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. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||