HorizontalAlignment
内容
[
隐藏
]遗产: java.lang.Object
public class HorizontalAlignment
指定浮动形状、文本框或浮动表格的水平对齐方式。
字段
场地 | 描述 |
---|---|
CENTER | 指定对象应相对于水平对齐基准居中。 |
DEFAULT | 如同NONE. |
INSIDE | 指定对象应位于水平对齐基准内。 |
LEFT | 指定对象应左对齐到水平对齐基准。 |
NONE | 对象被显式定位,通常使用它的Left财产。 |
OUTSIDE | 指定对象应位于水平对齐基准之外。 |
RIGHT | 指定对象应与水平对齐基准右对齐。 |
length |
方法
CENTER
public static int CENTER
指定对象应相对于水平对齐基准居中。
DEFAULT
public static int DEFAULT
如同NONE.
INSIDE
public static int INSIDE
指定对象应位于水平对齐基准内。
LEFT
public static int LEFT
指定对象应左对齐到水平对齐基准。
NONE
public static int NONE
对象被显式定位,通常使用它的Left财产。
OUTSIDE
public static int OUTSIDE
指定对象应位于水平对齐基准之外。
RIGHT
public static int RIGHT
指定对象应与水平对齐基准右对齐。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String horizontalAlignmentName)
public static int fromName(String horizontalAlignmentName)
参数:
范围 | 类型 | 描述 |
---|---|---|
horizontalAlignmentName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int horizontalAlignment)
public static String getName(int horizontalAlignment)
参数:
范围 | 类型 | 描述 |
---|---|---|
horizontalAlignment | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int horizontalAlignment)
public static String toString(int horizontalAlignment)
参数:
范围 | 类型 | 描述 |
---|---|---|
horizontalAlignment | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |