All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.LabelPrint

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.ups.xmlsdk.util.LabelPrint

public class LabelPrint
extends Frame
This Class will allow you to print a label image from a base64 encoded string generated by the FOSS system Creation date: (6/9/00 9:34:44 AM)


Constructor Index

 o LabelPrint()
LabelPrintGen constructor comment.

Method Index

 o decodeNDisplay()
This method takes a base 64 encoded graphic image.
 o display()
Insert the method's description here.
 o getImage()
Insert the method's description here.
 o paint(Graphics)
Insert the method's description here.
 o print()
Insert the method's description here.
 o setImage(byte[])
Insert the method's description here.
 o setImage(String)
Insert the method's description here.

Constructors

 o LabelPrint
 public LabelPrint()
LabelPrintGen constructor comment.

Methods

 o decodeNDisplay
 public void decodeNDisplay()
This method takes a base 64 encoded graphic image. The class is a controller class for printing the image. Creation date: (6/1/00 9:42:48 AM)

Parameters:
param - byte
 o display
 public void display()
Insert the method's description here. Creation date: (6/12/00 8:40:36 AM)

 o getImage
 public String getImage()
Insert the method's description here. Creation date: (6/8/00 8:26:13 AM)

Returns:
java.lang.String
 o paint
 public void paint(Graphics g)
Insert the method's description here. Creation date: (6/8/00 8:07:51 AM)

Parameters:
g - java.awt.Graphics
Overrides:
paint in class Container
 o print
 public void print()
Insert the method's description here. Creation date: (6/8/00 8:08:28 AM)

 o setImage
 public void setImage(byte imagedata[])
Insert the method's description here. Creation date: (6/12/00 8:37:08 AM)

Parameters:
imagedata - java.lang.Byte[]
 o setImage
 public void setImage(String newImage)
Insert the method's description here. Creation date: (6/8/00 8:26:13 AM)

Parameters:
newImage - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index