|
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.xmp.XmpDataType com.cete.dynamicpdf.xmp.XmpThumbnail
public class XmpThumbnail
Class represents data structure for a thumbnail image for a file.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
void |
add(int width,
int height,
java.lang.String format,
byte[] image)
To add a thumbnail image for a file. |
void |
draw(XmpWriter xwriter)
Draws the Xmp Thumbnail data structure to the given XmpWriter object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void add(int width, int height, java.lang.String format, byte[] image)
To add a thumbnail image for a file.
width
- Width in pixels.height
- Height in pixels.format
- the image encoding.image
- the thumbnail image (pixel data only).public void draw(XmpWriter xwriter)
Draws the Xmp Thumbnail data structure to the given XmpWriter
object.
draw
in class XmpDataType
xwriter
- XmpWriter
object to receive the Xmp Thumbnail's output.XmpWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |