|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alignment | |
|---|---|
| net.sf.jett.model | Provides value objects for JETT processing and enumerated objects for things like style values. |
| Uses of Alignment in net.sf.jett.model |
|---|
| Methods in net.sf.jett.model that return Alignment | |
|---|---|
Alignment |
Style.getAlignment()
Returns the horizontal alignment. |
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're declared. |
| Methods in net.sf.jett.model with parameters of type Alignment | |
|---|---|
void |
Style.setAlignment(Alignment alignment)
Sets the horizontal alignment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||