PDF Clown
0.0.8

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

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
              extended by it.stefanochizzolini.clown.documents.contents.objects.Path

public final class Path
extends GraphicsObject

Path object [PDF:1.6:4.4].

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

Field Summary
static String[] BeginOperators
           
static String[] EndOperators
           
 
Fields inherited from class it.stefanochizzolini.clown.documents.contents.objects.CompositeObject
objects
 
Constructor Summary
Path()
           
Path(List<ContentObject> operations)
           
 
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
 

Field Detail

BeginOperators

public static final String[] BeginOperators

EndOperators

public static final String[] EndOperators
Constructor Detail

Path

public Path()

Path

public Path(List<ContentObject> operations)

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.