FontPitch

遗产: java.lang.Object

public class FontPitch

表示字体间距。间距指示字体是固定间距、按比例间隔还是依赖于默认设置。

字段

场地描述
DEFAULT指定没有关于字体间距的信息。
FIXED指定这是一个固定宽度的字体。
VARIABLE指定这是一个比例宽度字体。
length

方法

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

DEFAULT

public static int DEFAULT

指定没有关于字体间距的信息。

FIXED

public static int FIXED

指定这是一个固定宽度的字体。

VARIABLE

public static int VARIABLE

指定这是一个比例宽度字体。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String fontPitchName)

public static int fromName(String fontPitchName)

参数:

范围类型描述
fontPitchNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int fontPitch)

public static String getName(int fontPitch)

参数:

范围类型描述
fontPitchint

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

public static String toString(int fontPitch)

参数:

范围类型描述
fontPitchint

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