Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.sms.nbs
Class Bitmap

java.lang.Object
  extended by ie.ncl.util.bin.Bitmap
      extended by ie.ncl.sms.nbs.Bitmap
All Implemented Interfaces:
java.io.Serializable

public class Bitmap
extends ie.ncl.util.bin.Bitmap

This class is used to create a bitmap that can be sent over the air to a mobile phone. It stores each pixel as a bit. A bit is set to represent a black pixel. When constructed from int[] pixels, each pixel which is non-zero is treated as white.

Author:
eoin curran
See Also:
Serialized Form

Constructor Summary
Bitmap(int[] pixels, int width, int height)
           
Bitmap(int[] pixels, int width, int height, int cutoffBrightness)
           
 
Method Summary
 
Methods inherited from class ie.ncl.util.bin.Bitmap
getArea, getBytes, getDepth, getHeight, getPixels, getPixels, getSquare, getThreshold, getWidth, main, setDepth, setHeight, setPixels, setThreshold, setWidth, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bitmap

public Bitmap(int[] pixels,
              int width,
              int height)

Bitmap

public Bitmap(int[] pixels,
              int width,
              int height,
              int cutoffBrightness)

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit