Class: RubyOSBXL::Charts::Walls

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

チャートの背面、側面を扱うクラスです。

Instance Method Summary collapse

Instance Method Details

#getFillFormatRubyOSBXL::Charts::ChartFillFormat

オブジェクトの塗りつぶしの描画クラスを取得します。

Returns:

#getLineFormatRubyOSBXL::Charts::ChartLineFormat

オブジェクトの線の描画クラスを取得します。

Returns:

#getPictureTypeRubyOSBXL::Enums::XlChartPictureType

背面、側面の描画種類を取得します。

Returns:

#getPictureUnitNumeric

背面、側面の画像のユニット単位を取得します。

Returns:

  • (Numeric)

    ユニット単位

#getShadowFormatRubyOSBXL::Charts::ChartShadowFormat

オブジェクトの影つけの描画クラスを取得します。

Returns:

#getThicknessNumeric

背面、側面の画像の暗さを取得します。

Returns:

  • (Numeric)

    床面の画像の暗さ

#getThreeDFormatRubyOSBXL::Charts::ChartThreeDFormat

オブジェクトの3D表示の描画クラスを取得します。

Returns:

#isBackWallbool

対象が背面か側面か取得します。

Returns:

  • (bool)

    true: 背面 false: 側面

#setPictureType(ptype) ⇒ void

背面、側面の描画種類を設定します。

Parameters:

#setPictureUnit(unit) ⇒ void

背面、側面の画像のユニット単位を設定します。

Parameters:

  • unit (Numeric)

    床面の画像のユニット単位

#setThickness(thickness) ⇒ void

背面、側面の画像の暗さを設定します。

Parameters:

  • thickness (Numeric)

    床面の画像の暗さ