| Package | Description | 
|---|---|
| org.cell2d.celick.opengl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeImageDataA composite data source that checks multiple loaders in order of
 preference | 
| class  | ImageIOImageDataAn image data provider that uses ImageIO to retrieve image data in a format
 suitable for creating OpenGL textures. | 
| class  | PNGImageDataThe PNG imge data source that is pure java reading PNGs | 
| class  | TGAImageDataA utility to load TGAs. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoadableImageData | ImageDataFactory. getImageDataFor(java.lang.String ref)Create an image data that is appropriate for the reference supplied | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CompositeImageData. add(LoadableImageData data)Add a potentional source of image data |