|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Pollexor in com.squareup.pollexor |
|---|
| Methods in com.squareup.pollexor that return Pollexor | |
|---|---|
Pollexor |
Pollexor.align(Pollexor.HorizontalAlign align)
Set the horizontal alignment for the image when cropping. |
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. |
Pollexor |
Pollexor.crop(int top,
int left,
int bottom,
int right)
Crop the image between two points. |
Pollexor |
Pollexor.filter(String... filters)
Add one or more filters to the image. |
Pollexor |
Pollexor.fitIn()
Contrain the image size inside the resized box, scaling as needed. |
Pollexor |
Pollexor.flipHorizontally()
Flip the image horizontally. |
Pollexor |
Pollexor.flipVertically()
Flip the image vertically. |
Pollexor |
Pollexor.host(String host)
Set a host to prepend to URL for a full URL output. |
static Pollexor |
Pollexor.image(String target)
Start building an image URL for Thumbor. |
Pollexor |
Pollexor.key(String key)
Set a key for secure URL generation. |
Pollexor |
Pollexor.legacy()
Use legacy encryption when constructing a safe URL. |
Pollexor |
Pollexor.resize(int width,
int height)
Resize picture to desired size. |
Pollexor |
Pollexor.smart()
Use smart cropping for determining the important portion of an image. |
| Methods in com.squareup.pollexor with parameters of type Pollexor | |
|---|---|
static String |
Pollexor.watermark(Pollexor image)
This filter adds a watermark to the image at (0, 0). |
static String |
Pollexor.watermark(Pollexor image,
int x,
int y)
This filter adds a watermark to the image. |
static String |
Pollexor.watermark(Pollexor image,
int x,
int y,
int transparency)
This filter adds a watermark to the image. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||