TextBoxAnchor

遗产: java.lang.Object

public class TextBoxAnchor

指定用于形状文本垂直对齐的值。

字段

场地描述
BOTTOM文本与文本框的底部对齐。
BOTTOM_BASELINE文本与文本框的底部基线对齐。
BOTTOM_CENTERED文本与文本框的底部居中对齐。
BOTTOM_CENTERED_BASELINE文本与文本框的底部居中基线对齐。
MIDDLE文本与文本框的中间对齐。
MIDDLE_CENTERED文本与文本框的中间居中对齐。
TOP文本与文本框的顶部对齐。
TOP_BASELINE文本与文本框的顶部基线对齐。
TOP_CENTERED文本与文本框的顶部居中对齐。
TOP_CENTERED_BASELINE文本与文本框的顶部居中基线对齐。
length

方法

方法描述
equals(Object arg0)
fromName(String textBoxAnchorName)
getClass()
getName(int textBoxAnchor)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int textBoxAnchor)
wait()
wait(long arg0)
wait(long arg0, int arg1)

BOTTOM

public static int BOTTOM

文本与文本框的底部对齐。

BOTTOM_BASELINE

public static int BOTTOM_BASELINE

文本与文本框的底部基线对齐。

BOTTOM_CENTERED

public static int BOTTOM_CENTERED

文本与文本框的底部居中对齐。

BOTTOM_CENTERED_BASELINE

public static int BOTTOM_CENTERED_BASELINE

文本与文本框的底部居中基线对齐。

MIDDLE

public static int MIDDLE

文本与文本框的中间对齐。

MIDDLE_CENTERED

public static int MIDDLE_CENTERED

文本与文本框的中间居中对齐。

TOP

public static int TOP

文本与文本框的顶部对齐。

TOP_BASELINE

public static int TOP_BASELINE

文本与文本框的顶部基线对齐。

TOP_CENTERED

public static int TOP_CENTERED

文本与文本框的顶部居中对齐。

TOP_CENTERED_BASELINE

public static int TOP_CENTERED_BASELINE

文本与文本框的顶部居中基线对齐。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String textBoxAnchorName)

public static int fromName(String textBoxAnchorName)

参数:

范围类型描述
textBoxAnchorNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int textBoxAnchor)

public static String getName(int textBoxAnchor)

参数:

范围类型描述
textBoxAnchorint

退货: 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 textBoxAnchor)

public static String toString(int textBoxAnchor)

参数:

范围类型描述
textBoxAnchorint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int