| Modifier and Type | Method and Description |
|---|---|
static ThumborUrlBuilder.HorizontalAlign |
ThumborUrlBuilder.HorizontalAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThumborUrlBuilder.HorizontalAlign[] |
ThumborUrlBuilder.HorizontalAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThumborUrlBuilder |
ThumborUrlBuilder.align(ThumborUrlBuilder.HorizontalAlign align)
Set the horizontal alignment for the image when image gets cropped by resizing.
|
ThumborUrlBuilder |
ThumborUrlBuilder.align(ThumborUrlBuilder.VerticalAlign valign,
ThumborUrlBuilder.HorizontalAlign halign)
Set the horizontal and vertical alignment for the image when image gets cropped by resizing.
|
Copyright © 2012-2015 Square, Inc.. All Rights Reserved.