AquaPlot::Util::Title
Inherits Reference / Object
Constructors
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)
SourceInstance methods
get_title_color
Sourceget_title_enhanced
Sourceget_title_font
Sourceget_title_linetype
Sourceget_title_offset
Sourceget_title_text
Sourceset_title_color(textcolor : Nil | String)
Sourceset_title_enhanced(enhanced : Bool)
Sourceset_title_font(family, size = nil)
Sourceset_title_linetype(linetype : Int32 | Nil)
Sourceset_title_offset(x, y)
Sourceset_title_text(text : Nil | String)
Sourceto_option
Sourceto_s
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.