Package 

Enum Anchor

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

    
    public enum Anchor
    extends Enum<Anchor>
                        

    枚举类,表示不同的锚点方向。

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      L

      左侧中点。

      B

      底部中点。

      R

      右侧中点。

      T

      顶部中点。

      LB

      左下角。

      RB

      右下角。

      RT

      右上角。

      LT

      左上角。

    • Method Summary

      Modifier and Type Method Description
      final Integer getPosition()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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