public static class SetOCGState.Sequence extends Object
| Constructor and Description |
|---|
SetOCGState.Sequence(int ocgAction,
Vector layerList)
Constructs a Sequence object with a list of layers and the action to do on those layers.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
getLayerList()
Returns the list of layers.
|
int |
getOCGAction()
Returns the action that this sequence will do on the layers.
|
public SetOCGState.Sequence(int ocgAction,
Vector layerList)
ocgAction - The action to be done on the layer. The possible values are the predefined constants SetOCGState.OCG_ACTION_OFF, SetOCGState.OCG_ACTION_ON or SetOCGState.OCG_ACTION_TOGGLE.layerList - The list of layers.public int getOCGAction()
public Vector getLayerList()