Uses of Interface
org.icepdf.ri.common.views.annotations.PageViewAnnotationComponent
-
Packages that use PageViewAnnotationComponent Package Description org.icepdf.ri.common.views org.icepdf.ri.common.views.annotations org.icepdf.ri.common.views.annotations.summary -
-
Uses of PageViewAnnotationComponent in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views with type parameters of type PageViewAnnotationComponent Modifier and Type Field Description protected HashMap<AbstractPageViewComponent,ArrayList<PageViewAnnotationComponent>>AbstractDocumentViewModel. documentViewAnnotationComponentsMethods in org.icepdf.ri.common.views that return types with arguments of type PageViewAnnotationComponent Modifier and Type Method Description HashMap<AbstractPageViewComponent,ArrayList<PageViewAnnotationComponent>>AbstractDocumentViewModel. getDocumentViewAnnotationComponents()ArrayList<PageViewAnnotationComponent>AbstractDocumentViewModel. getDocumentViewAnnotationComponents(AbstractPageViewComponent pageViewComponent)HashMap<AbstractPageViewComponent,ArrayList<PageViewAnnotationComponent>>DocumentViewModel. getDocumentViewAnnotationComponents()ArrayList<PageViewAnnotationComponent>DocumentViewModel. getDocumentViewAnnotationComponents(AbstractPageViewComponent pageViewComponent)Gets all the annotation components that float in the DocumentView and are not bound by page dimensions.Methods in org.icepdf.ri.common.views with parameters of type PageViewAnnotationComponent Modifier and Type Method Description voidAbstractDocumentViewModel. addDocumentViewAnnotationComponent(AbstractPageViewComponent pageViewComponent, PageViewAnnotationComponent annotationComponent)voidDocumentViewModel. addDocumentViewAnnotationComponent(AbstractPageViewComponent pageViewComponent, PageViewAnnotationComponent annotationComponent)Adds an annotation component the list of floating annotation components that are painted in the DocumentView.voidAbstractDocumentViewModel. removeDocumentViewAnnotationComponent(DocumentView parentDocumentView, AbstractPageViewComponent pageViewComponent, PageViewAnnotationComponent annotationComponent)voidDocumentViewModel. removeDocumentViewAnnotationComponent(DocumentView parentDocumentView, AbstractPageViewComponent pageViewComponent, PageViewAnnotationComponent annotationComponent)Removes an annotation component the list of floating annotation components that are painted in the DocumentView. -
Uses of PageViewAnnotationComponent in org.icepdf.ri.common.views.annotations
Classes in org.icepdf.ri.common.views.annotations that implement PageViewAnnotationComponent Modifier and Type Class Description classMarkupGlueComponentMarkupGlueComponent allows for a visual associating between a markup annotation, and it's popup annotation when open.classPopupAnnotationComponentThe PopupAnnotationComponent encapsulates a PopupAnnotation objects. -
Uses of PageViewAnnotationComponent in org.icepdf.ri.common.views.annotations.summary
Classes in org.icepdf.ri.common.views.annotations.summary that implement PageViewAnnotationComponent Modifier and Type Class Description classAnnotationSummaryBox
-