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

Uses of Pollexor.VerticalAlign in com.squareup.pollexor
 

Methods in com.squareup.pollexor that return Pollexor.VerticalAlign
static Pollexor.VerticalAlign Pollexor.VerticalAlign.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Pollexor.VerticalAlign[] Pollexor.VerticalAlign.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.VerticalAlign
 Pollexor Pollexor.align(Pollexor.VerticalAlign align)
          Set the vertical 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.