Underline
内容
[
隐藏
]遗产: java.lang.Object
public class Underline
指示应用于字体的下划线类型。
字段
场地 | 描述 |
---|---|
DASH | |
DASH_HEAVY | |
DASH_LONG | |
DASH_LONG_HEAVY | |
DOTTED | |
DOTTED_HEAVY | |
DOT_DASH | |
DOT_DASH_HEAVY | |
DOT_DOT_DASH | |
DOT_DOT_DASH_HEAVY | |
DOUBLE | |
NONE | |
SINGLE | |
THICK | |
WAVY | |
WAVY_DOUBLE | |
WAVY_HEAVY | |
WORDS | |
length |
方法
DASH
public static int DASH
DASH_HEAVY
public static int DASH_HEAVY
DASH_LONG
public static int DASH_LONG
DASH_LONG_HEAVY
public static int DASH_LONG_HEAVY
DOTTED
public static int DOTTED
DOTTED_HEAVY
public static int DOTTED_HEAVY
DOT_DASH
public static int DOT_DASH
DOT_DASH_HEAVY
public static int DOT_DASH_HEAVY
DOT_DOT_DASH
public static int DOT_DOT_DASH
DOT_DOT_DASH_HEAVY
public static int DOT_DOT_DASH_HEAVY
DOUBLE
public static int DOUBLE
NONE
public static int NONE
SINGLE
public static int SINGLE
THICK
public static int THICK
WAVY
public static int WAVY
WAVY_DOUBLE
public static int WAVY_DOUBLE
WAVY_HEAVY
public static int WAVY_HEAVY
WORDS
public static int WORDS
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String underlineName)
public static int fromName(String underlineName)
参数:
范围 | 类型 | 描述 |
---|---|---|
underlineName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int underline)
public static String getName(int underline)
参数:
范围 | 类型 | 描述 |
---|---|---|
underline | 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 underline)
public static String toString(int underline)
参数:
范围 | 类型 | 描述 |
---|---|---|
underline | 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 |