XpsBrush

Inheritance: java.lang.Object, com.aspose.xps.XpsObject

public abstract class XpsBrush extends XpsObject

封装所有画笔元素通用特性的类。

方法

方法描述
equals(Object arg0)
getClass()
getOpacity()返回定义画刷填充统一透明度的值。
hashCode()
notify()
notifyAll()
setOpacity(float value)设置定义画刷填充统一透明度的值。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOpacity()

public float getOpacity()

返回定义画刷填充统一透明度的值。

Returns: float - 定义画刷填充统一透明度的值。

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setOpacity(float value)

public void setOpacity(float value)

设置定义画刷填充统一透明度的值。

Parameters:

参数类型描述
float定义画刷填充统一透明度的值。

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int