PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.actions.SetLayerState.LayerState

Packages that use SetLayerState.LayerState
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
 

Uses of SetLayerState.LayerState in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return SetLayerState.LayerState
 SetLayerState.LayerState SetLayerState.LayerStates.get(int index)
           
 SetLayerState.LayerState SetLayerState.LayerStates.remove(int index)
           
 SetLayerState.LayerState SetLayerState.LayerStates.set(int index, SetLayerState.LayerState item)
           
 

Methods in org.pdfclown.documents.interaction.actions that return types with arguments of type SetLayerState.LayerState
 Iterator<SetLayerState.LayerState> SetLayerState.LayerStates.iterator()
           
 ListIterator<SetLayerState.LayerState> SetLayerState.LayerStates.listIterator()
           
 ListIterator<SetLayerState.LayerState> SetLayerState.LayerStates.listIterator(int index)
           
 List<SetLayerState.LayerState> SetLayerState.LayerStates.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type SetLayerState.LayerState
 void SetLayerState.LayerStates.add(int index, SetLayerState.LayerState item)
           
 boolean SetLayerState.LayerStates.add(SetLayerState.LayerState item)
           
 SetLayerState.LayerState SetLayerState.LayerStates.set(int index, SetLayerState.LayerState item)
           
 

Method parameters in org.pdfclown.documents.interaction.actions with type arguments of type SetLayerState.LayerState
 boolean SetLayerState.LayerStates.addAll(Collection<? extends SetLayerState.LayerState> items)
           
 boolean SetLayerState.LayerStates.addAll(int index, Collection<? extends SetLayerState.LayerState> items)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.