|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfclown.documents.contents.objects.ContentObject
@PDF(value=PDF10) public abstract class ContentObject
Abstract content object [PDF:1.6:4.1].
| Constructor Summary | |
|---|---|
ContentObject()
|
|
| Method Summary | |
|---|---|
void |
scan(ContentScanner.GraphicsState state)
Applies this object to the specified graphics context, updating the specified graphics state. |
abstract void |
writeTo(IOutputStream stream,
Document context)
Serializes this object to the specified stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentObject()
| Method Detail |
|---|
public void scan(ContentScanner.GraphicsState state)
state - Graphics state.
public abstract void writeTo(IOutputStream stream,
Document context)
stream - Target stream.context - Document context.
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||