|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.reportdesigner.util.BarcodeFormat
StringFormat
Class to format String value
| Field Summary | |
static int |
BAR39
|
static int |
BAR39EXT
|
static int |
CODABAR
|
static int |
CODE11
|
static int |
CODE128
|
static int |
CODE93
|
static int |
EAN13
|
static int |
EAN8
|
static int |
IND25
|
static int |
INTERLEAVED25
|
static int |
MAT25
|
static int |
MSI
|
static int |
UPCA
|
static int |
UPCE
|
| Fields inherited from interface quadbase.reportdesigner.util.IFormat |
BARCODE, DATETIME, IMAGEURL, LOCALEDATETIME, LOCALENUMERIC, LOGICAL, NUMERIC, STRING, TEXTURL |
| Constructor Summary | |
BarcodeFormat(int format)
Create a BarcodeFormat instance |
|
| Method Summary | |
java.lang.String |
format(java.lang.Object obj)
Define quadbase.reportdesigner.util.IFormat |
int |
getformat()
Get the current format |
int |
getFormatType()
Define quadbase.reportdesigner.util.IFormat |
java.lang.String |
getTextFormat()
Internal use |
void |
setformat(int format)
Set logical format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int BAR39
public static final int BAR39EXT
public static final int CODE93
public static final int CODE128
public static final int UPCA
public static final int UPCE
public static final int EAN13
public static final int EAN8
public static final int INTERLEAVED25
public static final int CODE11
public static final int CODABAR
public static final int MSI
public static final int IND25
public static final int MAT25
| Constructor Detail |
public BarcodeFormat(int format)
format - one of the formats listed above (for example, BAR39, IPCA, CODABAR etc.)| Method Detail |
public int getFormatType()
Return the type of quadbase.reportdesigner.util.IFormat
getFormatType in interface IFormatpublic java.lang.String format(java.lang.Object obj)
Format the object if it is an instance of Boolean, otherwise call the default toString() method
format in interface IFormatobj - The target objectpublic java.lang.String getTextFormat()
getTextFormat in interface IFormatpublic int getformat()
return - current format, the symbology used to generate the bar codepublic void setformat(int format)
format - new format
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||