public class POBImageRequest extends POBHttpRequest
POBHttpRequest.HTTP_METHOD| Constructor and Description |
|---|
POBImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap.Config |
getDecodeConfig()
Returns the bitmap configuration describes how pixels are stored.
|
int |
getMaxHeight()
Returns the maximum height of an Image
|
int |
getMaxWidth()
Returns the maximum width of an Image
|
android.widget.ImageView.ScaleType |
getScaleType()
Returns the scale type
|
void |
setDecodeConfig(android.graphics.Bitmap.Config decodeConfig)
Sets the bitmap configuration describes how pixels are stored.
|
void |
setMaxHeight(int maxHeight)
Sets the maximum height of an Image
|
void |
setMaxWidth(int maxWidth)
Sets the maximum width of an Image
|
void |
setScaleType(android.widget.ImageView.ScaleType scaleType)
Sets the scale type
|
clone, getHeaders, getPostData, getRequestMethod, getRequestTag, getRetryBackoffMultiplier, getRetryCount, getTimeout, getUrl, setHeaders, setPostData, setRequestMethod, setRequestTag, setRetryBackoffMultiplier, setRetryCount, setTimeout, setUrl, toStringpublic int getMaxWidth()
public void setMaxWidth(int maxWidth)
maxWidth - maximum width of an Imagepublic int getMaxHeight()
public void setMaxHeight(int maxHeight)
maxHeight - maximum height of an Imagepublic android.widget.ImageView.ScaleType getScaleType()
public void setScaleType(android.widget.ImageView.ScaleType scaleType)
scaleType - the scale typepublic android.graphics.Bitmap.Config getDecodeConfig()
public void setDecodeConfig(android.graphics.Bitmap.Config decodeConfig)
decodeConfig - bitmap configuration