com.qoppa.pdfViewer.actions
Class SetOCGState

java.lang.Object
  extended bycom.qoppa.pdfViewer.actions.Action
      extended bycom.qoppa.pdfViewer.actions.SetOCGState

public class SetOCGState
extends Action


Nested Class Summary
static class SetOCGState.Sequence
           
 
Field Summary
static String ACTION_TYPE_DESCRIPTION
           
static int OCG_ACTION_OFF
           
static int OCG_ACTION_ON
           
static int OCG_ACTION_TOGGLE
           
 
Constructor Summary
SetOCGState(Vector seqList)
           
 
Method Summary
 String getActionType()
          Returns the type of action.
 String getActionTypeDesc()
          Returns the action type description
 Vector getSequenceList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_TYPE_DESCRIPTION

public static String ACTION_TYPE_DESCRIPTION

OCG_ACTION_ON

public static int OCG_ACTION_ON

OCG_ACTION_OFF

public static int OCG_ACTION_OFF

OCG_ACTION_TOGGLE

public static int OCG_ACTION_TOGGLE
Constructor Detail

SetOCGState

public SetOCGState(Vector seqList)
Method Detail

getActionType

public String getActionType()
Description copied from class: Action
Returns the type of action.

Specified by:
getActionType in class Action
Returns:
The action type.

getActionTypeDesc

public String getActionTypeDesc()
Description copied from class: Action
Returns the action type description

Specified by:
getActionTypeDesc in class Action

getSequenceList

public Vector getSequenceList()