Class: RubyOSBXL::Charts::ChartTextGlowFormat
- Inherits:
- 
      Object
      
        - Object
- RubyOSBXL::Charts::ChartTextGlowFormat
 
- Defined in:
- lib/rubyosbxl.rb
Overview
チャートのテキストの光彩を扱うクラスです。
Instance Method Summary collapse
- 
  
    
      #getColor  ⇒ RubyOSBXL::Dto::ColorFormatObject 
    
    
  
  
  
  
  
  
  
  
  
    光彩色を取得します。. 
- 
  
    
      #getSize  ⇒ Numeric 
    
    
  
  
  
  
  
  
  
  
  
    光彩のサイズを取得します。. 
- 
  
    
      #getTransparency  ⇒ Numeric 
    
    
  
  
  
  
  
  
  
  
  
    光彩の透明度を取得します。. 
- 
  
    
      #reset  ⇒ void 
    
    
  
  
  
  
  
  
  
  
  
    光彩を初期値に戻します。. 
- 
  
    
      #setGlow(color, size, transParency = 0.0)  ⇒ void 
    
    
  
  
  
  
  
  
  
  
  
    光彩を設定します。. 
Instance Method Details
#getColor ⇒ RubyOSBXL::Dto::ColorFormatObject
光彩色を取得します。
#getSize ⇒ Numeric
光彩のサイズを取得します。
#getTransparency ⇒ Numeric
光彩の透明度を取得します。
#reset ⇒ void
光彩を初期値に戻します。
#setGlow(color, size, transParency = 0.0) ⇒ void
光彩を設定します。