info.informatica.doc.style
Interface VAlignable


public interface VAlignable

To be implemented by document parts that can be vertically aligned.

Version:
1.00
Author:
amengual at informatica dot info

Field Summary
static int BOTTOM
           
static int MIDDLE
           
static int TOP
           
 
Method Summary
 void vAlign(int i)
          Sets the vertical alignment of the object.
 

Field Detail

MIDDLE

static final int MIDDLE
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values
Method Detail

vAlign

void vAlign(int i)
Sets the vertical alignment of the object.

Parameters:
i - one of the public constants specifying an alignment.