com.aspose.barcode
Class PZN

java.lang.Object
  extended by com.aspose.barcode.PZN

public class PZN
extends java.lang.Object


Constructor Summary
PZN(java.lang.String codeText, java.awt.Font codeTextFont, java.awt.Color codeTextColor, boolean codeTextVisible, int moduleWidth, int moduleHeight, boolean enableChecksum, int wideModuleWidth)
           
 
Method Summary
 void encode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PZN

public PZN(java.lang.String codeText,
           java.awt.Font codeTextFont,
           java.awt.Color codeTextColor,
           boolean codeTextVisible,
           int moduleWidth,
           int moduleHeight,
           boolean enableChecksum,
           int wideModuleWidth)
Method Detail

encode

public void encode()