Method getVerticalAlignment()
Return type: int
Member of:
javax.swing.AbstractButton
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
liAlign = labObject.getVerticalAlignment();
2
button.getVerticalAlignment(), button.getHorizontalAlignment(),
3
b.getVerticalAlignment(),
4
b.getVerticalAlignment(), b.getHorizontalAlignment(),
5
b.getVerticalAlignment(), b.getHorizontalAlignment(),
6
b.getVerticalAlignment(), b.getHorizontalAlignment(),
7
vA = button.getVerticalAlignment();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.