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

クラス WallsWrapper

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

public class WallsWrapper extends Object
チャートの背面、側面を扱うクラスです。
  • メソッドの詳細

    • getLineFormat

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

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

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

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

      public XlChartPictureType getPictureType()
      背面、側面の描画種類を取得します。
      戻り値:
      背面、側面の描画種類
    • setPictureType

      public void setPictureType(XlChartPictureType type)
      背面、側面の描画種類を設定します。
      パラメータ:
      type - 床面の描画種類
    • getPictureUnit

      public double getPictureUnit()
      背面、側面の画像のユニット単位を取得します。
      戻り値:
      背面、側面の画像のユニット単位
    • setPictureUnit

      public void setPictureUnit(double unit)
      背面、側面の画像のユニット単位を設定します。
      パラメータ:
      unit - 床面の画像のユニット単位
    • getThickness

      public int getThickness()
      背面、側面の画像の暗さを取得します。
      戻り値:
      床面の画像の暗さ
    • setThickness

      public void setThickness(int thickness)
      背面、側面の画像の暗さを設定します。
      パラメータ:
      thickness - 床面の画像の暗さ
    • isBackWall

      public boolean isBackWall()
      対象が背面か側面かを取得します。
      戻り値:
      true: 背面 false: 側面