Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
L
N
O
Q
R
S
T
V
W
A
align(ThumborUrlBuilder.HorizontalAlign)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Set the horizontal alignment for the image when cropping.
align(ThumborUrlBuilder.VerticalAlign)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Set the vertical alignment for the image when cropping.
align(ThumborUrlBuilder.VerticalAlign, ThumborUrlBuilder.HorizontalAlign)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Set the horizontal and vertical alignment for the image when cropping.
B
brightness(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter increases or decreases the image brightness.
buildImage(String)
- Method in class com.squareup.pollexor.
Thumbor
Begin building a url for this host with the specified image.
C
com.squareup.pollexor
- package com.squareup.pollexor
contrast(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
The filter increases or decreases the image contrast.
create(String)
- Static method in class com.squareup.pollexor.
Thumbor
Create a new instance for the specified host.
create(String, String)
- Static method in class com.squareup.pollexor.
Thumbor
Create a new instance for the specified host and encryption key.
crop(int, int, int, int)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Crop the image between two points.
E
equalize()
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter equalizes the color distribution in the image.
F
fill(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
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.
ThumborUrlBuilder
Add one or more filters to the image.
fitIn()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Contrain the image size inside the resized box, scaling as needed.
flipHorizontally()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Flip the image horizontally.
flipVertically()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Flip the image vertically.
format(ThumborUrlBuilder.ImageFormat)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
Specify the output format of the image.
frame(String)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter uses a 9-patch to overlay the image.
G
getHost()
- Method in class com.squareup.pollexor.
Thumbor
getKey()
- Method in class com.squareup.pollexor.
Thumbor
grayscale()
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter changes the image to grayscale.
L
legacy()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Use legacy encryption when constructing a safe URL.
N
noise(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds noise to the image.
O
ORIGINAL_SIZE
- Static variable in class com.squareup.pollexor.
ThumborUrlBuilder
Original size for image width or height.
Q
quality(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
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.
ThumborUrlBuilder
Resize picture to desired size.
rgb(int, int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter changes the amount of color in each of the three channels.
roundCorner(int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds rounded corners to the image using the white as the background.
roundCorner(int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
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.
ThumborUrlBuilder
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.
ThumborUrlBuilder
This filter enhances apparent sharpness of the image.
smart()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Use smart cropping for determining the important portion of an image.
stripicc()
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter strips the ICC profile from the image.
T
Thumbor
- Class in
com.squareup.pollexor
Representation of a remote
thumbor
installation.
ThumborUrlBuilder
- Class in
com.squareup.pollexor
Fluent interface to build a Thumbor URL.
ThumborUrlBuilder.HorizontalAlign
- Enum in
com.squareup.pollexor
Horizontal alignment for crop positioning.
ThumborUrlBuilder.ImageFormat
- Enum in
com.squareup.pollexor
Image formats supported by Thumbor.
ThumborUrlBuilder.TrimPixelColor
- Enum in
com.squareup.pollexor
Orientation from where to get the pixel color for trim.
ThumborUrlBuilder.VerticalAlign
- Enum in
com.squareup.pollexor
Vertical alignment for crop positioning.
toMeta()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build the metadata URL.
toMetaSafe()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build a safe version of the metadata URL.
toMetaUnsafe()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build an unsafe version of the metadata URL.
toString()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
toUrl()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build the URL.
toUrlSafe()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build a safe version of the URL.
toUrlUnsafe()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Build an unsafe version of the URL.
trim()
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Removing surrounding space in image.
trim(ThumborUrlBuilder.TrimPixelColor)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Removing surrounding space in image.
trim(ThumborUrlBuilder.TrimPixelColor, int)
- Method in class com.squareup.pollexor.
ThumborUrlBuilder
Removing surrounding space in image.
V
valueOf(String)
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.HorizontalAlign
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.TrimPixelColor
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.VerticalAlign
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.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.
ThumborUrlBuilder.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.TrimPixelColor
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.squareup.pollexor.
ThumborUrlBuilder.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.
ThumborUrlBuilder
This filter adds a watermark to the image at (0, 0).
watermark(ThumborUrlBuilder)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds a watermark to the image at (0, 0).
watermark(String, int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds a watermark to the image.
watermark(ThumborUrlBuilder, int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds a watermark to the image.
watermark(String, int, int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds a watermark to the image.
watermark(ThumborUrlBuilder, int, int, int)
- Static method in class com.squareup.pollexor.
ThumborUrlBuilder
This filter adds a watermark to the image.
A
B
C
E
F
G
L
N
O
Q
R
S
T
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012-2014
Square, Inc.
. All Rights Reserved.