PDF Clown
0.1.2

org.pdfclown.documents.contents.objects
Class ContainerObject

java.lang.Object
  extended by org.pdfclown.documents.contents.objects.ContentObject
      extended by org.pdfclown.documents.contents.objects.CompositeObject
          extended by org.pdfclown.documents.contents.objects.ContainerObject
Direct Known Subclasses:
LocalGraphicsState, MarkedContent

@PDF(value=PDF10)
public abstract class ContainerObject
extends CompositeObject

Container object. It encompasses multiple content objects.

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

Field Summary
 
Fields inherited from class org.pdfclown.documents.contents.objects.CompositeObject
objects
 
Constructor Summary
protected ContainerObject()
           
protected ContainerObject(ContentObject... objects)
           
protected ContainerObject(ContentObject object)
           
protected ContainerObject(List<ContentObject> objects)
           
 
Method Summary
 
Methods inherited from class org.pdfclown.documents.contents.objects.CompositeObject
createRenderObject, getHeader, getObjects, render, scan, setHeader, toString, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerObject

protected ContainerObject()

ContainerObject

protected ContainerObject(ContentObject object)

ContainerObject

protected ContainerObject(ContentObject... objects)

ContainerObject

protected ContainerObject(List<ContentObject> objects)

PDF Clown
0.1.2

Project home page

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