|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.gsm.AbstractHeaderElement
org.mobicents.protocols.smpp.gsm.ems.Picture
org.mobicents.protocols.smpp.gsm.ems.LargePicture
public class LargePicture
Implementation of a variable picture. See 3GPP TS 23.040 9.2.3.24.10.1.7.
| Constructor Summary | |
|---|---|
LargePicture(java.awt.image.BufferedImage image)
|
|
LargePicture(java.awt.image.BufferedImage image,
int position)
|
|
| Method Summary | |
|---|---|
protected void |
checkImage(java.awt.image.BufferedImage image)
Check if an image is ok to encode as this Picture type. |
| Methods inherited from class org.mobicents.protocols.smpp.gsm.ems.Picture |
|---|
doWrite, getData, getExtraHeaderSize, getLength, getPosition, setPosition, writeHeader |
| Methods inherited from class org.mobicents.protocols.smpp.gsm.AbstractHeaderElement |
|---|
equals, isComplete, isRecurring, postProcess, reset, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LargePicture(java.awt.image.BufferedImage image,
int position)
public LargePicture(java.awt.image.BufferedImage image)
| Method Detail |
|---|
protected void checkImage(java.awt.image.BufferedImage image)
Picture
checkImage in class Pictureimage - The image to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||