public interface VAlignable
To be implemented by document parts that can be vertically aligned.
-
Field Summary
-
Method Summary
-
Field Details
-
MIDDLE
static final int MIDDLE- See Also:
-
TOP
static final int TOP- See Also:
-
BOTTOM
static final int BOTTOM- See Also:
-
-
Method Details
-
vAlign
void vAlign(int i) Sets the vertical alignment of the object.- Parameters:
i
- one of the public constants specifying an alignment.
-