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

クラス ChartAreaWrapper

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

public class ChartAreaWrapper extends Object
チャートの描画領域を扱うクラスです。
  • メソッドの詳細

    • getRoundedCorners

      public boolean getRoundedCorners()
      チャートの描画領域の隅が丸みを帯びているかどうかを取得します。
      戻り値:
      true:チャートの描画領域の隅が丸みを帯びている false: 通常
    • setRoundedCorners

      public void setRoundedCorners(boolean round)
      チャートの描画領域の隅に丸みを設定します。
      パラメータ:
      round - true:チャートの描画領域の隅が丸みを帯びている false: 通常
    • getShadow

      public boolean getShadow()
      チャートの描画領域の隅に影付きがあるかどうかを取得します。
      戻り値:
      true:チャートの描画領域の隅に影付きがある false: 通常
    • setShadow

      public void setShadow(boolean shadow)
      チャートの描画領域の隅に影付きを設定します。
      パラメータ:
      shadow - true:チャートの描画領域の隅に影付きがある false: 通常
    • getLineFormat

      public ChartLineFormatWrapper getLineFormat()
      チャートの描画領域の線の描画クラスを取得します。
      戻り値:
      チャートの描画領域の線の描画クラス
    • getFillFormat

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

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

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

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

      public ChartThreeDFormatWrapper getThreeDFormat()
      オブジェクトの3D表示の描画クラスを取得します。
      戻り値:
      オブジェクトの3D表示の描画クラス
    • getTextLineFormat

      public ChartTextLineFormatWrapper getTextLineFormat()
      オブジェクトのテキストの線の描画クラスを取得します。
      戻り値:
      オブジェクトのテキストの線の描画クラス
    • getTextFillFormat

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

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

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

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

      public void setLayout(double left, double top, double width, double height)
      レイアウトを設定します。
      パラメータ:
      left - 左位置(単位:ポイント)
      top - 上位置(単位:ポイント)
      width - 幅(単位:ポイント)
      height - 高さ(単位:ポイント)