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

クラス LegendKeyWrapper

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

public class LegendKeyWrapper extends Object
チャートの凡例項目の凡例キーを扱うクラスです。
  • メソッドの詳細

    • getBorderFormat

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

      public ChartFillFormatWrapper getFillFormat()
      オブジェクトの塗りつぶしの描画クラスを取得します。
      戻り値:
      オブジェクトの塗りつぶしの描画クラス
    • getInvertIfNegative

      public boolean getInvertIfNegative()
      負の数の入力値で、チャートが反転するかどうかを取得します。
      戻り値:
      true:反転する false:反転しない
    • setInvertIfNegative

      public void setInvertIfNegative(boolean invertIfNagative)
      負の数の入力値で、チャートが反転するかどうかを設定します。
      パラメータ:
      invertIfNagative - boolean true:反転する false:反転しない
    • getMarkerBackgroundColorObject

      public ColorFormatObjectWrapper getMarkerBackgroundColorObject()
      マーカーの背景色オブジェクトを取得します。
      戻り値:
      マーカーの背景色オブジェクト
    • setMarkerBackgroundColorObject

      public void setMarkerBackgroundColorObject(ColorFormatObjectWrapper color)
      マーカーの背景色オブジェクトを設定します。
      パラメータ:
      color - マーカーの背景色オブジェクト
    • getMarkerForegroundColorObject

      public ColorFormatObjectWrapper getMarkerForegroundColorObject()
      マーカーの前面色オブジェクトを取得します。
      戻り値:
      マーカーの前面色オブジェクト
    • setMarkerForegroundColorObject

      public void setMarkerForegroundColorObject(ColorFormatObjectWrapper color)
      マーカーの前面色オブジェクトを設定します。
      パラメータ:
      color - マーカーの前面色オブジェクト
    • getMarkerSize

      public int getMarkerSize()
      マーカーのサイズを取得します。
      戻り値:
      マーカーのサイズ
    • setMarkerSize

      public void setMarkerSize(int size)
      マーカーのサイズを設定します。
      パラメータ:
      size - マーカーのサイズ
    • getMarkerStyle

      public XlMarkerStyle getMarkerStyle()
      マーカーのスタイルを取得します。
      戻り値:
      マーカーのスタイル
    • setMarkerStyle

      public void setMarkerStyle(XlMarkerStyle style)
      マーカーのスタイルを設定します。
      パラメータ:
      style - マーカーのスタイル
    • getPictureType

      public XlChartPictureType getPictureType()
      マーカーの画像スタイルを取得します。
      戻り値:
      マーカーの画像スタイル
    • setPictureType

      public void setPictureType(XlChartPictureType type)
      マーカーの画像スタイルを設定します。
      パラメータ:
      type - マーカーの画像スタイル
    • getPictureUnit2

      public double getPictureUnit2()
      グラフの各図の単位を取得します。XlChartPictureTypeがxlStackScaleの時、有効です。
      戻り値:
      グラフの各図の単位
    • setPictureUnit2

      public void setPictureUnit2(double unit)
      グラフの各図の単位を設定します。XlChartPictureTypeがxlStackScaleの時、有効です。
      パラメータ:
      unit - グラフの各図の単位
    • getShadow

      public boolean getShadow()
      凡例キーが影付きかどうかを取得します。
      戻り値:
      true: 影付き false:影付きでない
    • setShadow

      public void setShadow(boolean shadow)
      凡例のマーカーが影付きかどうかを設定します。
      パラメータ:
      shadow - true: 影付き false:影付きでない
    • getSmooth

      public boolean getSmooth()
      凡例のマーカーにスムージンスが適用されているかどうかを取得します。
      戻り値:
      true: スムージングが適用されている false: 通常
    • setSmooth

      public void setSmooth(boolean shadow)
      凡例のマーカーにスムージンスが適用されているかどうかを設定します。
      パラメータ:
      shadow - true: スムージングが適用されている false: 通常