public class PDAnnotationAdditionalActions extends Object implements COSObjectable
Constructor and Description |
---|
PDAnnotationAdditionalActions()
Default constructor.
|
PDAnnotationAdditionalActions(COSDictionary a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PDAction |
getBl()
This will get an action to be performed when the annotation
loses the input focus.
|
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object.
|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
PDAction |
getD()
This will get an action to be performed when the mouse button
is pressed inside the annotation's active area.
|
PDAction |
getE()
This will get an action to be performed when the cursor
enters the annotation's active area.
|
PDAction |
getFo()
This will get an action to be performed when the annotation
receives the input focus.
|
PDAction |
getPC()
This will get an action to be performed when the page containing
the annotation is closed.
|
PDAction |
getPI()
This will get an action to be performed when the page containing the annotation
is no longer visible in the viewer application's user interface.
|
PDAction |
getPO()
This will get an action to be performed when the page containing
the annotation is opened.
|
PDAction |
getPV()
This will get an action to be performed when the page containing
the annotation becomes visible in the viewer application's user interface.
|
PDAction |
getU()
This will get an action to be performed when the mouse button
is released inside the annotation's active area.
|
PDAction |
getX()
This will get an action to be performed when the cursor
exits the annotation's active area.
|
void |
setBl(PDAction bl)
This will set an action to be performed when the annotation
loses the input focus.
|
void |
setD(PDAction d)
This will set an action to be performed when the mouse button
is pressed inside the annotation's active area.
|
void |
setE(PDAction e)
This will set an action to be performed when the cursor
enters the annotation's active area.
|
void |
setFo(PDAction fo)
This will set an action to be performed when the annotation
receives the input focus.
|
void |
setPC(PDAction pc)
This will set an action to be performed when the page containing
the annotation is closed.
|
void |
setPI(PDAction pi)
This will set an action to be performed when the page containing the annotation
is no longer visible in the viewer application's user interface.
|
void |
setPO(PDAction po)
This will set an action to be performed when the page containing
the annotation is opened.
|
void |
setPV(PDAction pv)
This will set an action to be performed when the page containing
the annotation becomes visible in the viewer application's user interface.
|
void |
setU(PDAction u)
This will set an action to be performed when the mouse button
is released inside the annotation's active area.
|
void |
setX(PDAction x)
This will set an action to be performed when the cursor
exits the annotation's active area.
|
public PDAnnotationAdditionalActions()
public PDAnnotationAdditionalActions(COSDictionary a)
a
- The action dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public PDAction getE()
public void setE(PDAction e)
e
- The action to be performed.public PDAction getX()
public void setX(PDAction x)
x
- The action to be performed.public PDAction getD()
public void setD(PDAction d)
d
- The action to be performed.public PDAction getU()
public void setU(PDAction u)
u
- The action to be performed.public PDAction getFo()
public void setFo(PDAction fo)
fo
- The action to be performed.public PDAction getBl()
public void setBl(PDAction bl)
bl
- The action to be performed.public PDAction getPO()
public void setPO(PDAction po)
po
- The action to be performed.public PDAction getPC()
public void setPC(PDAction pc)
pc
- The action to be performed.public PDAction getPV()
public void setPV(PDAction pv)
pv
- The action to be performed.public PDAction getPI()
public void setPI(PDAction pi)
pi
- The action to be performed.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.