Uses of Interface
org.icepdf.ri.common.views.DocumentView
-
Packages that use DocumentView Package Description org.icepdf.ri.common.views -
-
Uses of DocumentView in org.icepdf.ri.common.views
Classes in org.icepdf.ri.common.views that implement DocumentView Modifier and Type Class Description classAbstractDocumentViewThe AbstractDocumentView class is implemented by the four predefined page views; OneColumnPageView, OnePageView, TwoColumnPageView and TwoPageView.classCollectionDocumentViewThe CollectionDocumentView is used for documents that specify a PDF Package.classFullScreenDocumentViewDisplays a single page view of the document contained by the current controller instance in full screen mode.classOneColumnPageViewConstructs a one column page view as defined in the PDF specification.classOnePageViewConstructs a one page view as defined in the PDF specification.classTwoColumnPageViewConstructs a two column page view as defined in the PDF specification.classTwoPageViewConstructs a two page view as defined in the PDF specification.Fields in org.icepdf.ri.common.views declared as DocumentView Modifier and Type Field Description protected DocumentViewAbstractDocumentViewModel. documentViewprotected DocumentViewDocumentViewControllerImpl. documentViewprotected DocumentViewAbstractPageViewComponent. parentDocumentViewMethods in org.icepdf.ri.common.views that return DocumentView Modifier and Type Method Description DocumentViewAbstractDocumentViewModel. getDocumentView()DocumentViewDocumentViewController. getDocumentView()DocumentViewDocumentViewControllerImpl. getDocumentView()DocumentViewAbstractPageViewComponent. getParentDocumentView()Methods in org.icepdf.ri.common.views with parameters of type DocumentView Modifier and Type Method Description 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.voidAbstractDocumentViewModel. setDocumentView(DocumentView documentView)voidAbstractPageViewComponent. setDocumentViewCallback(DocumentView parentDocumentView)voidPageViewComponent. setDocumentViewCallback(DocumentView parentDocumentView)Set the parent Document View class which is responsible for drawing and the general management of PageViewComponents for a particular view.voidPageViewComponentImpl. setDocumentViewCallback(DocumentView parentDocumentView)
-