Uses of Class
com.itextpdf.layout.renderer.FlexItemInfo
Packages that use FlexItemInfo
-
Uses of FlexItemInfo in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer with type parameters of type FlexItemInfoMethods in com.itextpdf.layout.renderer that return FlexItemInfoModifier and TypeMethodDescriptionprivate FlexItemInfo
FlexContainerRenderer.findFlexItemInfo
(AbstractRenderer renderer) Methods in com.itextpdf.layout.renderer that return types with arguments of type FlexItemInfoModifier and TypeMethodDescriptionstatic List
<List<FlexItemInfo>> FlexUtil.calculateChildrenRectangles
(Rectangle flexContainerBBox, FlexContainerRenderer flexContainerRenderer) Performs flex layout algorithm.private List
<FlexItemInfo> Method parameters in com.itextpdf.layout.renderer with type arguments of type FlexItemInfoModifier and TypeMethodDescriptionFlexColumnItemMainDirector.applyDirection
(List<List<FlexItemInfo>> lines) Apply the direction for placement the items in flex container.IFlexItemMainDirector.applyDirection
(List<List<FlexItemInfo>> lines) Apply the direction for placement the items in flex container.LtrFlexItemMainDirector.applyDirection
(List<List<FlexItemInfo>> lines) Apply the direction for placement the items in flex container.RtlFlexItemMainDirector.applyDirection
(List<List<FlexItemInfo>> lines) Apply the direction for placement the items in flex container.FlexUtil.calculateColumnDirectionCrossSizes
(List<List<FlexItemInfo>> lines) private void
FlexContainerRenderer.fillSplitOverflowRenderersForPartialResult
(AbstractRenderer splitRenderer, AbstractRenderer overflowRenderer, List<FlexItemInfo> line, IRenderer childRenderer, LayoutResult childResult)