|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImageRenderRequest
Represents a request to render a image.
| Method Summary | |
|---|---|
java.lang.String |
getImageFilePath()
Returns the impage file path. |
java.lang.String |
getImageName()
Return the image name. |
int |
getPadding()
Returns the padding. |
int |
getRequiredHeight()
Returns the required height. |
int |
getRequiredWidth()
Returns the required width. |
void |
setImageFielPath(java.lang.String imageFilePath)
Sets the image file path. |
void |
setImageName(java.lang.String imageName)
Sets the image name. |
void |
setPadding(int padding)
Sets the padding. |
void |
setRequiredHeight(int requiredHeight)
Sets the required height. |
void |
setRequiredWidth(int requiredWidth)
Sets the required width. |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getImageFilePath()
java.lang.String getImageName()
int getPadding()
int getRequiredHeight()
int getRequiredWidth()
void setImageFielPath(java.lang.String imageFilePath)
imageFilePath - the image file pathvoid setImageName(java.lang.String imageName)
imageName - the image namevoid setPadding(int padding)
padding - the paddingvoid setRequiredHeight(int requiredHeight)
requiredHeight - the required heightvoid setRequiredWidth(int requiredWidth)
requiredWidth - the required width
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||