echopointng.able
Interface Alignable
- All Superinterfaces:
- Delegateable
- All Known Implementing Classes:
- DisplayLayoutData, ScrollableDisplayLayoutData
public interface Alignable
- extends Delegateable
The Alignable interface is used specify an Alignmeent value.
A given implemetor of this interface is free to only support a given
subset of Alignment values (for example Alignment.TOP but not Alignment.BOTTOM).
PROPERTY_ALIGNMENT
static final java.lang.String PROPERTY_ALIGNMENT
- See Also:
- Constant Field Values
getAlignment
Alignment getAlignment()
- Returns the Alignment in use
- Returns:
- the Alignment in use
setAlignment
void setAlignment(Alignment newValue)
- Sets the Alignment in use
- Parameters:
newValue - -
the Alignment to be used