DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Action

java.lang.Object
  |
  +--com.cete.dynamicpdf.Action
Direct Known Subclasses:
Destination, UrlAction

public abstract class Action
extends java.lang.Object

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

Action

protected Action()
Initializes a new instance of the Action class.

See Also:
Action
Method Detail

draw

public abstract void draw(DocumentWriter writer)
Draws the action to the specified DocumentWriter object.

Parameters:
writer - DocumentWriter object to receive the action's output.
See Also:
DocumentWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software