|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Action
|
+--com.cete.dynamicpdf.UrlAction
This class can be used to specify a URL when defining a Link or a Bookmark.
View Example
| Constructor Summary | |
UrlAction(java.lang.String url)
Initializes a new instance of the UrlAction class. |
|
| Method Summary | |
void |
draw(DocumentWriter writer)
Draws the action to the specified DocumentWriter object. |
java.lang.String |
getURL()
Gets the URL launched by the action. |
void |
setURL(java.lang.String value)
Sets the URL launched by the action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UrlAction(java.lang.String url)
UrlAction class.
url - URL the action launches.UrlAction| Method Detail |
public void setURL(java.lang.String value)
public java.lang.String getURL()
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Actionwriter - DocumentWriter object to receive the actions output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||