|
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
java.util.Dictionary
java.util.Hashtable
oracle.panama.messaging.common.Graphics
This class can be used to create Graphics object that can be sent as OTA Settings.
| Field Summary | |
static java.lang.String |
GRAPHICSKey for Graphics. |
static java.lang.String |
GRAPHICS_ENC_OTA_ASCIIDefines OTA ASCII graphics encoding. |
static java.lang.String |
GRAPHICS_ENCODINGKey for graphics encoding. |
static java.lang.String |
GRAPHICS_HEIGHTKey for graphics height. |
static java.lang.String |
GRAPHICS_TYPEKey for graphics type. |
static java.lang.String |
GRAPHICS_WIDTHKey for graphics width. |
static java.lang.String |
GROUP_GRAPHICSDefines Group graphics graphics type. |
static java.lang.String |
MIMEMIME type Graphics OTA Setting. |
static java.lang.String |
OPERATORKey for operator. |
static java.lang.String |
OPERATOR_LOGODefines Operator logo graphics type.. |
static java.lang.String |
PHONE_MODELKey for phone model. |
static java.lang.String |
PICTURE_MESSAGEDefines Picture message graphics type. |
| Constructor Summary | |
Graphics()Constructor. |
|
| Method Summary | |
void |
setGraphics(java.lang.String image)Set the required graphics as a string. |
void |
setGraphicsEncoding(java.lang.String enc)Set the required graphics encoding format. |
void |
setGraphicsHeight(int height)If the encoding is not OTA_ASCII, the height of the bitmap is required. |
void |
setGraphicsType(java.lang.String type)Set the required graphics type. |
void |
setGraphicsWidth(int width)If the encoding is not OTA_ASCII, the width of the bitmap is required. |
void |
setOperator(java.lang.String operator)If the encoding is not OTA_ASCII, and the graphcs is of type OPERATOR_LOGO, the operator name is required. |
void |
setPhoneModel(java.lang.String model)Set the required phone model. |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String GRAPHICS
public static final java.lang.String GRAPHICS_ENC_OTA_ASCII
public static final java.lang.String GRAPHICS_ENCODING
public static final java.lang.String GRAPHICS_HEIGHT
public static final java.lang.String GRAPHICS_TYPE
public static final java.lang.String GRAPHICS_WIDTH
public static final java.lang.String GROUP_GRAPHICS
public static final java.lang.String MIME
public static final java.lang.String OPERATOR
public static final java.lang.String OPERATOR_LOGO
public static final java.lang.String PHONE_MODEL
public static final java.lang.String PICTURE_MESSAGE
| Constructor Detail |
public Graphics()
| Method Detail |
public void setGraphics(java.lang.String image)
image - the graphics.public void setGraphicsEncoding(java.lang.String enc)
public void setGraphicsHeight(int height)
public void setGraphicsType(java.lang.String type)
public void setGraphicsWidth(int width)
public void setOperator(java.lang.String operator)
public void setPhoneModel(java.lang.String model)
|
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 | |||||||||