Class AspectRatio

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class AspectRatio
     implements Parcelable
                        

    Configuration of the finder's aspect ratio.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Double getWidth() Width component of the aspect ratio.
      final Unit setWidth(Double width) Width component of the aspect ratio.
      final Double getHeight() Height component of the aspect ratio.
      final Unit setHeight(Double height) Height component of the aspect ratio.
      • Methods inherited from class java.lang.Object

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