Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
F
H
I
K
L
N
P
Q
R
S
T
V
W
A
align(Pollexor.HorizontalAlign)
- Method in class com.squareup.pollexor.
Pollexor
Set the horizontal alignment for the image when cropping.
align(Pollexor.VerticalAlign)
- Method in class com.squareup.pollexor.
Pollexor
Set the vertical alignment for the image when cropping.
align(Pollexor.VerticalAlign, Pollexor.HorizontalAlign)
- Method in class com.squareup.pollexor.
Pollexor
Set the horizontal and vertical alignment for the image when cropping.
B
brightness(int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter increases or decreases the image brightness.
C
com.squareup.pollexor
- package com.squareup.pollexor
contrast(int)
- Static method in class com.squareup.pollexor.
Pollexor
The filter increases or decreases the image contrast.
crop(int, int, int, int)
- Method in class com.squareup.pollexor.
Pollexor
Crop the image between two points.
F
fill(int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter permit to return an image sized exactly as requested wherever is its ratio by filling with chosen color the missing parts.
filter(String...)
- Method in class com.squareup.pollexor.
Pollexor
Add one or more filters to the image.
fitIn()
- Method in class com.squareup.pollexor.
Pollexor
Contrain the image size inside the resized box, scaling as needed.
flipHorizontally()
- Method in class com.squareup.pollexor.
Pollexor
Flip the image horizontally.
flipVertically()
- Method in class com.squareup.pollexor.
Pollexor
Flip the image vertically.
frame(String)
- Static method in class com.squareup.pollexor.
Pollexor
This filter uses a 9-patch to overlay the image.
H
host(String)
- Method in class com.squareup.pollexor.
Pollexor
Set a host to prepend to URL for a full URL output.
I
image(String)
- Static method in class com.squareup.pollexor.
Pollexor
Start building an image URL for Thumbor.
K
key(String)
- Method in class com.squareup.pollexor.
Pollexor
Set a key for secure URL generation.
L
legacy()
- Method in class com.squareup.pollexor.
Pollexor
Use legacy encryption when constructing a safe URL.
N
noise(int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds noise to the image.
P
Pollexor
- Class in
com.squareup.pollexor
Fluent interface to create a URL appropriate for passing to Thumbor.
Pollexor.HorizontalAlign
- Enum in
com.squareup.pollexor
Horizontal alignment for crop positioning.
Pollexor.UnableToBuildException
- Exception in
com.squareup.pollexor
Exception denoting that a fatal error occurred while assembling the URL for the current configuration.
Pollexor.UnableToBuildException(String)
- Constructor for exception com.squareup.pollexor.
Pollexor.UnableToBuildException
Pollexor.UnableToBuildException(Throwable)
- Constructor for exception com.squareup.pollexor.
Pollexor.UnableToBuildException
Pollexor.VerticalAlign
- Enum in
com.squareup.pollexor
Vertical alignment for crop positioning.
Q
quality(int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter changes the overall quality of the JPEG image (does nothing for PNGs or GIFs).
R
resize(int, int)
- Method in class com.squareup.pollexor.
Pollexor
Resize picture to desired size.
rgb(int, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter changes the amount of color in each of the three channels.
roundCorner(int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds rounded corners to the image using the white as the background.
roundCorner(int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds rounded corners to the image using the specified color as the background.
roundCorner(int, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds rounded corners to the image using the specified color as the background.
S
sharpen(float, float, boolean)
- Static method in class com.squareup.pollexor.
Pollexor
This filter enhances apparent sharpness of the image.
smart()
- Method in class com.squareup.pollexor.
Pollexor
Use smart cropping for determining the important portion of an image.
stripicc()
- Static method in class com.squareup.pollexor.
Pollexor
This filter strips the ICC profile from the image.
T
toMeta()
- Method in class com.squareup.pollexor.
Pollexor
Build the metadata URL.
toMetaSafe()
- Method in class com.squareup.pollexor.
Pollexor
Build a safe version of the metadata URL.
toMetaUnsafe()
- Method in class com.squareup.pollexor.
Pollexor
Build an unsafe version of the metadata URL.
toString()
- Method in class com.squareup.pollexor.
Pollexor
toUrl()
- Method in class com.squareup.pollexor.
Pollexor
Build the URL.
toUrlSafe()
- Method in class com.squareup.pollexor.
Pollexor
Build a safe version of the URL.
toUrlUnsafe()
- Method in class com.squareup.pollexor.
Pollexor
Build an unsafe version of the URL.
V
valueOf(String)
- Static method in enum com.squareup.pollexor.
Pollexor.HorizontalAlign
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.squareup.pollexor.
Pollexor.VerticalAlign
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.squareup.pollexor.
Pollexor.HorizontalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.squareup.pollexor.
Pollexor.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
W
watermark(String)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image at (0, 0).
watermark(Pollexor)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image at (0, 0).
watermark(String, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image.
watermark(Pollexor, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image.
watermark(String, int, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image.
watermark(Pollexor, int, int, int)
- Static method in class com.squareup.pollexor.
Pollexor
This filter adds a watermark to the image.
A
B
C
F
H
I
K
L
N
P
Q
R
S
T
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012-2013
Square, Inc.
. All Rights Reserved.