Package 

Class YogaValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final float value
      public final YogaUnit unit
    • Constructor Summary

      Constructors 
      Constructor Description
      YogaValue(float value, YogaUnit unit)
    • Method Summary

      Modifier and Type Method Description
      boolean equals(Object other)
      int hashCode()
      String toString()
      static YogaValue parse(String s)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait