AquaPlot::Util::Offset
Inherits Reference / Object
Constructors
new(left : Float64 | Int32 = 0, right : Float64 | Int32 = 0, top : Float64 | Int32 = 0, bottom : Float64 | Int32 = 0, key : String = "")
SourceInstance methods
bottom
Sourcebottom=(bottom : Int32 | Float64)
Sourcekey
Sourcekey=(key : String)
Sourceleft
Sourceleft=(left : Int32 | Float64)
Sourceright
Sourceright=(right : Int32 | Float64)
Sourceset_key(key : String)
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.
top
Sourcetop=(top : Int32 | Float64)
Source