org.pdfclown.documents.contents.layers
Class LayerGroup
java.lang.Object
org.pdfclown.objects.PdfObjectWrapper<PdfArray>
org.pdfclown.objects.Array<Layer>
org.pdfclown.documents.contents.layers.LayerGroup
- All Implemented Interfaces:
- Cloneable, Iterable<Layer>, Collection<Layer>, List<Layer>, IPdfObjectWrapper
@PDF(value=PDF15)
public final class LayerGroup
- extends Array<Layer>
A generic collection of layers.
- Since:
- 0.1.1
- Version:
- 0.1.2, 12/21/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class org.pdfclown.objects.Array |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, wrap, wrap |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayerGroup
public LayerGroup(Document context)
wrap
public static LayerGroup wrap(PdfDirectObject baseObject)
clone
public LayerGroup clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Overrides:
clone
in class Array<Layer>
- Parameters:
context
- Which document the clone has to be registered in.
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.