|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentContext
Content stream context.
Method Summary | |
---|---|
Rectangle2D |
getBox()
Gets the bounding box associated with the object, either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher level object). |
Contents |
getContents()
Gets the contents collection representing the content stream. |
Resources |
getResources()
Gets the resources associated with the object, either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher-level object). |
Methods inherited from interface it.stefanochizzolini.clown.documents.contents.IContentEntity |
---|
toInlineObject, toXObject |
Method Detail |
---|
Rectangle2D getBox()
The box represents the physical-coordinates frame expressed in default user-space units. This frame is crucial for the proper positioning of graphic elements on the canvas, as the spec [PDF:1.6:4.2] states that the coordinate system is positively-oriented, although the typographic coordinates would be conveniently expressed as negatively-oriented.
Contents getContents()
Resources getResources()
The implementing class MUST ensure that the returned object isn't null.
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |