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