Package org.icepdf.ri.common.views

Class Summary
AbstractDocumentView The AbstractDocumentView class is implemented by the four predefined page views; OneColumnPageView, OnePageView, TwoColumnPageView and TwoPageView.
AbstractDocumentViewModel The AbstractDocumentViewModel is responsible for keeping the state of the documetn view.
DocumentViewControllerImpl The DocumentViewControllerImpl is responsible for controlling the four default view models specified by the PDF specification.
DocumentViewModelImpl Default Swing implementation of the AbstractDocumentViewModel class.
OneColumnPageView Constructs a one column page view as defined in the PDF specification.
OnePageView Constructs a one page view as defined in the PDF specification.
PageViewDecorator The PageViewDecorator class adds a page border and shadow to all of the page views defined in the corg.icepdf.core.views.swing package.
TwoColumnPageView Constructs a two column page view as defined in the PDF specification.
TwoPageView Constructs a two page view as defined in the PDF specification.