com.java4less.rreport
Class RBarcoding

java.lang.Object
  |
  +--com.java4less.rreport.RObject
        |
        +--com.java4less.rreport.RBarcoding

public class RBarcoding
extends RObject

This object will display a barcode. Note that a separate license of RBarcode is needed for barcoding.


Field Summary
 com.java4less.rbarcode.BarCode barcode
          barcode object.
 
Fields inherited from class com.java4less.rreport.RObject
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, constant, DHTMLLink, fieldName, height, name, selectable, tooltip, triggerAction, visible, width, x, y
 
Constructor Summary
RBarcoding()
           
 
Method Summary
 void importLine(java.lang.String key, java.lang.String val)
          load properties from definition file.
 void print(java.awt.Graphics g, double px, double py, java.lang.Object Value)
          display barcode now
 void setruntimeValue(java.lang.Object Value)
          sets runtime value
 
Methods inherited from class com.java4less.rreport.RObject
canHTML, convertColor, convertDoubleList, convertFont, convertList, convertToCM, convertToPixels, createFile, getActivateAction, getdefaultValue, getruntimeValue, isConstant, isVisible, setActivateAction, setConstant, setdefaultValue, setVisible, toHTML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

barcode

public com.java4less.rbarcode.BarCode barcode
barcode object. See RBarcode documentation.
Constructor Detail

RBarcoding

public RBarcoding()
Method Detail

print

public void print(java.awt.Graphics g,
                  double px,
                  double py,
                  java.lang.Object Value)
display barcode now
Overrides:
print in class RObject

setruntimeValue

public void setruntimeValue(java.lang.Object Value)
sets runtime value
Overrides:
setruntimeValue in class RObject

importLine

public void importLine(java.lang.String key,
                       java.lang.String val)
load properties from definition file. Used by RReportImp.
Overrides:
importLine in class RObject