| Package | Description |
|---|---|
| at.mukprojects.giphy4j.entity.giphy |
| Modifier and Type | Method and Description |
|---|---|
GiphyImage |
GiphyContainer.getDownsized()
File size is under 1.5mb.
|
GiphyImage |
GiphyContainer.getDownsizedLarge()
File size is under 8mb.
|
GiphyImage |
GiphyContainer.getDownsizedMedium()
File size is under 5mb.
|
GiphyImage |
GiphyContainer.getDownsizedStill()
Returns a static preview image for the downsized image.
|
GiphyImage |
GiphyContainer.getFixedHeight()
Returns the image with fixed height.
|
GiphyImage |
GiphyContainer.getFixedHeightDownsampled()
Height is set to 200px.
|
GiphyImage |
GiphyContainer.getFixedHeightSmall()
Returns the image with fixed height .
|
GiphyImage |
GiphyContainer.getFixedHeightSmallStill()
Returns a static preview image for fixed_height_small.
|
GiphyImage |
GiphyContainer.getFixedHeightStill()
Returns a static preview image for fixed_height.
|
GiphyImage |
GiphyContainer.getFixedWidth()
Returns the image with fixed width .
|
GiphyImage |
GiphyContainer.getFixedWidthDownsampled()
Width set to 200px.
|
GiphyImage |
GiphyContainer.getFixedWidthSmall()
Returns the image with fixed width.
|
GiphyImage |
GiphyContainer.getFixedWidthSmallStill()
Returns a static preview image for fixed_width_small.
|
GiphyImage |
GiphyContainer.getFixedWidthStill()
Returns a static preview image for fixed_width.
|
GiphyImage |
GiphyContainer.getLooping()
Returns a looping image.
|
GiphyImage |
GiphyContainer.getOriginalStill()
Returns a static preview image for the original image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GiphyContainer.setDownsized(GiphyImage downsized)
Sets the downsized image.
|
void |
GiphyContainer.setDownsizedLarge(GiphyImage downsizedLarge)
Sets the downsized image.
|
void |
GiphyContainer.setDownsizedMedium(GiphyImage downsizedMedium)
Sets the downsized image.
|
void |
GiphyContainer.setDownsizedStill(GiphyImage downsizedStill)
Sets the static preview image for the downsized image.
|
void |
GiphyContainer.setFixedHeight(GiphyImage fixedHeight)
Sets the image with fixed height.
|
void |
GiphyContainer.setFixedHeightDownsampled(GiphyImage fixedHeightDownsampled)
Sets the the reduced image.
|
void |
GiphyContainer.setFixedHeightSmall(GiphyImage fixedHeightSmall)
Sets the image with fixed height.
|
void |
GiphyContainer.setFixedHeightSmallStill(GiphyImage fixedHeightSmallStill)
Sets the static preview image for fixed_height_small.
|
void |
GiphyContainer.setFixedHeightStill(GiphyImage fixedHeightStill)
Sets the static preview image for fixed_height.
|
void |
GiphyContainer.setFixedWidth(GiphyImage fixedWidth)
Sets the image with fixed width.
|
void |
GiphyContainer.setFixedWidthDownsampled(GiphyImage fixedWidthDownsampled)
Sets the the reduced image.
|
void |
GiphyContainer.setFixedWidthSmall(GiphyImage fixedWidthSmall)
Sets the image with fixed width.
|
void |
GiphyContainer.setFixedWidthSmallStill(GiphyImage fixedWidthSmallStill)
Sets the static preview image for fixed_width_small.
|
void |
GiphyContainer.setFixedWidthStill(GiphyImage fixedWidthStill)
Sets the static preview image for fixed_width.
|
void |
GiphyContainer.setLooping(GiphyImage looping)
Sets the looping image.
|
void |
GiphyContainer.setOriginalStill(GiphyImage originalStill)
Sets the static preview image.
|
Copyright © 2016 MuK Projects. All rights reserved.