Package 

Interface HorizontalInsets

    • Method Summary

      Modifier and Type Method Description
      abstract Unit set(Float start, Float end) Sets the start and end insets.
      abstract Unit setValuesIfGreater(Float start, Float end) For the start and end insets, updates the value of the inset to the corresponding provided value if the provided value is greater than the current value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setValuesIfGreater

         abstract Unit setValuesIfGreater(Float start, Float end)

        For the start and end insets, updates the value of the inset to the corresponding provided value if the provided value is greater than the current value.