XpsGradientStop

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

public final class XpsGradientStop extends XpsObject

GradientStop 要素の機能をカプセル化するクラス。この要素は LinearGradientBrush と RadialGradientBrush の両方で使用され、グラデーションの描画時に色の進行位置と範囲を定義します。

メソッド

メソッド説明
deepClone()この gradient stop をクローンします。
equals(Object arg0)
getClass()
getColor()gradient stop の色を返します。
getOffset()gradient offset を返します。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

deepClone()

public XpsGradientStop deepClone()

この gradient stop をクローンします。

Returns: XpsGradientStop - Clone of this gradient stop.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメータ説明
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public XpsColor getColor()

gradient stop の色を返します。

Returns: XpsColor - The gradient stop color.

getOffset()

public float getOffset()

gradient offset を返します。offset は、グラデーションの進行に沿って色が指定される点を示します。進行中の gradient offset 間の色は補間されます。

Returns: float - gradient offset。

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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