- java.lang.Object
-
- org.icepdf.ri.common.views.BasePageViewLayout
-
- Direct Known Subclasses:
OnePageViewLayout,TwoPageViewLayout
public abstract class BasePageViewLayout extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentViewModeldocumentViewModelprotected static intPAGE_SPACING_HORIZONTALprotected static intPAGE_SPACING_VERTICAL
-
Constructor Summary
Constructors Constructor Description BasePageViewLayout(DocumentViewModel documentViewModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidupdatePopupAnnotationComponents(PageViewDecorator pageViewDecorator)
-
-
-
Field Detail
-
PAGE_SPACING_HORIZONTAL
protected static final int PAGE_SPACING_HORIZONTAL
- See Also:
- Constant Field Values
-
PAGE_SPACING_VERTICAL
protected static final int PAGE_SPACING_VERTICAL
- See Also:
- Constant Field Values
-
documentViewModel
protected DocumentViewModel documentViewModel
-
-
Constructor Detail
-
BasePageViewLayout
public BasePageViewLayout(DocumentViewModel documentViewModel)
-
-
Method Detail
-
updatePopupAnnotationComponents
protected void updatePopupAnnotationComponents(PageViewDecorator pageViewDecorator)
-
-