Interface FloatDistances

All Known Implementing Classes:
InlineBoxing.DynamicFloatDistances, InlineBoxing.StaticFloatDistances

public interface FloatDistances
A bean containing the distances that floated content takes up as measured from the left and right content edge of the containing block. Line boxes use this information to figure out where they need to position themselves within their containing block box.
  • Method Details

    • leftFloatDistance

      int leftFloatDistance()
    • rightFloatDistance

      int rightFloatDistance()