|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jbarcodebean.BarcodeElement
public class BarcodeElement
Class representing a single barcode module (bar or space).
Field Summary | |
---|---|
static int |
TYPE_BAR
|
static int |
TYPE_SPACE
|
Constructor Summary | |
---|---|
BarcodeElement(int type,
int width)
|
Method Summary | |
---|---|
int |
getType()
|
int |
getWidth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_BAR
public static final int TYPE_SPACE
Constructor Detail |
---|
public BarcodeElement(int type, int width)
Method Detail |
---|
public int getWidth()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |