org.mobicents.protocols.smpp.gsm.ems
Class LargePicture

java.lang.Object
  extended by org.mobicents.protocols.smpp.gsm.AbstractHeaderElement
      extended by org.mobicents.protocols.smpp.gsm.ems.Picture
          extended by 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 $

Constructor Summary
LargePicture(BufferedImage image)
           
LargePicture(BufferedImage image, int position)
           
 
Method Summary
protected  void checkImage(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

LargePicture

public LargePicture(BufferedImage image,
                    int position)

LargePicture

public LargePicture(BufferedImage image)
Method Detail

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.