|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.exports.PDFData.PDFImages
public class PDFData.PDFImages
Constructor Summary | |
---|---|
PDFData.PDFImages()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFData.PDFImages()
Method Detail |
---|
public int getCount()
public int add(Image image)
image
- Image
public int findImage(Image image)
image
- Image
public PDFImageEnumerator get(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |