Style Intelligence v12.0

inetsoft.report.painter
Class Barcode2of7Presenter

java.lang.Object
  extended by inetsoft.report.painter.AbstractBarcodePresenter
      extended by inetsoft.report.painter.Barcode2of7Presenter
All Implemented Interfaces:
Presenter, Serializable

public class Barcode2of7Presenter
extends AbstractBarcodePresenter

This presenter displays a string in the Codabar 2 of 7 symbology.

See Also:
Serialized Form

Constructor Summary
Barcode2of7Presenter()
           
 
Method Summary
protected  net.sourceforge.barbecue.Barcode createBarcode(String str)
          Create a barcode object.
 String getDisplayName()
          Get the display name of this presenter.
 
Methods inherited from class inetsoft.report.painter.AbstractBarcodePresenter
getBackground, getBarcodeSizeRate, getBarHeight, getBarWidth, getPreferredSize, getResolution, isFill, isPresenterOf, isPresenterOf, isRawDataRequired, paint, setBackground, setBarHeight, setBarWidth, setFont, setResolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Barcode2of7Presenter

public Barcode2of7Presenter()
Method Detail

createBarcode

protected net.sourceforge.barbecue.Barcode createBarcode(String str)
Create a barcode object.

Specified by:
createBarcode in class AbstractBarcodePresenter

getDisplayName

public String getDisplayName()
Get the display name of this presenter.

Returns:
a user-friendly name for this presenter.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.