com.partnersoft.gui
Class PalmImage

java.lang.Object
  extended by com.partnersoft.gui.PalmImage

public class PalmImage
extends java.lang.Object

Converts a Java image to a bitmap format optimized for the Palm Map Viewer.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Field Summary
 byte[] bytes
           
 int height
           
 int stride
           
 int width
           
 
Constructor Summary
PalmImage(java.awt.Image image)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

stride

public int stride

bytes

public byte[] bytes
Constructor Detail

PalmImage

public PalmImage(java.awt.Image image)