com.cete.dynamicpdf.pageelements.barcoding
Class Kix
java.lang.Object
   com.cete.dynamicpdf.PageElement
com.cete.dynamicpdf.PageElement
       com.cete.dynamicpdf.pageelements.TaggablePageElement
com.cete.dynamicpdf.pageelements.TaggablePageElement
           com.cete.dynamicpdf.pageelements.RotatingPageElement
com.cete.dynamicpdf.pageelements.RotatingPageElement
               com.cete.dynamicpdf.pageelements.barcoding.BarCode
com.cete.dynamicpdf.pageelements.barcoding.BarCode
                   com.cete.dynamicpdf.pageelements.barcoding.TextBarCode
com.cete.dynamicpdf.pageelements.barcoding.TextBarCode
                       com.cete.dynamicpdf.pageelements.barcoding.Kix
com.cete.dynamicpdf.pageelements.barcoding.Kix
- All Implemented Interfaces: 
- ICoordinate
- public class Kix 
- extends TextBarCode
 This class can be used to place a Kix(Royal TNT Post) barcode on a page.
 Licensing:
This class is a DynamicPDF Generator Enterprise Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
 - DynamicPDF Generator Enterprise Edition
- DynamicPDF Merger Enterprise Edition
View Example
| Constructor Summary | 
| Kix(java.lang.String value,
    float x,
    float y)Creates a new instance of
 Kix. | 
| Kix(java.lang.String value,
    float x,
    float y,
    boolean showText)Creates a new instance of
 Kix. | 
 
| Method Summary | 
| protected  void | drawBarCode(PageWriter writer)Draws the barcode to the given PageWriter object.
 | 
|  float | getSymbolWidth()Gets the width required to display the full barcode.
 | 
 
 
| Methods inherited from class com.cete.dynamicpdf.pageelements.barcoding.BarCode | 
| drawRotated, getColor, getPixelsPerXDimension, getValue, getXDimension, getXDimensionMilliMeters, getXDimensionMils, getXDimensionsPerCentiMeter, getXDimensionsPerInch, setColor, setPixelsPerXDimension, setValue, setXDimension, setXDimensionMilliMeters, setXDimensionMils, setXDimensionsPerCentiMeter, setXDimensionsPerInch | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
Kix
public Kix(java.lang.String value,
           float x,
           float y)
- Creates a new instance of Kix.
 
- Parameters:
- value- The value of the barcode.
- x- The X coordinate of the barcode.
- y- The Y coordinate of the barcode.
 
Kix
public Kix(java.lang.String value,
           float x,
           float y,
           boolean showText)
- Creates a new instance of Kix.
 
- Parameters:
- value- The value of the barcode.
- x- The X coordinate of the barcode.
- y- The Y coordinate of the barcode.
- showText- true to display value of barcode as text.
 Otherwise, display barcode only.
 
getSymbolWidth
public float getSymbolWidth()
- Gets the width required to display the full barcode.
 
- 
- Specified by:
- getSymbolWidthin class- BarCode
 
- 
- Returns:
- a value representing the required width.
 
drawBarCode
protected void drawBarCode(PageWriter writer)
- Draws the barcode to the given PageWriter object.
 
- 
- Specified by:
- drawBarCodein class- BarCode
 
- 
- Parameters:
- writer- PageWriter object to receive the page element's output.
- See Also:
- PageWriter
 
API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019 
 © Copyright 2019, ceTe Software