XpsGradientBrush
Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsBrush, com.aspose.xps.XpsTransformableBrush
public abstract class XpsGradientBrush extends XpsTransformableBrush
LinerGradientBrush と RadialGradientBrush 要素の共通機能をカプセル化するクラス。
メソッド
| メソッド | 説明 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getColorInterpolationMode() | 色の補間に使用されるガンマ関数を指定する値を返します。 |
| getGradientStops() | グラデーションを構成するグラデーションストップのリストを返します。 |
| getOpacity() | ブラシの塗りの均一な透明度を定義する値を返します。 |
| getSpreadMethod() | ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を返します。 |
| getTransform() | ブラシの座標空間に適用される行列変換を返します。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setColorInterpolationMode(XpsColorInterpolationMode value) | 色の補間に使用されるガンマ関数を指定する値を設定します。 |
| setGradientStops(List | グラデーションを構成するグラデーションストップのリストを設定します。 |
| setOpacity(float value) | ブラシの塗りの均一な透明度を定義する値を設定します。 |
| setSpreadMethod(XpsSpreadMethod value) | ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を設定します。 |
| setTransform(XpsMatrix value) | ブラシの座標空間に適用される行列変換を設定します。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | java.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.
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.
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:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | XpsColorInterpolationMode | カラー補間のガンマ関数を指定する値。 |
setGradientStops(List value)
public void setGradientStops(List<XpsGradientStop> value)
グラデーションを構成するグラデーションストップのリストを設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | java.util.List<com.aspose.xps.XpsGradientStop> | グラデーションを構成するグラデーションストップのリスト。 |
setOpacity(float value)
public void setOpacity(float value)
ブラシの塗りの均一な透明度を定義する値を設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | float | ブラシの塗りの均一な透明度を定義する値。 |
setSpreadMethod(XpsSpreadMethod value)
public void setSpreadMethod(XpsSpreadMethod value)
ブラシが主要な初期グラデーション領域の外側のコンテンツ領域をどのように塗りつぶすかを示す値を設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | XpsSpreadMethod | 一次的な初期グラデーション領域の外側のコンテンツ領域をブラシがどのように塗りつぶすかを示す値。 |
setTransform(XpsMatrix value)
public void setTransform(XpsMatrix value)
ブラシの座標空間に適用される行列変換を設定します。Transform プロパティは現在の有効なレンダー変換と連結され、ブラシローカルの有効なレンダー変換を生成します。ブラシのビュー ポートはローカルの有効なレンダー変換を使用して変換されます。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | XpsMatrix | ブラシの座標空間に適用される行列変換。 |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |