|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.common.ems.EMSService
oracle.panama.messaging.common.ems.VariablePicture
EMS service: variable picture.
EMSService, Serialized Form| Constructor Summary | |
VariablePicture() |
|
| Method Summary | |
byte[] |
getBytes()Gets the header part of variable picture service. |
byte[] |
getData()Gets the data part of variable picture service. |
void |
setHeight(byte height)Sets the height of the picture |
void |
setPicture(byte[] pixels)Sets the picture data. |
void |
setWidth(byte width)Sets width of the picture |
int |
size()Gets the size of the Variable picture service. |
| Methods inherited from class oracle.panama.messaging.common.ems.EMSService |
compareTo, getLength, getPosition, setLength, setPosition |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VariablePicture()
| Method Detail |
public byte[] getBytes()
getBytes in class EMSServicepublic byte[] getData()
getData in class EMSServicepublic void setHeight(byte height)
height - of the picture.public void setPicture(byte[] pixels)
pixels - representing the picture data.public void setWidth(byte width)
width - of the picture.public int size()
size in class EMSService
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||