|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alignment | |
|---|---|
| org.databene.commons.format | Provides implementation and framework for java.text.Format |
| org.databene.document.flat | Flat file processing |
| Uses of Alignment in org.databene.commons.format |
|---|
| Methods in org.databene.commons.format that return Alignment | |
|---|---|
Alignment |
PadFormat.getAlignment()
|
static Alignment |
Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.databene.commons.format with parameters of type Alignment | |
|---|---|
PadFormat(int length,
Alignment alignment,
char padChar)
|
|
PadFormat(int length,
int fractionDigits,
Alignment alignment,
char padChar)
|
|
PadFormat(int length,
int minimumFractionDigits,
int maximumFractionDigits,
Alignment alignment,
char padChar)
|
|
| Uses of Alignment in org.databene.document.flat |
|---|
| Methods in org.databene.document.flat that return Alignment | |
|---|---|
Alignment |
FlatFileColumnDescriptor.getAlignment()
|
| Constructors in org.databene.document.flat with parameters of type Alignment | |
|---|---|
FlatFileColumnDescriptor(int width,
Alignment alignment)
|
|
FlatFileColumnDescriptor(int width,
Alignment alignment,
char padChar)
|
|
FlatFileColumnDescriptor(java.lang.String name,
int width,
Alignment alignment)
|
|
FlatFileColumnDescriptor(java.lang.String name,
int width,
Alignment alignment,
char padChar)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||