Uses of Class
com.squareup.pollexor.Pollexor.HorizontalAlign

Uses of Pollexor.HorizontalAlign in com.squareup.pollexor
 

Methods in com.squareup.pollexor that return Pollexor.HorizontalAlign
static Pollexor.HorizontalAlign Pollexor.HorizontalAlign.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Pollexor.HorizontalAlign[] Pollexor.HorizontalAlign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.squareup.pollexor with parameters of type Pollexor.HorizontalAlign
 Pollexor Pollexor.align(Pollexor.HorizontalAlign align)
          Set the horizontal alignment for the image when cropping.
 Pollexor Pollexor.align(Pollexor.VerticalAlign valign, Pollexor.HorizontalAlign halign)
          Set the horizontal and vertical alignment for the image when cropping.
 



Copyright © 2012-2013 Square, Inc.. All Rights Reserved.