DownsampleOptions

遗产: java.lang.Object

public class DownsampleOptions

允许指定下采样选项。

要了解更多信息,请访问Save a Document文档文章。

方法

方法描述
equals(Object arg0)
getClass()
getDownsampleImages()指定是否应对图像进行下采样。
getResolution()指定分辨率(以每英寸像素为单位),图像应被缩减到该分辨率。
getResolutionThreshold()以每英寸像素数指定阈值分辨率。
hashCode()
notify()
notifyAll()
setDownsampleImages(boolean value)指定是否应对图像进行下采样。
setResolution(int value)指定分辨率(以每英寸像素为单位),图像应被缩减到该分辨率。
setResolutionThreshold(int value)以每英寸像素数指定阈值分辨率。
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

getDownsampleImages()

public boolean getDownsampleImages()

指定是否应对图像进行下采样。默认值是true 。

退货: boolean - 相应的布尔值。

getResolution()

public int getResolution()

指定分辨率(以每英寸像素为单位),图像应被缩减到该分辨率。默认值为 220 ppi。

退货: int - 相应的 int 值。

getResolutionThreshold()

public int getResolutionThreshold()

以每英寸像素数指定阈值分辨率。如果文档中图像的分辨率小于阈值,则不会应用下采样算法。值为 0 表示不使用阈值检查,并且对所有可以缩小尺寸的图像进行下采样。默认值为 0。

退货: int - 相应的 int 值。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDownsampleImages(boolean value)

public void setDownsampleImages(boolean value)

指定是否应对图像进行下采样。默认值是true 。

参数:

范围类型描述
valueboolean对应的布尔值。

setResolution(int value)

public void setResolution(int value)

指定分辨率(以每英寸像素为单位),图像应被缩减到该分辨率。默认值为 220 ppi。

参数:

范围类型描述
valueint对应的int值。

setResolutionThreshold(int value)

public void setResolutionThreshold(int value)

以每英寸像素数指定阈值分辨率。如果文档中图像的分辨率小于阈值,则不会应用下采样算法。值为 0 表示不使用阈值检查,并且对所有可以缩小尺寸的图像进行下采样。默认值为 0。

参数:

范围类型描述
valueint对应的int值。

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