org.pdfclown.documents.contents.objects
Class Path
java.lang.Object
org.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.CompositeObject
org.pdfclown.documents.contents.objects.GraphicsObject
org.pdfclown.documents.contents.objects.Path
@PDF(value=PDF10)
public final class Path
- extends GraphicsObject
Path object [PDF:1.6:4.4].
- Since:
- 0.0.7
- Version:
- 0.1.0
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
BeginOperators
public static final String[] BeginOperators
EndOperators
public static final String[] EndOperators
Path
public Path()
Path
public Path(List<ContentObject> operations)
createRenderObject
protected Shape createRenderObject()
- Description copied from class:
CompositeObject
- Creates the rendering object corresponding to this container.
- Overrides:
createRenderObject
in class CompositeObject
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.