public interface SwingConstants
Modifier and Type | Field and Description |
---|---|
static int |
BOTTOM
用于指定箱底部的箱定向常数。
|
static int |
CENTER
区域中的中心位置。
|
static int |
EAST
指南针方向东(右)。
|
static int |
HORIZONTAL
水平方向。
|
static int |
LEADING
确定文本的领先优势,使用左到右和右到左的语言。
|
static int |
LEFT
用于指定框的左边的框定向常数。
|
static int |
NEXT
确定序列中的下一个方向。
|
static int |
NORTH
罗盘方向北(向上)。
|
static int |
NORTH_EAST
指南针方向东北(右上)。
|
static int |
NORTH_WEST
西北方向指南针(左上角)。
|
static int |
PREVIOUS
标识序列中的前一个方向。
|
static int |
RIGHT
用于指定框的右侧的框定向常数。
|
static int |
SOUTH
指南针方向南(下)。
|
static int |
SOUTH_EAST
罗盘方向东南(右下)。
|
static int |
SOUTH_WEST
指南针方向西南(左下)。
|
static int |
TOP
用于指定一个盒子的顶部的盒子定向常数。
|
static int |
TRAILING
标识用于左到右和右到左语言的文本的后边缘。
|
static int |
VERTICAL
垂直方向。
|
static int |
WEST
指南针方向西方(左)。
|
static final int CENTER
static final int TOP
static final int LEFT
static final int BOTTOM
static final int RIGHT
static final int NORTH
static final int NORTH_EAST
static final int EAST
static final int SOUTH_EAST
static final int SOUTH
static final int SOUTH_WEST
static final int WEST
static final int NORTH_WEST
static final int HORIZONTAL
static final int VERTICAL
static final int LEADING
static final int TRAILING
static final int NEXT
static final int PREVIOUS
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.