class AquaPlot::Util::Offset
- AquaPlot::Util::Offset
- Reference
- Object
Defined in:
common/options.crConstructors
Instance Method Summary
- #bottom : Int32 | Float64
- #bottom=(bottom : Int32 | Float64)
- #key : String
- #key=(key : String)
- #left : Int32 | Float64
- #left=(left : Int32 | Float64)
- #right : Int32 | Float64
- #right=(right : Int32 | Float64)
- #set_key(key : String)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #top : Int32 | Float64
- #top=(top : Int32 | Float64)
Constructor Detail
def self.new(left : Float64 | Int32 = 0, right : Float64 | Int32 = 0, top : Float64 | Int32 = 0, bottom : Float64 | Int32 = 0, key : String = "")
#
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
.