Package com.itextpdf.layout.renderer
Class FlexColumnItemMainDirector
java.lang.Object
com.itextpdf.layout.renderer.FlexColumnItemMainDirector
- All Implemented Interfaces:
IFlexItemMainDirector
- Direct Known Subclasses:
BottomToTopFlexItemMainDirector
,TopToBottomFlexItemMainDirector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyDirection
(List<List<FlexItemInfo>> lines) Apply the direction for placement the items in flex container.abstract <T> void
applyDirectionForLine
(List<T> renderers) Apply the direction for placement the items in flex line.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.itextpdf.layout.renderer.IFlexItemMainDirector
applyJustifyContent
-
Constructor Details
-
FlexColumnItemMainDirector
FlexColumnItemMainDirector()
-
-
Method Details
-
applyDirection
Apply the direction for placement the items in flex container.- Specified by:
applyDirection
in interfaceIFlexItemMainDirector
- Parameters:
lines
- flex lines calculated byFlexUtil
.- Returns:
- All child renderers in updated order.
-
applyDirectionForLine
Apply the direction for placement the items in flex line.- Specified by:
applyDirectionForLine
in interfaceIFlexItemMainDirector
- Parameters:
renderers
- list of renderers orFlexItemInfo
.
-