Uses of Interface
org.loboevolution.html.renderer.FloatingBounds
Packages that use FloatingBounds
-
Uses of FloatingBounds in org.loboevolution.html.renderer
Methods in org.loboevolution.html.renderer that return FloatingBoundsModifier and TypeMethodDescriptionFloatingBoundsSource.getChildBlockFloatingBounds
(int apparentBlockWidth) getChildBlockFloatingBounds.ParentFloatingBoundsSource.getChildBlockFloatingBounds
(int apparentBlockWidth) getChildBlockFloatingBounds.Methods in org.loboevolution.html.renderer with parameters of type FloatingBoundsModifier and TypeMethodDescriptionvoid
RBlockViewport.layout
(int desiredWidth, int desiredHeight, Insets paddingInsets, int yLimit, FloatingBounds floatBounds, boolean sizeOnly) Builds the layout/renderer tree from scratch.Constructors in org.loboevolution.html.renderer with parameters of type FloatingBoundsModifierConstructorDescriptionParentFloatingBoundsSource
(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds) Constructor for ParentFloatingBoundsSource.