public class PMImageRequest extends PMHttpRequest
PMHttpRequest.HTTP_METHOD, PMHttpRequest.RESPONSE_TYPE| Constructor and Description |
|---|
PMImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap.Config |
getDecodeConfig() |
int |
getMaxHeight() |
int |
getMaxWidth() |
android.widget.ImageView.ScaleType |
getScaleType() |
void |
setDecodeConfig(android.graphics.Bitmap.Config decodeConfig) |
void |
setMaxHeight(int maxHeight) |
void |
setMaxWidth(int maxWidth) |
void |
setScaleType(android.widget.ImageView.ScaleType scaleType) |
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)
public int getMaxHeight()
public void setMaxHeight(int maxHeight)
public android.widget.ImageView.ScaleType getScaleType()
public void setScaleType(android.widget.ImageView.ScaleType scaleType)
public android.graphics.Bitmap.Config getDecodeConfig()
public void setDecodeConfig(android.graphics.Bitmap.Config decodeConfig)