com.upek.android.ptapi.struct
Class PtGuiSampleImage

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtGuiSampleImage
All Implemented Interfaces:
java.io.Serializable

public class PtGuiSampleImage
extends java.lang.Object
implements java.io.Serializable

GUI sample image

See Also:
Serialized Form

Field Summary
 int height
          Image height
 byte[] imageData
          Image data
 int width
          Image width
 
Constructor Summary
PtGuiSampleImage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public int height
Image height


imageData

public byte[] imageData
Image data


width

public int width
Image width

Constructor Detail

PtGuiSampleImage

public PtGuiSampleImage()