|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.manager.thumbnail.ThumbnailPlugInInfo
The ThumbnailFilterInfo is used to get additional information for an image filter...
Copyright (c) SAP AG 2003
| Constructor Summary | |
ThumbnailPlugInInfo()
|
|
| Method Summary | |
int |
getHeight()
Gets the height of the thumbnail. |
int |
getMaxFileSize()
Gets the maximum file size of the image for creating the thumbnail. |
int |
getWidth()
Gets the width of the thumbnail. |
void |
setHeight(int nHeight)
Sets the height of the thumbnail. (using this method has no effect) |
void |
setMaxFileSize(int nMaxFileSize)
Sets the maximum file size of the image for creating the thumbnail. (using this method has no effect) |
void |
setWidth(int nWidth)
Sets the width of the thumbnail. (using this method has no effect) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ThumbnailPlugInInfo()
| Method Detail |
public void setWidth(int nWidth)
nWidth - The requested width of the imagepublic int getWidth()
public void setHeight(int nHeight)
nHeight - The requested height of the imagepublic int getHeight()
public void setMaxFileSize(int nMaxFileSize)
nMaxFileSize - The maximum file size in kByte. If the memory consumption is bigger, no image should be generated.public int getMaxFileSize()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||