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> voidapplyDirectionForLine(List<T> renderers) Apply the direction for placement the items in flex line.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IFlexItemMainDirector
applyJustifyContent
-
Constructor Details
-
FlexColumnItemMainDirector
FlexColumnItemMainDirector()
-
-
Method Details
-
applyDirection
Apply the direction for placement the items in flex container.- Specified by:
applyDirectionin 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:
applyDirectionForLinein interfaceIFlexItemMainDirector- Parameters:
renderers- list of renderers orFlexItemInfo.
-