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)
-
LabelPrint()
- LabelPrintGen constructor comment.
-
decodeNDisplay()
- This method takes a base 64 encoded graphic image.
-
display()
- Insert the method's description here.
-
getImage()
- Insert the method's description here.
-
paint(Graphics)
- Insert the method's description here.
-
print()
- Insert the method's description here.
-
setImage(byte[])
- Insert the method's description here.
-
setImage(String)
- Insert the method's description here.
LabelPrint
public LabelPrint()
- LabelPrintGen constructor comment.
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
display
public void display()
- Insert the method's description here.
Creation date: (6/12/00 8:40:36 AM)
getImage
public String getImage()
- Insert the method's description here.
Creation date: (6/8/00 8:26:13 AM)
- Returns:
- java.lang.String
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
print
public void print()
- Insert the method's description here.
Creation date: (6/8/00 8:08:28 AM)
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[]
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