public interface PageThumbnail
Modifier and Type | Method and Description |
---|---|
IPDFPage |
getPage()
Returns the PDF page that this thumbnail represents.
|
Dimension |
getPreferredSize()
Returns the preferred size for this thumbnail.
|
int |
getThumbHeight()
Returns the height of this thumbnail
|
int |
getThumbWidth()
Returns the width of this thumbnail
|
void |
paint(Graphics g,
int paintX,
int paintY,
Color bgnd)
Paints this thumbnail image to a Graphics object.
|
IPDFPage getPage()
int getThumbHeight()
int getThumbWidth()
Dimension getPreferredSize()