Package 

Enum ScaleType

    • Method Summary

      Modifier and Type Method Description
      static ScaleType fromOrdinal(int ordinal) Retrieves the ScaleType with the specified ordinal.
      • Methods inherited from class java.lang.Object

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

      • fromOrdinal

        @NonNull() static ScaleType fromOrdinal(int ordinal)

        Retrieves the ScaleType with the specified ordinal. If the ordinal is outside the allowed ordinals then NONE will be returned

        Parameters:
        ordinal - The ordinal value for the to retrieve