XpsLinearGradientBrush

Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsBrush, com.aspose.xps.XpsTransformableBrush, com.aspose.xps.XpsGradientBrush

public final class XpsLinearGradientBrush extends XpsGradientBrush

LinearGradientBrush プロパティ要素の機能をカプセル化するクラス。この要素はベクトルに沿った線形グラデーションブラシを指定するために使用されます。

メソッド

メソッド説明
deepClone()この線形グラデーションブラシを複製します。
equals(Object arg0)
getClass()
getColorInterpolationMode()色の補間に使用されるガンマ関数を指定する値を返します。
getEndPoint()線形グラデーションの終点を返します。
getGradientStops()グラデーションを構成するグラデーションストップのリストを返します。
getOpacity()ブラシの塗りの均一な透明度を定義する値を返します。
getSpreadMethod()ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を返します。
getStartPoint()線形グラデーションの始点を返します。
getTransform()ブラシの座標空間に適用される行列変換を返します。
hashCode()
notify()
notifyAll()
setColorInterpolationMode(XpsColorInterpolationMode value)色の補間に使用されるガンマ関数を指定する値を設定します。
setEndPoint(Point2D value)線形グラデーションの終点を取得/設定します。
setGradientStops(List value)グラデーションを構成するグラデーションストップのリストを設定します。
setOpacity(float value)ブラシの塗りの均一な透明度を定義する値を設定します。
setSpreadMethod(XpsSpreadMethod value)ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を設定します。
setStartPoint(Point2D value)線形グラデーションの始点を設定します。
setTransform(XpsMatrix value)ブラシの座標空間に適用される行列変換を設定します。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

deepClone()

public XpsLinearGradientBrush deepClone()

この線形グラデーションブラシを複製します。

Returns: XpsLinearGradientBrush - Clone of this linear gradient brush.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColorInterpolationMode()

public XpsColorInterpolationMode getColorInterpolationMode()

色の補間に使用されるガンマ関数を指定する値を返します。ガンマ調整は、指定されている場合、アルファ成分には適用しないでください。

Returns: XpsColorInterpolationMode - Value specifying the gamma function for color interpolation.

getEndPoint()

public Point2D getEndPoint()

線形グラデーションの終点を返します。

Returns: java.awt.geom.Point2D - 線形グラデーションの終点。

getGradientStops()

public List<XpsGradientStop> getGradientStops()

グラデーションを構成するグラデーションストップのリストを返します。

Returns: java.util.List<com.aspose.xps.XpsGradientStop> - グラデーションを構成するグラデーションストップのリスト。

getOpacity()

public float getOpacity()

ブラシの塗りの均一な透明度を定義する値を返します。

Returns: float - ブラシの塗りの均一な透明度を定義する値。

getSpreadMethod()

public XpsSpreadMethod getSpreadMethod()

ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を返します。

Returns: XpsSpreadMethod - Value describing how the brush should fill the content area outside of the primary, initial gradient area.

getStartPoint()

public Point2D getStartPoint()

線形グラデーションの始点を返します。

Returns: java.awt.geom.Point2D - 線形グラデーションの始点。

getTransform()

public XpsMatrix getTransform()

ブラシの座標空間に適用される行列変換を返します。Transform プロパティは現在の有効なレンダー変換と連結され、ブラシローカルの有効なレンダー変換を生成します。ブラシのビュー ポートはローカルの有効なレンダー変換を使用して変換されます。

Returns: XpsMatrix - The matrix transformation applied to the coordinate space of the brush.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColorInterpolationMode(XpsColorInterpolationMode value)

public void setColorInterpolationMode(XpsColorInterpolationMode value)

カラー補間のガンマ関数を指定する値を設定します。指定されている場合、ガンマ調整はアルファ成分には適用しないでください。

Parameters:

パラメータ説明
valueXpsColorInterpolationModeカラー補間のガンマ関数を指定する値。

setEndPoint(Point2D value)

public void setEndPoint(Point2D value)

線形グラデーションの終点を取得/設定します。

Parameters:

パラメータ説明
valuejava.awt.geom.Point2D線形グラデーションの終了点です。

setGradientStops(List value)

public void setGradientStops(List<XpsGradientStop> value)

グラデーションを構成するグラデーションストップのリストを設定します。

Parameters:

パラメータ説明
valuejava.util.List<com.aspose.xps.XpsGradientStop>グラデーションを構成するグラデーションストップのリスト。

setOpacity(float value)

public void setOpacity(float value)

ブラシの塗りの均一な透明度を定義する値を設定します。

Parameters:

パラメータ説明
valuefloatブラシの塗りの均一な透明度を定義する値。

setSpreadMethod(XpsSpreadMethod value)

public void setSpreadMethod(XpsSpreadMethod value)

ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を設定します。

Parameters:

パラメータ説明
valueXpsSpreadMethod一次的な初期グラデーション領域の外側のコンテンツ領域をブラシがどのように塗りつぶすかを示す値。

setStartPoint(Point2D value)

public void setStartPoint(Point2D value)

線形グラデーションの始点を設定します。

Parameters:

パラメータ説明
valuejava.awt.geom.Point2D線形グラデーションの開始点です。

setTransform(XpsMatrix value)

public void setTransform(XpsMatrix value)

ブラシの座標空間に適用される行列変換を設定します。Transform プロパティは現在の有効なレンダー変換と連結され、ブラシローカルの有効なレンダー変換を生成します。ブラシのビュー ポートはローカルの有効なレンダー変換を使用して変換されます。

Parameters:

パラメータ説明
valueXpsMatrixブラシの座標空間に適用される行列変換。

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