|
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
Class provides the base class representing a destination or action.
| Constructor Summary | |
protected |
Action()
Initializes a new instance of the Action class. |
| Method Summary | |
abstract void |
draw(DocumentWriter writer)
Draws the action to the specified DocumentWriter object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Action()
Action class.
Action| Method Detail |
public abstract void draw(DocumentWriter writer)
DocumentWriter object.
writer - DocumentWriter object to receive the
action's output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||