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

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.SmallPicture
All Implemented Interfaces:
HeaderElement

public class SmallPicture
extends Picture

Implementation of a variable picture. See 3GPP TS 23.040 9.2.3.24.10.1.9.

Version:
$Id: SmallPicture.java 484 2010-02-08 16:08:50Z orank $

Constructor Summary
SmallPicture(BufferedImage image)
           
SmallPicture(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

SmallPicture

public SmallPicture(BufferedImage image,
                    int position)

SmallPicture

public SmallPicture(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.