Package | Description |
---|---|
net.sourceforge.jiu.data | |
net.sourceforge.jiu.gui.awt |
Modifier and Type | Interface | Description |
---|---|---|
interface |
RGB24Image |
An empty interface for RGB truecolor images with integer samples
that are each eight bits large (thus, 24 bits per pixel).
|
interface |
RGB48Image |
An empty interface for RGB truecolor images with integer samples
that are each sixteen bits large (thus, 48 bits per pixel).
|
interface |
RGBIntegerImage |
An interface for RGB truecolor images that have integer samples.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryRGB24Image |
A class to store 24 bit RGB truecolor images in memory.
|
class |
MemoryRGB48Image |
A class to store 48 bit RGB truecolor images in memory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BufferedRGB24Image |
A bridge class to use
BufferedImage objects (class defined
in the standard runtime library, package java.awt.image ) as
RGB24Image objects within JIU. |