Package 

Enum LabelPosition

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum LabelPosition
    extends Enum<LabelPosition>
                        

    The legal positions of Labels, in relation to the view they're attached to. By default, labels are positioned to the LEFT of the view they're attached to.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer value
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RIGHT
      LEFT
    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      • Methods inherited from class java.lang.Object

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