| Frames | No Frames |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| void | |
Fields of type net.sourceforge.jiu.data.RGB24Image | |
| RGB24Image | |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| void | |
| void | |
Classes implementing net.sourceforge.jiu.data.RGB24Image | |
| class | A bridge class to use java.awt.image.BufferedImage objects (class defined
in the standard runtime library, package java.awt.image) as
RGB24Image objects within JIU. |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| BufferedImage | Convert a JIU RGB24Image to a BufferedImage with the
given alpha value (use RGBA.DEFAULT_ALPHA as default). |
| Image | |
Methods with return type net.sourceforge.jiu.data.RGB24Image | |
| RGB24Image | ImageCreator.convertImageToRGB24Image(Image image) Creates an RGB24Image from the argument AWT image instance. |
| RGB24Image | ToolkitLoader.loadAsRgb24Image(String fileName) Loads an image from a file using the AWT's built-in loader and
converts the image to a RGB24Image
object. |
Classes implementing net.sourceforge.jiu.data.RGB24Image | |
| class | A class to store 24 bit RGB truecolor images in memory. |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| void | |
| void | |
| boolean | |
| void | |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| RGBColorList | |
| void | |
| void | |
| void | |
| void | |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| void | |
| void | |
| void | |
| void | |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| Palette | Create a palette from the pixels of the argument image. |
Methods with return type net.sourceforge.jiu.data.RGB24Image | |
| RGB24Image | Creates an RGB24Image from the palette entries, each entry
becomes a pixel in an image of width 1 and height
palette.getNumEntries(). |
Methods with parameter type net.sourceforge.jiu.data.RGB24Image | |
| void | |
| void | |
| void | |
| void | |