public class PDFData.PDFImages
extends java.lang.Object
Constructor and Description |
---|
PDFImages() |
Modifier and Type | Method and Description |
---|---|
int |
add(Image image)
Adds new image to the list
|
int |
findImage(Image image)
Select the image in image list.
|
PDFImageEnumerator |
get(int index) |
int |
getCount() |
public int getCount()
public int add(Image image)
image
- Imagepublic int findImage(Image image)
image
- Imagepublic PDFImageEnumerator get(int index)