Class UIViewContentMode


  • public final class UIViewContentMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Bottom  
      static long BottomLeft  
      static long BottomRight  
      static long Center
      contents remain same size. positioned adjusted.
      static long Left  
      static long Redraw
      redraw on bounds change (calls -setNeedsDisplay)
      static long Right  
      static long ScaleAspectFill
      contents scaled to fill with fixed aspect. some portion of content may be clipped.
      static long ScaleAspectFit
      contents scaled to fit with fixed aspect. remainder is transparent
      static long ScaleToFill  
      static long Top  
      static long TopLeft  
      static long TopRight  
    • Method Summary

      • Methods inherited from class java.lang.Object

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