org.apache.ecs
Interface AlignType
public interface AlignType
This interface is intended to be implemented by elements that require
alignment attributes.
- Version:
- $Id: AlignType.java,v 1.2 2006/07/30 00:54:03 jjanke Exp $
- Author:
- Stephan Nagy, Jon S. Stevens
|
Method Summary |
void |
setAlign(String alignment)
make sure implementing classes have a setAlign method. |
void |
setVAlign(String alignment)
make sure implementing classes have a setVAlign method. |
CENTER
static final String CENTER
- See Also:
- Constant Field Values
TOP
static final String TOP
- See Also:
- Constant Field Values
BOTTOM
static final String BOTTOM
- See Also:
- Constant Field Values
ABSBOTTOM
static final String ABSBOTTOM
- See Also:
- Constant Field Values
ABSMIDDLE
static final String ABSMIDDLE
- See Also:
- Constant Field Values
TEXTTOP
static final String TEXTTOP
- See Also:
- Constant Field Values
LEFT
static final String LEFT
- See Also:
- Constant Field Values
RIGHT
static final String RIGHT
- See Also:
- Constant Field Values
MIDDLE
static final String MIDDLE
- See Also:
- Constant Field Values
BASELINE
static final String BASELINE
- See Also:
- Constant Field Values
setAlign
void setAlign(String alignment)
- make sure implementing classes have a setAlign method.
setVAlign
void setVAlign(String alignment)
- make sure implementing classes have a setVAlign method.
AdemPiere