|
||||||||||
| 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
public class 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 |
String |
toString()
Returns the description of the action. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, 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()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||