Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common.ems
Class VariablePicture

java.lang.Object
  |
  +--oracle.panama.messaging.common.ems.EMSService
        |
        +--oracle.panama.messaging.common.ems.VariablePicture
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class VariablePicture
extends EMSService

EMS service: variable picture.

Author:
jxiang Modified by: vbarmola
See Also:
EMSService, Serialized Form

Constructor Summary
VariablePicture()
           

 

Method Summary
 byte[] getBytes()
           
 byte[] getData()
           
 void setHeight(byte height)
           
 void setPicture(byte[] pixels)
           
 void setWidth(byte width)
           
 int size()
           

 

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

VariablePicture

public VariablePicture()
Method Detail

setPicture

public void setPicture(byte[] pixels)

setHeight

public void setHeight(byte height)

setWidth

public void setWidth(byte width)

size

public int size()
Overrides:
size in class EMSService

getData

public byte[] getData()
Overrides:
getData in class EMSService

getBytes

public byte[] getBytes()
Overrides:
getBytes in class EMSService

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.