|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.SetOCGState
Action that changes an optional content group's (layer) visibility.
| Nested Class Summary | |
static class |
SetOCGState.Sequence
Class that contains a list of layers and an action for that list. |
| 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)
Constructs a SetOCGState action with a sequence list. |
|
| Method Summary | |
String |
getActionType()
Returns the action type. |
String |
getActionTypeDesc()
Returns the action type description. |
Vector |
getSequenceList()
Returns the list of sequences in this action |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static String ACTION_TYPE_DESCRIPTION
public static int OCG_ACTION_ON
public static int OCG_ACTION_OFF
public static int OCG_ACTION_TOGGLE
| Constructor Detail |
public SetOCGState(Vector seqList)
seqList - | Method Detail |
public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic Vector getSequenceList()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||