|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.BaselineAlignment
public class BaselineAlignment
Enumeration for the alignment of bars when the heights are not uniform.
Field Summary | |
---|---|
static BaselineAlignment |
ALIGN_BOTTOM
The bars are aligned to be even along the bottom. |
static BaselineAlignment |
ALIGN_TOP
The bars are aligned to be even along the top. |
Constructor Summary | |
---|---|
protected |
BaselineAlignment(java.lang.String name)
Creates a new BaselineAlignment instance. |
Method Summary | |
---|---|
static BaselineAlignment |
byName(java.lang.String name)
Returns a BaselineAlignment instance by name. |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BaselineAlignment ALIGN_TOP
public static final BaselineAlignment ALIGN_BOTTOM
Constructor Detail |
---|
protected BaselineAlignment(java.lang.String name)
name
- the name for the instanceMethod Detail |
---|
public java.lang.String getName()
public static BaselineAlignment byName(java.lang.String name)
name
- the name of the instance
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |