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

クラス LegendEntryWrapper

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

public class LegendEntryWrapper extends Object
チャートの凡例の凡例項目を扱うクラスです。一部のチャートでは利用できません。
  • メソッドの詳細

    • getLineFormat

      public ChartLineFormatWrapper getLineFormat()
      オブジェクトの線の描画クラスを取得します。
      戻り値:
      オブジェクトの線の描画クラス
    • getShadowFormat

      public ChartShadowFormatWrapper getShadowFormat()
      オブジェクトの影つけの描画クラスを取得します。
      戻り値:
      オブジェクトの影つけの描画クラス
    • getGlowFormat

      public ChartGlowFormatWrapper getGlowFormat()
      オブジェクトの光彩の描画クラスを取得します。
      戻り値:
      オブジェクトの光彩の描画クラス
    • getSoftEdgeFormat

      public ChartSoftEdgeFormatWrapper getSoftEdgeFormat()
      オブジェクトのぼかしの描画クラスを取得します。
      戻り値:
      オブジェクトのぼかしの描画クラス
    • getTextFillFormat

      public ChartTextFillFormatWrapper getTextFillFormat()
      オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
      戻り値:
      オブジェクトのテキストの塗りつぶしの描画クラス
    • getTextShadowFormat

      public ChartTextShadowFormatWrapper getTextShadowFormat()
      オブジェクトのテキストの影付きの描画クラスを取得します。
      戻り値:
      オブジェクトのテキストの影付きの描画クラス
    • getTextGlowFormat

      public ChartTextGlowFormatWrapper getTextGlowFormat()
      オブジェクトのテキストの光彩の描画クラスを取得します。
      戻り値:
      オブジェクトのテキストの光彩の描画クラス
    • getTextReflectionFormat

      public ChartTextReflectionFormatWrapper getTextReflectionFormat()
      オブジェクトのテキストの反射の描画クラスを取得します。
      戻り値:
      オブジェクトのテキストの反射の描画クラス
    • getTextBoxAlignment

      public ChartTextBoxAlignmentWrapper getTextBoxAlignment()
      オブジェクトのテキストボックスのレイアウトクラスを取得します。
      戻り値:
      オブジェクトのテキストボックスのレイアウトクラス
    • isSeries

      public boolean isSeries()
      凡例項目が、シリーズかトレンドラインかを示します。
      戻り値:
      true: シリーズ false:トレンドライン
    • getSeriesIndex

      public int getSeriesIndex()
      凡例項目がシリーズであった場合、何番目のシリーズかを取得します(1から始まります)。
      戻り値:
      何番目のシリーズを表すか
    • getTrendLineIndex

      public int getTrendLineIndex()
      凡例項目がトレンドラインであった場合、何番目のトレンドラインであるかどうかを取得します(1から始まります)。
      戻り値:
      何番目のトレンドラインを表すか
    • getLegendKey

      public LegendKeyWrapper getLegendKey()
      凡例項目の凡例キークラスを取得します。
      戻り値:
      凡例項目の凡例キークラス