|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDataObject>
org.pdfclown.documents.interaction.annotations.AppearanceStates
@PDF(value=PDF12) public final class AppearanceStates
Appearance states [PDF:1.6:8.4.4].
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
void |
clear()
Gets the key associated to a given value. |
AppearanceStates |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
boolean |
containsKey(Object key)
|
boolean |
containsValue(Object value)
|
Set<Map.Entry<PdfName,FormXObject>> |
entrySet()
|
boolean |
equals(Object object)
|
FormXObject |
get(Object key)
|
Appearance |
getAppearance()
Gets the appearance associated to these states. |
int |
hashCode()
|
boolean |
isEmpty()
|
Set<PdfName> |
keySet()
|
FormXObject |
put(PdfName key,
FormXObject value)
|
void |
putAll(Map<? extends PdfName,? extends FormXObject> entries)
|
FormXObject |
remove(Object key)
|
int |
size()
|
Collection<FormXObject> |
values()
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AppearanceStates clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDataObject>
context
- Which document the clone has to be registered in.public Appearance getAppearance()
public void clear()
clear
in interface Map<PdfName,FormXObject>
public boolean containsKey(Object key)
containsKey
in interface Map<PdfName,FormXObject>
public boolean containsValue(Object value)
containsValue
in interface Map<PdfName,FormXObject>
public Set<Map.Entry<PdfName,FormXObject>> entrySet()
entrySet
in interface Map<PdfName,FormXObject>
public boolean equals(Object object)
equals
in interface Map<PdfName,FormXObject>
equals
in class PdfObjectWrapper<PdfDataObject>
public FormXObject get(Object key)
get
in interface Map<PdfName,FormXObject>
public int hashCode()
hashCode
in interface Map<PdfName,FormXObject>
hashCode
in class Object
public boolean isEmpty()
isEmpty
in interface Map<PdfName,FormXObject>
public Set<PdfName> keySet()
keySet
in interface Map<PdfName,FormXObject>
public FormXObject put(PdfName key, FormXObject value)
put
in interface Map<PdfName,FormXObject>
public void putAll(Map<? extends PdfName,? extends FormXObject> entries)
putAll
in interface Map<PdfName,FormXObject>
public FormXObject remove(Object key)
remove
in interface Map<PdfName,FormXObject>
public int size()
size
in interface Map<PdfName,FormXObject>
public Collection<FormXObject> values()
values
in interface Map<PdfName,FormXObject>
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |