ConvertUtil

遗产: java.lang.Object

public class ConvertUtil

提供帮助函数以在各种测量单位之间进行转换。

要了解更多信息,请访问Convert Between Measurement Units文档文章。

方法

方法描述
equals(Object arg0)
getClass()
hashCode()
inchToPoint(double inches)将英寸转换为磅。
millimeterToPoint(double millimeters)将毫米转换为磅。
notify()
notifyAll()
pixelToNewDpi(double pixels, double oldDpi, double newDpi)将像素从一种分辨率转换为另一种分辨率。
pixelToPoint(double pixels)将像素转换为点。
pixelToPoint(double pixels, double resolution)将像素转换为指定像素分辨率的点。
pointToInch(double points)将点转换为英寸。
pointToPixel(double points)将点转换为像素。
pointToPixel(double points, double resolution)将点转换为指定像素分辨率的像素。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

hashCode()

public native int hashCode()

退货: 整数

inchToPoint(double inches)

public static double inchToPoint(double inches)

将英寸转换为磅。

参数:

范围类型描述
inchesdouble要转换的值。 1 英寸等于 72 分。

退货: 双倍的

millimeterToPoint(double millimeters)

public static double millimeterToPoint(double millimeters)

将毫米转换为磅。

参数:

范围类型描述
millimetersdouble要转换的值。 1 英寸等于 25.4 毫米。 1 英寸等于 72 分。

退货: 双倍的

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

pixelToNewDpi(double pixels, double oldDpi, double newDpi)

public static int pixelToNewDpi(double pixels, double oldDpi, double newDpi)

将像素从一种分辨率转换为另一种分辨率。

参数:

范围类型描述
pixelsdouble要转换的值。
oldDpidouble当前的 dpi(每英寸点数)分辨率。
newDpidouble新的 dpi(每英寸点数)分辨率。

退货: 整数

pixelToPoint(double pixels)

public static double pixelToPoint(double pixels)

将像素转换为点。将像素转换为 96 dpi 的点。

参数:

范围类型描述
pixelsdouble要转换的值。 1 英寸等于 72 分。

退货: 双倍的

pixelToPoint(double pixels, double resolution)

public static double pixelToPoint(double pixels, double resolution)

将像素转换为指定像素分辨率的点。

参数:

范围类型描述
pixelsdouble要转换的值。
resolutiondoubledpi(每英寸点数)分辨率。 1 英寸等于 72 分。

退货: 双倍的

pointToInch(double points)

public static double pointToInch(double points)

将点转换为英寸。

参数:

范围类型描述
pointsdouble要转换的值。 1 英寸等于 72 分。

退货: 双倍的

pointToPixel(double points)

public static double pointToPixel(double points)

将点转换为像素。将点转换为 96 dpi 的像素。

参数:

范围类型描述
pointsdouble要转换的值。 1 英寸等于 72 分。

退货: 双倍的

pointToPixel(double points, double resolution)

public static double pointToPixel(double points, double resolution)

将点转换为指定像素分辨率的像素。

参数:

范围类型描述
pointsdouble要转换的值。
resolutiondoubledpi(每英寸点数)分辨率。 1 英寸等于 72 分。

退货: 双倍的

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