DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Action

java.lang.Object
  extended by com.cete.dynamicpdf.Action
Direct Known Subclasses:
Destination, ImportedAction, ImportedDestination, OutlineAnnotationAction

public abstract class Action
extends java.lang.Object

Class provides the base class representing a destination or action.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
protected static byte text_A
           
protected static byte[] text_Next
           
protected static byte text_S
           
static byte[] text_Type
           
 
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
 

Field Detail

text_Type

public static final byte[] text_Type

text_A

protected static byte text_A

text_S

protected static byte text_S

text_Next

protected static byte[] text_Next
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 v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software