Class: RubyOSBXL::Charts::ChartShadowFormat
- Inherits:
-
Object
- Object
- RubyOSBXL::Charts::ChartShadowFormat
- Defined in:
- lib/rubyosbxl.rb
Overview
チャートの影付き効果を扱うクラスです。
Instance Method Summary collapse
-
#getAngle ⇒ Numeric
影の角度を取得します。.
-
#getBlur ⇒ Numeric
影のぼかしの度合いを取得します。.
-
#getDistance ⇒ Numeric
影の距離を取得します。.
-
#getForeColor ⇒ RubyOSBXL::Dto::ColorFormatObject
影の前面色オブジェクトを取得します。.
-
#getSize ⇒ Numeric
影のサイズを取得します。.
-
#getStyle ⇒ RubyOSBXL::Enums::XlShadowStyleType
影のスタイルを取得します。.
-
#getTransparency ⇒ Numeric
影の透明度を取得します。.
-
#getType ⇒ RubyOSBXL::Enums::XlShadowType
影のタイプを取得します。.
-
#reset ⇒ void
影をなくします。.
-
#setShadow(color, shadowType, transParency = -1.0,, size = -1.0,, blur = -1.0,, angle = -1.0,, distance = -1.0) ⇒ void
影を設定します。.
Instance Method Details
#getAngle ⇒ Numeric
影の角度を取得します。
#getBlur ⇒ Numeric
影のぼかしの度合いを取得します。
#getDistance ⇒ Numeric
影の距離を取得します。
#getForeColor ⇒ RubyOSBXL::Dto::ColorFormatObject
影の前面色オブジェクトを取得します。
#getSize ⇒ Numeric
影のサイズを取得します。
#getStyle ⇒ RubyOSBXL::Enums::XlShadowStyleType
影のスタイルを取得します。
#getTransparency ⇒ Numeric
影の透明度を取得します。
#getType ⇒ RubyOSBXL::Enums::XlShadowType
影のタイプを取得します。
#reset ⇒ void
影をなくします。
#setShadow(color, shadowType, transParency = -1.0,, size = -1.0,, blur = -1.0,, angle = -1.0,, distance = -1.0) ⇒ void
影を設定します。