Uses of Class
org.icepdf.ri.common.views.annotations.AnnotationState.Operation
-
Packages that use AnnotationState.Operation Package Description org.icepdf.ri.common.views.annotations -
-
Uses of AnnotationState.Operation in org.icepdf.ri.common.views.annotations
Methods in org.icepdf.ri.common.views.annotations that return AnnotationState.Operation Modifier and Type Method Description AnnotationState.OperationAnnotationState. getOperation()static AnnotationState.OperationAnnotationState.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationState.Operation[]AnnotationState.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.icepdf.ri.common.views.annotations with parameters of type AnnotationState.Operation Constructor Description AnnotationState(AnnotationComponent annotationComponent, AnnotationState.Operation operation)Stores the annotation state associated with the AnnotationComponents annotation object.
-