|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.documents.contents.entities.Entity
it.stefanochizzolini.clown.documents.contents.entities.Image
it.stefanochizzolini.clown.documents.contents.entities.JpegImage
public class JpegImage
JPEG image object [ISO 10918-1;JFIF:1.02].
| Method Summary | |
|---|---|
ContentObject |
toInlineObject(PrimitiveFilter context)
Converts the entity to its equivalent inline (dependent) object representation [PDF:1.6:4.8.6]. |
XObject |
toXObject(Document context)
Converts the entity to its equivalent external (independent) object representation [PDF:1.6:4.7]. |
| Methods inherited from class it.stefanochizzolini.clown.documents.contents.entities.Image |
|---|
get, get, get, getBitsPerComponent, getHeight, getStream, getWidth, setBitsPerComponent, setHeight, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ContentObject toInlineObject(PrimitiveFilter context)
IContentEntityThis method creates and shows an inline object within the target content context, returning it.
Due to its direct-content nature (opposite to the indirect-content nature of
external objects (see IContentEntity.toXObject(Document))), the resulting object should be shown
only one time in order not to wastefully duplicate its data.
toInlineObject in interface IContentEntitytoInlineObject in class Entitycontext - Target content context.
public XObject toXObject(Document context)
IContentEntityThis method creates an external object within the target document, returning it. To show it
in a content context (for example: a page), then it must be applied in an appropriate manner (see
PrimitiveFilter object).
toXObject in interface IContentEntitytoXObject in class Entitycontext - Target document.
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||