PDF Clown
0.0.8

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

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.objects.ContentObject
      extended by it.stefanochizzolini.clown.documents.contents.objects.CompositeObject
          extended by it.stefanochizzolini.clown.documents.contents.objects.GraphicsObject
Direct Known Subclasses:
InlineImage, Path, Shading, Text, XObject

public abstract class GraphicsObject
extends CompositeObject

Graphics object [PDF:1.6:4.1].

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

Field Summary
 
Fields inherited from class it.stefanochizzolini.clown.documents.contents.objects.CompositeObject
objects
 
Constructor Summary
protected GraphicsObject()
           
protected GraphicsObject(ContentObject... objects)
           
protected GraphicsObject(ContentObject object)
           
protected GraphicsObject(List<ContentObject> objects)
           
 
Method Summary
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.objects.CompositeObject
applyTo, getObjects, toString, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphicsObject

protected GraphicsObject()

GraphicsObject

protected GraphicsObject(ContentObject object)

GraphicsObject

protected GraphicsObject(ContentObject... objects)

GraphicsObject

protected GraphicsObject(List<ContentObject> objects)

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.