|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObject
it.stefanochizzolini.clown.objects.PdfDataObject
it.stefanochizzolini.clown.objects.PdfDirectObject
it.stefanochizzolini.clown.objects.PdfArray
public class PdfArray
PDF array object [PDF:1.6:3.2.5].
| Constructor Summary | |
|---|---|
PdfArray()
|
|
PdfArray(int capacity)
|
|
PdfArray(PdfDirectObject... items)
|
|
| Method Summary | ||
|---|---|---|
void |
add(int index,
PdfDirectObject object)
|
|
boolean |
add(PdfDirectObject object)
|
|
boolean |
addAll(Collection<? extends PdfDirectObject> objects)
|
|
boolean |
addAll(int index,
Collection<? extends PdfDirectObject> objects)
|
|
void |
clear()
|
|
Object |
clone(File context)
Gets the clone of the object, registered inside the given file context. |
|
int |
compareTo(PdfDirectObject obj)
|
|
boolean |
contains(Object object)
|
|
boolean |
containsAll(Collection<?> objects)
|
|
boolean |
equals(PdfDirectObject object)
|
|
PdfDirectObject |
get(int index)
|
|
int |
hashCode()
|
|
int |
indexOf(Object object)
|
|
boolean |
isEmpty()
|
|
Iterator<PdfDirectObject> |
iterator()
|
|
int |
lastIndexOf(Object object)
|
|
ListIterator<PdfDirectObject> |
listIterator()
|
|
ListIterator<PdfDirectObject> |
listIterator(int index)
|
|
PdfDirectObject |
remove(int index)
|
|
boolean |
remove(Object object)
|
|
boolean |
removeAll(Collection<?> objects)
|
|
PdfDataObject |
resolve(int index)
Gets the dereferenced value corresponding to the given index. |
|
boolean |
retainAll(Collection<?> objects)
|
|
PdfDirectObject |
set(int index,
PdfDirectObject object)
|
|
int |
size()
|
|
List<PdfDirectObject> |
subList(int fromIndex,
int toIndex)
|
|
PdfDirectObject[] |
toArray()
|
|
|
toArray(T[] objects)
|
|
String |
toString()
|
|
void |
writeTo(IOutputStream stream)
Serializes the object to the given stream. |
|
| Methods inherited from class it.stefanochizzolini.clown.objects.PdfDirectObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
equals |
| Constructor Detail |
|---|
public PdfArray()
public PdfArray(int capacity)
public PdfArray(PdfDirectObject... items)
| Method Detail |
|---|
public Object clone(File context)
PdfObject
clone in class PdfObjectpublic int compareTo(PdfDirectObject obj)
compareTo in interface Comparable<PdfDirectObject>compareTo in class PdfDirectObjectpublic PdfDataObject resolve(int index)
This method takes care to resolve the value returned by get(int).
index - Index of element to return.public String toString()
toString in class Objectpublic void writeTo(IOutputStream stream)
PdfObject
writeTo in class PdfObject
public void add(int index,
PdfDirectObject object)
add in interface List<PdfDirectObject>
public boolean addAll(int index,
Collection<? extends PdfDirectObject> objects)
addAll in interface List<PdfDirectObject>public PdfDirectObject get(int index)
get in interface List<PdfDirectObject>public int indexOf(Object object)
indexOf in interface List<PdfDirectObject>public int lastIndexOf(Object object)
lastIndexOf in interface List<PdfDirectObject>public ListIterator<PdfDirectObject> listIterator()
listIterator in interface List<PdfDirectObject>public ListIterator<PdfDirectObject> listIterator(int index)
listIterator in interface List<PdfDirectObject>public PdfDirectObject remove(int index)
remove in interface List<PdfDirectObject>
public PdfDirectObject set(int index,
PdfDirectObject object)
set in interface List<PdfDirectObject>
public List<PdfDirectObject> subList(int fromIndex,
int toIndex)
subList in interface List<PdfDirectObject>public boolean add(PdfDirectObject object)
add in interface Collection<PdfDirectObject>add in interface List<PdfDirectObject>public boolean addAll(Collection<? extends PdfDirectObject> objects)
addAll in interface Collection<PdfDirectObject>addAll in interface List<PdfDirectObject>public void clear()
clear in interface Collection<PdfDirectObject>clear in interface List<PdfDirectObject>public boolean contains(Object object)
contains in interface Collection<PdfDirectObject>contains in interface List<PdfDirectObject>public boolean containsAll(Collection<?> objects)
containsAll in interface Collection<PdfDirectObject>containsAll in interface List<PdfDirectObject>public boolean equals(PdfDirectObject object)
public int hashCode()
hashCode in interface Collection<PdfDirectObject>hashCode in interface List<PdfDirectObject>hashCode in class Objectpublic boolean isEmpty()
isEmpty in interface Collection<PdfDirectObject>isEmpty in interface List<PdfDirectObject>public boolean remove(Object object)
remove in interface Collection<PdfDirectObject>remove in interface List<PdfDirectObject>public boolean removeAll(Collection<?> objects)
removeAll in interface Collection<PdfDirectObject>removeAll in interface List<PdfDirectObject>public boolean retainAll(Collection<?> objects)
retainAll in interface Collection<PdfDirectObject>retainAll in interface List<PdfDirectObject>public int size()
size in interface Collection<PdfDirectObject>size in interface List<PdfDirectObject>public PdfDirectObject[] toArray()
toArray in interface Collection<PdfDirectObject>toArray in interface List<PdfDirectObject>public <T> T[] toArray(T[] objects)
toArray in interface Collection<PdfDirectObject>toArray in interface List<PdfDirectObject>public Iterator<PdfDirectObject> iterator()
iterator in interface Iterable<PdfDirectObject>iterator in interface Collection<PdfDirectObject>iterator in interface List<PdfDirectObject>
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||