|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObjectWrapper<PdfDictionary> org.pdfclown.documents.interaction.annotations.AnnotationActions
@PDF(value=PDF12) public class AnnotationActions
Annotation actions [PDF:1.6:8.5.2].
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
AnnotationActions(Annotation parent)
|
Method Summary | |
---|---|
void |
clear()
|
AnnotationActions |
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,Action>> |
entrySet()
|
Action |
get(Object key)
|
Action |
getOnActivate()
Gets the action to be performed when the annotation is activated. |
Action |
getOnEnter()
Gets the action to be performed when the cursor enters the annotation's active area. |
Action |
getOnExit()
Gets the action to be performed when the cursor exits the annotation's active area. |
Action |
getOnMouseDown()
Gets the action to be performed when the mouse button is pressed inside the annotation's active area. |
Action |
getOnMouseUp()
Gets the action to be performed when the mouse button is released inside the annotation's active area. |
Action |
getOnPageClose()
Gets the action to be performed when the page containing the annotation is closed. |
Action |
getOnPageInvisible()
Gets the action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface. |
Action |
getOnPageOpen()
Gets the action to be performed when the page containing the annotation is opened. |
Action |
getOnPageVisible()
Gets the action to be performed when the page containing the annotation becomes visible in the viewer application's user interface. |
boolean |
isEmpty()
|
Set<PdfName> |
keySet()
|
Action |
put(PdfName key,
Action value)
|
void |
putAll(Map<? extends PdfName,? extends Action> entries)
|
Action |
remove(Object key)
|
void |
setOnActivate(Action value)
|
void |
setOnEnter(Action value)
|
void |
setOnExit(Action value)
|
void |
setOnMouseDown(Action value)
|
void |
setOnMouseUp(Action value)
|
void |
setOnPageClose(Action value)
|
void |
setOnPageInvisible(Action value)
|
void |
setOnPageOpen(Action value)
|
void |
setOnPageVisible(Action value)
|
int |
size()
|
Collection<Action> |
values()
|
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 |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public AnnotationActions(Annotation parent)
Method Detail |
---|
public AnnotationActions clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public Action getOnActivate()
public Action getOnEnter()
public Action getOnExit()
public Action getOnMouseDown()
public Action getOnMouseUp()
public Action getOnPageClose()
public Action getOnPageInvisible()
public Action getOnPageOpen()
public Action getOnPageVisible()
public void setOnActivate(Action value)
getOnActivate()
public void setOnEnter(Action value)
getOnEnter()
public void setOnExit(Action value)
getOnExit()
public void setOnMouseDown(Action value)
getOnMouseDown()
public void setOnMouseUp(Action value)
getOnMouseUp()
public void setOnPageClose(Action value)
getOnPageClose()
public void setOnPageInvisible(Action value)
getOnPageInvisible()
public void setOnPageOpen(Action value)
getOnPageOpen()
public void setOnPageVisible(Action value)
getOnPageVisible()
public void clear()
clear
in interface Map<PdfName,Action>
public boolean containsKey(Object key)
containsKey
in interface Map<PdfName,Action>
public boolean containsValue(Object value)
containsValue
in interface Map<PdfName,Action>
public Set<Map.Entry<PdfName,Action>> entrySet()
entrySet
in interface Map<PdfName,Action>
public Action get(Object key)
get
in interface Map<PdfName,Action>
public boolean isEmpty()
isEmpty
in interface Map<PdfName,Action>
public Set<PdfName> keySet()
keySet
in interface Map<PdfName,Action>
public Action put(PdfName key, Action value)
put
in interface Map<PdfName,Action>
public void putAll(Map<? extends PdfName,? extends Action> entries)
putAll
in interface Map<PdfName,Action>
public Action remove(Object key)
remove
in interface Map<PdfName,Action>
public int size()
size
in interface Map<PdfName,Action>
public Collection<Action> values()
values
in interface Map<PdfName,Action>
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |