public class SetOCGState extends Action
Modifier and Type | Class and Description |
---|---|
static class |
SetOCGState.Sequence
Class 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 |
Constructor and Description |
---|
SetOCGState(Vector 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 |
getSequenceList()
Returns the list of sequences in this action
|
String |
toString()
Returns the description of the action.
|
public 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 seqList)
seqList
- public String getActionType()
getActionType
in class Action
public String getActionTypeDesc()
getActionTypeDesc
in class Action
public Vector getSequenceList()