Package 

Interface YogaBaselineFunction

    • Method Summary

      Modifier and Type Method Description
      abstract float baseline(YogaNode node, float width, float height) Return the baseline of the node in points.
      • Methods inherited from class java.lang.Object

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

      • baseline

         abstract float baseline(YogaNode node, float width, float height)

        Return the baseline of the node in points. When no baseline function is set the baselinedefault to the computed height of the node.