|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Resource
|
+--com.cete.dynamicpdf.imaging.ImageData
|
+--com.cete.dynamicpdf.imaging.TiffImageData
Class represents the data of a TIFF image contained in a TIFF image file.
| Method Summary | |
void |
draw(DocumentWriter writer)
Draws the TIFF image data to the given DocumentWriter object. |
void |
draw(PageWriter writer,
float pdfX,
float pdfY,
float width,
float height)
Draws the TIFF image data to the given PageWriter object. |
int |
getHeight()
Gets the height of the image. |
int |
getRequiredPdfObjects()
Gets the number of PDF objects required by the TIFF image. |
float |
getScaleX()
Gets the X scale of the image. |
float |
getScaleY()
Gets the Y scale of the image. |
int |
getWidth()
Gets the width of the image. |
| Methods inherited from class com.cete.dynamicpdf.imaging.ImageData |
getHorizontalDpi, getImage, getImage, getInterpolate, getPage, getPage, getPointHeight, getPointWidth, getVerticalDpi, setInterpolate |
| Methods inherited from class com.cete.dynamicpdf.Resource |
getUid, newUid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getRequiredPdfObjects()
getRequiredPdfObjects in class Resourcepublic int getWidth()
getWidth in class ImageDatapublic int getHeight()
getHeight in class ImageDatapublic float getScaleX()
getScaleX in class ImageDatapublic float getScaleY()
getScaleY in class ImageData
public void draw(PageWriter writer,
float pdfX,
float pdfY,
float width,
float height)
PageWriter object.
draw in class ImageDatawriter - PageWriter class to receive the
TIFF image data's output.pdfX - X PDF coordinate for the TIFF image when drawn.pdfY - Y PDF Coordinate for the TIFF image when drawn.width - Width of the TIFF image when drawn.height - Height of the TIFF image when drawn.PageWriterpublic void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - DocumentWriter object to receive the
TIFF image data's output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||