- java.lang.Object
-
- org.icepdf.ri.common.views.BasePageViewLayout
-
- org.icepdf.ri.common.views.TwoPageViewLayout
-
- org.icepdf.ri.common.views.TwoColumnPageViewLayout
-
- All Implemented Interfaces:
LayoutManager,LayoutManager2
public class TwoColumnPageViewLayout extends TwoPageViewLayout
-
-
Field Summary
-
Fields inherited from class org.icepdf.ri.common.views.TwoPageViewLayout
minHeight, minWidth, preferredHeight, preferredWidth, sizeUnknown, viewType
-
Fields inherited from class org.icepdf.ri.common.views.BasePageViewLayout
documentViewModel, PAGE_SPACING_HORIZONTAL, PAGE_SPACING_VERTICAL
-
-
Constructor Summary
Constructors Constructor Description TwoColumnPageViewLayout(int viewType, DocumentViewModel documentViewModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlayoutContainer(Container parent)protected voidsetSizes(Container parent)Reset preferred/minimum width and height.-
Methods inherited from class org.icepdf.ri.common.views.TwoPageViewLayout
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, toString
-
Methods inherited from class org.icepdf.ri.common.views.BasePageViewLayout
updatePopupAnnotationComponents
-
-
-
-
Constructor Detail
-
TwoColumnPageViewLayout
public TwoColumnPageViewLayout(int viewType, DocumentViewModel documentViewModel)
-
-
Method Detail
-
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainerin interfaceLayoutManager- Overrides:
layoutContainerin classTwoPageViewLayout
-
setSizes
protected void setSizes(Container parent)
Description copied from class:TwoPageViewLayoutReset preferred/minimum width and height.- Overrides:
setSizesin classTwoPageViewLayout- Parameters:
parent- parent container
-
-