class AquaPlot::Util::Title
- AquaPlot::Util::Title
 - Reference
 - Object
 
Defined in:
util/title.crConstructors
Instance Method Summary
- #get_title_color
 - #get_title_enhanced
 - #get_title_font
 - #get_title_linetype
 - #get_title_offset
 - #get_title_text
 - #set_title_color(textcolor : Nil | String)
 - #set_title_enhanced(enhanced : Bool)
 - #set_title_font(family, size = nil)
 - #set_title_linetype(linetype : Int32 | Nil)
 - #set_title_offset(x, y)
 - #set_title_text(text : Nil | String)
 - #to_option
 - 
        #to_s
        
          
Returns a nicely readable and concise string representation of this object, typically intended for users.
 
Constructor Detail
        
        def self.new(text : Nil | String = nil, offset : AquaPlot::Util::OffsetXY = AquaPlot::Util::OffsetXY.new, font : AquaPlot::Util::Font = AquaPlot::Util::Font.new, textcolor : Nil | String = nil, linetype : Int32 | Nil = nil, enhanced : Bool = false)
        #
      
      
      Instance Method Detail
        
        def to_s
        #
      
      
        
              Description copied from class Object
            
          
          Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.