org.posterita.util
Class AbstractPrintFormatter
java.lang.Object
org.posterita.util.AbstractPrintFormatter
- All Implemented Interfaces:
- IPrintFormatter
- Direct Known Subclasses:
- TMKInvoicePrintFormatter, TMKOrderPrintFormatter
public abstract class AbstractPrintFormatter
- extends Object
- implements IPrintFormatter
- Author:
- alok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_lineWidth
protected int _lineWidth
_halfLineWidth
protected int _halfLineWidth
_lineTop
protected String _lineTop
_lineBottom
protected String _lineBottom
_showLogo
protected boolean _showLogo
_showBarcode
protected boolean _showBarcode
_showDiscount
protected boolean _showDiscount
_showFooter
protected boolean _showFooter
_priceWithVat
protected boolean _priceWithVat
_footerMessage
protected String _footerMessage
trxName
protected String trxName
AbstractPrintFormatter
public AbstractPrintFormatter(String args)
getArgumentValue
public String getArgumentValue(String argumentName)
setArgumentValue
protected void setArgumentValue(String argumentName,
String value)
throws OperationException
- Throws:
OperationException
initFormatter
public void initFormatter()
AdemPiere