PreferredWidth

遗产: java.lang.Object

public class PreferredWidth

表示一个值及其度量单位,用于指定表格或单元格的首选宽度。

要了解更多信息,请访问Working with Tables文档文章。

首选宽度可以指定为百分比、点数或特殊的“无/自动”值。

这个类的实例是不可变的。

字段

场地描述
AUTO返回一个表示“未指定首选宽度”值的实例。

方法

方法描述
equals(PreferredWidth other)确定指定的 PreferredWidth 值是否等于当前 PreferredWidth。
equals(Object obj)确定指定对象的值是否与当前对象相等。
fromPercent(double percent)一种创建方法,它返回一个新实例,该实例表示以百分比指定的首选宽度。
fromPoints(double points)一种创建方法,它返回一个新实例,该实例表示使用多个点指定的首选宽度。
getClass()
getType()获取用于此首选宽度值的度量单位。
getValue()获取首选宽度值。
hashCode()
notify()
notifyAll()
toString()返回显示此对象值的用户友好字符串。
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTO

public static PreferredWidth AUTO

返回一个表示“未指定首选宽度”值的实例。

equals(PreferredWidth other)

public boolean equals(PreferredWidth other)

确定指定的 PreferredWidth 值是否等于当前 PreferredWidth。

参数:

范围类型描述
otherPreferredWidth

退货: 布尔值

equals(Object obj)

public boolean equals(Object obj)

确定指定对象的值是否与当前对象相等。

参数:

范围类型描述
objjava.lang.Object

退货: 布尔值

fromPercent(double percent)

public static PreferredWidth fromPercent(double percent)

一种创建方法,它返回一个新实例,该实例表示以百分比指定的首选宽度。

参数:

范围类型描述
percentdouble该值必须介于 0 到 100 之间。

退货: PreferredWidth

fromPoints(double points)

public static PreferredWidth fromPoints(double points)

一种创建方法,它返回一个新实例,该实例表示使用多个点指定的首选宽度。

参数:

范围类型描述
pointsdouble该值必须介于 0 到 22 英寸(22* 72 分)。

退货: PreferredWidth

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getType()

public int getType()

获取用于此首选宽度值的度量单位。

退货: int - 用于此首选宽度值的度量单位。返回值是其中之一PreferredWidthType常数。

getValue()

public double getValue()

获取首选宽度值。计量单位在getType()财产。

退货: double - 首选宽度值。

hashCode()

public int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

返回显示此对象值的用户友好字符串。

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