パッケージ com.osboffice.osbxl.chart

クラス ChartTextReflectionFormatWrapper

java.lang.Object
com.osboffice.osbxl.chart.ChartTextReflectionFormatWrapper

public class ChartTextReflectionFormatWrapper extends Object
チャートテキストの反射効果を扱うクラスです。
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    float
    影のぼかしの度合いを取得します。
    float
    影の距離を取得します。
    float
    影のサイズを取得します。
    float
    影の透明度を取得します。
    void
    反射をなくします。
    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)
    反射を設定します。

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • メソッドの詳細

    • 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

      public void setReflection(XlPresetRefrectionType type, float transParency, float size, float blur)
      反射を設定します(影の距離:自動設定)。
      パラメータ:
      type - プリセット反射効果種類
      transParency - 影の透明度(0.0~1.0)
      size - 影のサイズ
      blur - 影のぼかしの度合い
    • setReflection

      public void setReflection(XlPresetRefrectionType type, float transParency, float size)
      反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定)。
      パラメータ:
      type - プリセット反射効果種類
      transParency - 影の透明度(0.0~1.0)
      size - 影のサイズ
    • setReflection

      public void setReflection(XlPresetRefrectionType type, float transParency)
      反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定)。
      パラメータ:
      type - プリセット反射効果種類
      transParency - 影の透明度(0.0~1.0)
    • setReflection

      public void setReflection(XlPresetRefrectionType type)
      反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定、影の透明度:自動設定)。
      パラメータ:
      type - プリセット反射効果種類
    • reset

      public void reset()
      反射をなくします。