クラス ChartTextReflectionFormatWrapper
java.lang.Object
com.osboffice.osbxl.chart.ChartTextReflectionFormatWrapper
チャートテキストの反射効果を扱うクラスです。
-
メソッドの概要
修飾子とタイプメソッド説明float
getBlur()
影のぼかしの度合いを取得します。float
影の距離を取得します。float
getSize()
影のサイズを取得します。float
影の透明度を取得します。void
reset()
反射をなくします。void
反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定、影の透明度:自動設定)。void
setReflection
(XlPresetRefrectionType type, float transParency) 反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定)。void
setReflection
(XlPresetRefrectionType type, float transParency, float size) 反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定)。void
setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur) 反射を設定します(影の距離:自動設定)。void
setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur, float distance) 反射を設定します。
-
メソッドの詳細
-
getBlur
public float getBlur()影のぼかしの度合いを取得します。- 戻り値:
- 影のぼかしの度合い
-
getDistance
public float getDistance()影の距離を取得します。- 戻り値:
- 影の距離
-
getSize
public float getSize()影のサイズを取得します。- 戻り値:
- 影のサイズ
-
getTransparency
public float getTransparency()影の透明度を取得します。- 戻り値:
- 影の透明度(0.0~1.0)
-
setReflection
public void setReflection(XlPresetRefrectionType type, float transParency, float size, float blur, float distance) 反射を設定します。- パラメータ:
type
- プリセット反射効果種類transParency
- 影の透明度(0.0~1.0)size
- 影のサイズblur
- 影のぼかしの度合いdistance
- 影の距離
-
setReflection
反射を設定します(影の距離:自動設定)。- パラメータ:
type
- プリセット反射効果種類transParency
- 影の透明度(0.0~1.0)size
- 影のサイズblur
- 影のぼかしの度合い
-
setReflection
反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定)。- パラメータ:
type
- プリセット反射効果種類transParency
- 影の透明度(0.0~1.0)size
- 影のサイズ
-
setReflection
反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定)。- パラメータ:
type
- プリセット反射効果種類transParency
- 影の透明度(0.0~1.0)
-
setReflection
反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定、影の透明度:自動設定)。- パラメータ:
type
- プリセット反射効果種類
-
reset
public void reset()反射をなくします。
-