|
PDF Clown 0.1.2 |
|||||||||
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 this content context either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher level object), expressed in default user-space units. |
Contents |
getContents()
Gets the contents collection representing the content stream associated with this content context. |
Resources |
getResources()
Gets the resources associated with this content context either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher-level object). |
RotationEnum |
getRotation()
Gets the rendering rotation of this content context. |
void |
render(Graphics2D context,
Dimension2D size)
Renders this content context into the specified rendering context. |
Methods inherited from interface org.pdfclown.documents.contents.IContentEntity |
---|
toInlineObject, toXObject |
Method Detail |
---|
Rectangle2D getBox()
Contents getContents()
Resources getResources()
The implementing class MUST ensure that the returned object isn't null
.
RotationEnum getRotation()
void render(Graphics2D context, Dimension2D size)
context
- Rendering context.size
- Rendering canvas size.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |