PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.objects
Class ContentObject

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.objects.ContentObject
Direct Known Subclasses:
CompositeObject, Operation

public abstract class ContentObject
extends Object

Abstract content object [PDF:1.6:4.1].

Since:
0.0.4
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
ContentObject()
           
 
Method Summary
 void applyTo(ContentScanner.GraphicsState state)
          Applies the object's state to the specified graphics state.
abstract  void writeTo(IOutputStream stream)
          Writes PDF representation of the object to the target buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentObject

public ContentObject()
Method Detail

applyTo

public void applyTo(ContentScanner.GraphicsState state)
Applies the object's state to the specified graphics state.

Parameters:
state - Content scanner graphics state.
Since:
0.0.8

writeTo

public abstract void writeTo(IOutputStream stream)
Writes PDF representation of the object to the target buffer.


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.