2 * Copyright 2006, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
10 BAlignment::RelativeHorizontal() const
17 case B_ALIGN_HORIZONTAL_CENTER
:
21 return (float)horizontal
;
27 BAlignment::RelativeVertical() const
34 case B_ALIGN_VERTICAL_CENTER
:
38 return (float)vertical
;