org.pdfclown.documents.contents.objects
Class GraphicsObject
java.lang.Object
org.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.CompositeObject
org.pdfclown.documents.contents.objects.GraphicsObject
- Direct Known Subclasses:
- InlineImage, Path, Shading, Text, XObject
@PDF(value=PDF10)
public abstract class GraphicsObject
- extends CompositeObject
Graphics object [PDF:1.6:4.1].
- Since:
- 0.0.4
- Version:
- 0.1.0
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
GraphicsObject
protected GraphicsObject()
GraphicsObject
protected GraphicsObject(ContentObject object)
GraphicsObject
protected GraphicsObject(ContentObject... objects)
GraphicsObject
protected GraphicsObject(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.