|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.images.ImageConversionRequest
Defines one Image convert request.
| Constructor Summary | |
ImageConversionRequest(List params,
byte[] in,
String format,
MMObjectNode icacheNode)
|
|
| Method Summary | |
int |
count()
Returns how many request are waiting for the result of this image transformation. |
byte[] |
getInput()
The byte[] on which the conversion must happen. |
String |
getInputFormat()
|
MMObjectNode |
getNode()
The icache node in which the conversion results must be stored. |
List |
getParams()
The parameters describing the conversion. |
void |
ready()
|
String |
toString()
|
void |
waitForConversion()
Waits until the conversion result is ready. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImageConversionRequest(List params,
byte[] in,
String format,
MMObjectNode icacheNode)
| Method Detail |
public List getParams()
public byte[] getInput()
public MMObjectNode getNode()
public String getInputFormat()
public void waitForConversion()
public void ready()
public int count()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||