com.jrefinery.report.ext.barcode
Class Barcode128Raw

java.lang.Object
  |
  +--com.jrefinery.report.ext.barcode.Barcode
        |
        +--com.jrefinery.report.ext.barcode.Barcode128
              |
              +--com.jrefinery.report.ext.barcode.Barcode128Raw
All Implemented Interfaces:
java.lang.Cloneable

public class Barcode128Raw
extends Barcode128


Field Summary
 
Fields inherited from class com.jrefinery.report.ext.barcode.Barcode128
CODE_AB_TO_C, CODE_AC_TO_B, CODE_BC_TO_A, FNC1, START_A, START_B, START_C
 
Fields inherited from class com.jrefinery.report.ext.barcode.Barcode
DEFAULT_FONT
 
Constructor Summary
Barcode128Raw()
           
 
Method Summary
 java.lang.String getRawText()
           
 java.lang.String getStrippedCode()
           
 
Methods inherited from class com.jrefinery.report.ext.barcode.Barcode128
createImageWithBarcode, getBarcodeSize, getBarsCode128Raw, getRawText, isUccCode, setUccCode
 
Methods inherited from class com.jrefinery.report.ext.barcode.Barcode
clone, getBarHeight, getBaseline, getCode, getFont, getFontAscent, getFontDescent, getMinWidth, getTextAlignment, isDisplayChecksumText, isGenerateChecksum, setBarHeight, setBaseline, setCode, setDisplayChecksumText, setFont, setGenerateChecksum, setMinWidth, setTextAlignment
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Barcode128Raw

public Barcode128Raw()
Method Detail

getStrippedCode

public java.lang.String getStrippedCode()
Overrides:
getStrippedCode in class Barcode128

getRawText

public java.lang.String getRawText()
Overrides:
getRawText in class Barcode128