org.pdfclown.documents.interaction.actions
Class SetLayerState.LayerStates
java.lang.Object
org.pdfclown.objects.PdfObjectWrapper<PdfArray>
org.pdfclown.documents.interaction.actions.SetLayerState.LayerStates
- All Implemented Interfaces:
- Cloneable, Iterable<SetLayerState.LayerState>, Collection<SetLayerState.LayerState>, List<SetLayerState.LayerState>, IPdfObjectWrapper
- Enclosing class:
- SetLayerState
public static class SetLayerState.LayerStates
- extends PdfObjectWrapper<PdfArray>
- implements List<SetLayerState.LayerState>
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 |
SetLayerState.LayerStates
public SetLayerState.LayerStates()
clone
public SetLayerState.LayerStates clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Overrides:
clone
in class PdfObjectWrapper<PdfArray>
- Parameters:
context
- Which document the clone has to be registered in.
add
public boolean add(SetLayerState.LayerState item)
- Specified by:
add
in interface Collection<SetLayerState.LayerState>
- Specified by:
add
in interface List<SetLayerState.LayerState>
add
public void add(int index,
SetLayerState.LayerState item)
- Specified by:
add
in interface List<SetLayerState.LayerState>
addAll
public boolean addAll(Collection<? extends SetLayerState.LayerState> items)
- Specified by:
addAll
in interface Collection<SetLayerState.LayerState>
- Specified by:
addAll
in interface List<SetLayerState.LayerState>
addAll
public boolean addAll(int index,
Collection<? extends SetLayerState.LayerState> items)
- Specified by:
addAll
in interface List<SetLayerState.LayerState>
clear
public void clear()
- Specified by:
clear
in interface Collection<SetLayerState.LayerState>
- Specified by:
clear
in interface List<SetLayerState.LayerState>
contains
public boolean contains(Object item)
- Specified by:
contains
in interface Collection<SetLayerState.LayerState>
- Specified by:
contains
in interface List<SetLayerState.LayerState>
containsAll
public boolean containsAll(Collection<?> items)
- Specified by:
containsAll
in interface Collection<SetLayerState.LayerState>
- Specified by:
containsAll
in interface List<SetLayerState.LayerState>
get
public SetLayerState.LayerState get(int index)
- Specified by:
get
in interface List<SetLayerState.LayerState>
indexOf
public int indexOf(Object item)
- Specified by:
indexOf
in interface List<SetLayerState.LayerState>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection<SetLayerState.LayerState>
- Specified by:
isEmpty
in interface List<SetLayerState.LayerState>
iterator
public Iterator<SetLayerState.LayerState> iterator()
- Specified by:
iterator
in interface Iterable<SetLayerState.LayerState>
- Specified by:
iterator
in interface Collection<SetLayerState.LayerState>
- Specified by:
iterator
in interface List<SetLayerState.LayerState>
lastIndexOf
public int lastIndexOf(Object item)
- Specified by:
lastIndexOf
in interface List<SetLayerState.LayerState>
listIterator
public ListIterator<SetLayerState.LayerState> listIterator()
- Specified by:
listIterator
in interface List<SetLayerState.LayerState>
listIterator
public ListIterator<SetLayerState.LayerState> listIterator(int index)
- Specified by:
listIterator
in interface List<SetLayerState.LayerState>
remove
public boolean remove(Object item)
- Specified by:
remove
in interface Collection<SetLayerState.LayerState>
- Specified by:
remove
in interface List<SetLayerState.LayerState>
remove
public SetLayerState.LayerState remove(int index)
- Specified by:
remove
in interface List<SetLayerState.LayerState>
removeAll
public boolean removeAll(Collection<?> items)
- Specified by:
removeAll
in interface Collection<SetLayerState.LayerState>
- Specified by:
removeAll
in interface List<SetLayerState.LayerState>
retainAll
public boolean retainAll(Collection<?> items)
- Specified by:
retainAll
in interface Collection<SetLayerState.LayerState>
- Specified by:
retainAll
in interface List<SetLayerState.LayerState>
set
public SetLayerState.LayerState set(int index,
SetLayerState.LayerState item)
- Specified by:
set
in interface List<SetLayerState.LayerState>
size
public int size()
- Specified by:
size
in interface Collection<SetLayerState.LayerState>
- Specified by:
size
in interface List<SetLayerState.LayerState>
subList
public List<SetLayerState.LayerState> subList(int fromIndex,
int toIndex)
- Specified by:
subList
in interface List<SetLayerState.LayerState>
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection<SetLayerState.LayerState>
- Specified by:
toArray
in interface List<SetLayerState.LayerState>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray
in interface Collection<SetLayerState.LayerState>
- Specified by:
toArray
in interface List<SetLayerState.LayerState>
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.