Class ParentFloatingBoundsSource

java.lang.Object
org.loboevolution.html.renderer.ParentFloatingBoundsSource
All Implemented Interfaces:
FloatingBoundsSource

public class ParentFloatingBoundsSource extends Object implements FloatingBoundsSource

ParentFloatingBoundsSource class.

  • Constructor Details

    • ParentFloatingBoundsSource

      public ParentFloatingBoundsSource(int blockShiftRight, int expectedWidth, int newX, int newY, FloatingBounds floatBounds)

      Constructor for ParentFloatingBoundsSource.

      Parameters:
      blockShiftRight - a Integer object.
      expectedWidth - a Integer object.
      newX - a Integer object.
      newY - a Integer object.
      floatBounds - a FloatingBounds object.
  • Method Details