Package org.loboevolution.html.renderer
Class ParentFloatingBoundsSource
java.lang.Object
org.loboevolution.html.renderer.ParentFloatingBoundsSource
- All Implemented Interfaces:
FloatingBoundsSource
ParentFloatingBoundsSource class.
-
Constructor Summary
ConstructorDescriptionParentFloatingBoundsSource
(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds) Constructor for ParentFloatingBoundsSource. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getChildBlockFloatingBounds
(int apparentBlockWidth) getChildBlockFloatingBounds.int
hashCode()
-
Constructor Details
-
ParentFloatingBoundsSource
public ParentFloatingBoundsSource(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds) Constructor for ParentFloatingBoundsSource.
- Parameters:
blockShiftRight
- aInteger
object.expectedWidth
- aInteger
object.newX
- aInteger
object.newY
- aInteger
object.floatBounds
- aFloatingBounds
object.
-
-
Method Details
-
equals
-
getChildBlockFloatingBounds
getChildBlockFloatingBounds.
- Specified by:
getChildBlockFloatingBounds
in interfaceFloatingBoundsSource
- Parameters:
apparentBlockWidth
- aInteger
object.- Returns:
- a
FloatingBounds
object.
-
hashCode
public int hashCode()
-