- java.lang.Object
-
- org.icepdf.ri.common.views.BasePageViewLayout
-
- org.icepdf.ri.common.views.OnePageViewLayout
-
- org.icepdf.ri.common.views.OneColumnPageViewLayout
-
- All Implemented Interfaces:
LayoutManager,LayoutManager2
public class OneColumnPageViewLayout extends OnePageViewLayout
-
-
Field Summary
-
Fields inherited from class org.icepdf.ri.common.views.OnePageViewLayout
minHeight, minWidth, preferredHeight, preferredWidth, sizeUnknown
-
Fields inherited from class org.icepdf.ri.common.views.BasePageViewLayout
documentViewModel, PAGE_SPACING_HORIZONTAL, PAGE_SPACING_VERTICAL
-
-
Constructor Summary
Constructors Constructor Description OneColumnPageViewLayout(DocumentViewModel documentViewModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlayoutContainer(Container parent)-
Methods inherited from class org.icepdf.ri.common.views.OnePageViewLayout
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setSizes, toString
-
Methods inherited from class org.icepdf.ri.common.views.BasePageViewLayout
updatePopupAnnotationComponents
-
-
-
-
Constructor Detail
-
OneColumnPageViewLayout
public OneColumnPageViewLayout(DocumentViewModel documentViewModel)
-
-
Method Detail
-
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainerin interfaceLayoutManager- Overrides:
layoutContainerin classOnePageViewLayout
-
-