Package org.loboevolution.html.renderer
Class ParentFloatingBoundsSource
java.lang.Object
org.loboevolution.html.renderer.ParentFloatingBoundsSource
- All Implemented Interfaces:
FloatingBoundsSource
ParentFloatingBoundsSource class.
-
Constructor Summary
ConstructorsConstructorDescriptionParentFloatingBoundsSource(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds) Constructor for ParentFloatingBoundsSource. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChildBlockFloatingBounds(int apparentBlockWidth) getChildBlockFloatingBounds.inthashCode()
-
Constructor Details
-
ParentFloatingBoundsSource
public ParentFloatingBoundsSource(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds) Constructor for ParentFloatingBoundsSource.
- Parameters:
blockShiftRight- aIntegerobject.expectedWidth- aIntegerobject.newX- aIntegerobject.newY- aIntegerobject.floatBounds- aFloatingBoundsobject.
-
-
Method Details
-
equals
-
getChildBlockFloatingBounds
getChildBlockFloatingBounds.
- Specified by:
getChildBlockFloatingBoundsin interfaceFloatingBoundsSource- Parameters:
apparentBlockWidth- aIntegerobject.- Returns:
- a
FloatingBoundsobject.
-
hashCode
public int hashCode()
-