Adempiere 3.4.0s

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

Field Summary
static String ABSBOTTOM
           
static String ABSMIDDLE
           
static String BASELINE
           
static String BOTTOM
           
static String CENTER
           
static String LEFT
           
static String MIDDLE
           
static String RIGHT
           
static String TEXTTOP
           
static String TOP
           
 
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.
 

Field Detail

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
Method Detail

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 3.4.0s

AdemPiere