public class SetOCGState extends Action
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SetOCGState.SequenceClass that contains a list of layers and an action for that list. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | ACTION_TYPE_DESCRIPTION | 
| static int | OCG_ACTION_OFF | 
| static int | OCG_ACTION_ON | 
| static int | OCG_ACTION_TOGGLE | 
OPEN_EXISTING_WINDOW, OPEN_NEW_WINDOW, OPEN_USER_PREFERENCE| Constructor and Description | 
|---|
| SetOCGState(Vector<SetOCGState.Sequence> seqList)Constructs a SetOCGState action with a sequence list. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActionType()Returns the action type. | 
| String | getActionTypeDesc()Returns the action type description. | 
| Vector<SetOCGState.Sequence> | getSequenceList()Returns the list of sequences in this action | 
| String | toString()Returns the description of the action. | 
getNextAction, setNextActionpublic static String ACTION_TYPE_DESCRIPTION
public static int OCG_ACTION_ON
public static int OCG_ACTION_OFF
public static int OCG_ACTION_TOGGLE
public SetOCGState(Vector<SetOCGState.Sequence> seqList)
seqList - public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic Vector<SetOCGState.Sequence> getSequenceList()