|
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.PdfObjectWrapper<PdfDataObject>
it.stefanochizzolini.clown.documents.interaction.annotations.AppearanceStates
public class AppearanceStates
Appearance states [PDF:1.6:8.4.4].
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(PdfDirectObject 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 it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals |
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(PdfDirectObject object)
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.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |