org.mobicents.protocols.smpp.gsm.ems
Class LargePicture
java.lang.Object
org.mobicents.protocols.smpp.gsm.AbstractHeaderElement
org.mobicents.protocols.smpp.gsm.ems.Picture
org.mobicents.protocols.smpp.gsm.ems.LargePicture
- All Implemented Interfaces:
- HeaderElement
public class LargePicture
- extends Picture
Implementation of a variable picture. See 3GPP TS 23.040 9.2.3.24.10.1.7.
- Version:
- $Id: LargePicture.java 484 2010-02-08 16:08:50Z orank $
|
Method Summary |
protected void |
checkImage(BufferedImage image)
Check if an image is ok to encode as this Picture type. |
LargePicture
public LargePicture(BufferedImage image,
int position)
LargePicture
public LargePicture(BufferedImage image)
checkImage
protected void checkImage(BufferedImage image)
- Description copied from class:
Picture
- Check if an image is ok to encode as this Picture type.
- Specified by:
checkImage in class Picture
- Parameters:
image - The image to check.
Copyright © 2011 Mobicents. All Rights Reserved.