Uses of Enum Class
org.xhtmlrenderer.layout.FloatManager.Direction
Packages that use FloatManager.Direction
-
Uses of FloatManager.Direction in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FloatManager.DirectionModifier and TypeMethodDescriptionstatic FloatManager.Direction
Returns the enum constant of this class with the specified name.static FloatManager.Direction[]
FloatManager.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xhtmlrenderer.layout with parameters of type FloatManager.DirectionModifier and TypeMethodDescriptionprivate void
FloatManager.alignToLastFloat
(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.Direction direction) private void
FloatManager.alignToLastOpposingFloat
(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.Direction direction) private FloatManager.BoxDistance
FloatManager.getFloatDistance
(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth, List<FloatManager.BoxOffset> floatsList, FloatManager.Direction direction) private List<FloatManager.BoxOffset>
FloatManager.getFloats
(FloatManager.Direction direction) private List<FloatManager.BoxOffset>
FloatManager.getOpposingFloats
(FloatManager.Direction direction) private void
FloatManager.moveAllTheWayOver
(BlockBox current, FloatManager.Direction direction) private void
FloatManager.position
(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.Direction direction) private void
FloatManager.save
(BlockBox current, Layer layer, BlockFormattingContext bfc, FloatManager.Direction direction)