org.pdfclown.documents.contents.objects
Class ContainerObject
java.lang.Object
org.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.CompositeObject
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)
ContainerObject
protected ContainerObject()
ContainerObject
protected ContainerObject(ContentObject object)
ContainerObject
protected ContainerObject(ContentObject... objects)
ContainerObject
protected ContainerObject(List<ContentObject> objects)
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.