ImageSize

遗产: java.lang.Object

public class ImageSize

包含有关图像大小和分辨率的信息。

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

构造器

构造函数描述
ImageSize(int widthPixels, int heightPixels)将宽度和高度初始化为给定的像素值。
ImageSize(int widthPixels, int heightPixels, double horizontalResolution, double verticalResolution)将宽度、高度和分辨率初始化为给定值。

方法

方法描述
equals(Object arg0)
getClass()
getHeightPixels()获取图像的高度(以像素为单位)。
getHeightPoints()获取图像的高度(以磅为单位)。
getHorizontalResolution()获取以 DPI 为单位的水平分辨率。
getVerticalResolution()获取 DPI 中的垂直分辨率。
getWidthPixels()获取图像的宽度(以像素为单位)。
getWidthPoints()以点为单位获取图像的宽度。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImageSize(int widthPixels, int heightPixels)

public ImageSize(int widthPixels, int heightPixels)

将宽度和高度初始化为给定的像素值。将分辨率初始化为 96 dpi。

参数:

范围类型描述
widthPixelsint以像素为单位的宽度。
heightPixelsint以像素为单位的高度。

ImageSize(int widthPixels, int heightPixels, double horizontalResolution, double verticalResolution)

public ImageSize(int widthPixels, int heightPixels, double horizontalResolution, double verticalResolution)

将宽度、高度和分辨率初始化为给定值。

参数:

范围类型描述
widthPixelsint以像素为单位的宽度。
heightPixelsint以像素为单位的高度。
horizontalResolutiondoubleDPI 中的水平分辨率。
verticalResolutiondoubleDPI 中的垂直分辨率。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getHeightPixels()

public int getHeightPixels()

获取图像的高度(以像素为单位)。

退货: int - 图像的高度(以像素为单位)。

getHeightPoints()

public double getHeightPoints()

获取图像的高度(以磅为单位)。 1 点是 1/72 英寸。

退货: double - 图像的高度(以磅为单位)。

getHorizontalResolution()

public double getHorizontalResolution()

获取以 DPI 为单位的水平分辨率。

退货: double - DPI 中的水平分辨率。

getVerticalResolution()

public double getVerticalResolution()

获取 DPI 中的垂直分辨率。

退货: double - DPI 中的垂直分辨率。

getWidthPixels()

public int getWidthPixels()

获取图像的宽度(以像素为单位)。

退货: int - 图像的宽度(以像素为单位)。

getWidthPoints()

public double getWidthPoints()

以点为单位获取图像的宽度。 1 点是 1/72 英寸。

退货: double - 图像的宽度(以磅为单位)。

hashCode()

public native 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