public static class SetOCGState.Sequence extends Object
Constructor and Description |
---|
Sequence(int ocgAction,
Vector<Layer> 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<Layer> |
getLayerList()
Returns the list of layers.
|
int |
getOCGAction()
Returns the action that this sequence will do on the layers.
|
public Sequence(int ocgAction, Vector<Layer> 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.