|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdfViewer.actions.SetOCGState.Sequence
Class that contains a list of layers and an action for that list. A SetOCGState action can toggle the visibility of many layers at once. The action takes a list of Sequence objects and each Sequence object takes a list of layers to turn off, turn on or toggle.
| Constructor Summary | |
SetOCGState.Sequence(int ocgAction,
Vector layerList)
Constructs a Sequence object with a list of layers and the action to do on those layers. |
|
| Method Summary | |
Vector |
getLayerList()
Returns the list of layers. |
int |
getOCGAction()
Returns the action that this sequence will do on the layers. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SetOCGState.Sequence(int ocgAction,
Vector layerList)
ocgAction - Action, should be one of the predefined constants in this class, OCG_ACTION_*.layerList - The list of layers.| Method Detail |
public int getOCGAction()
public Vector getLayerList()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||