|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.manager.thumbnail.ThumbnailPlugInInfo
public final class 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. |
void |
setMaxFileSize(int nMaxFileSize)
Sets the maximum file size of the image for creating the thumbnail. |
void |
setWidth(int nWidth)
Sets the width of the thumbnail. |
| 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()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||