class Cryplot::Border
- Cryplot::Border
- Reference
- Object
Overview
Used to specific options for plot border
Included Modules
Defined in:
plot/elems/border.crConstructors
Instance Method Summary
-
#back_vertical
Activate the back vertical border edge in a 3d perspective.
-
#bottom
Activate the bottom border edge on the xy plane for a 2d plot.
-
#bottom_left_back
Activate the border edge on the bottom xy plane going from the left corder to back corner in a 3d perspective.
-
#bottom_left_front
Activate the border edge on the bottom xy plane going from the left corner to front corner in a 3d perspective.
-
#bottom_right_back
Activate the border edge on the bottom xy plane going from the right corder to back corner in a 3d perspective.
-
#bottom_right_front
Activate the border edge on the bottom xy plane going from the right corner to front corner in a 3d perspective.
-
#clear
Remove all border edges from a 2d or 3d plot.
-
#front_vertical
Activate the front vertical border edge in a 3d perspective.
-
#left
Activate the left border edge on the xy plane for a 2d plot.
-
#left_vertical
Activate the left vertical border edge in a 3d perspective.
-
#none
Set all border edges to inactive.
-
#polar
Set the border for polar plot.
-
#repr : String
returns a string representation of object of some class
-
#right
Activate the right border edge on the xy plane for a 2d plot.
-
#right_vertical
Activate the right vertical border edge in a 3d perspective.
-
#to_s(io : IO) : Nil
Appends a short String representation of this object which includes its class name and its object address.
-
#top
Activate the top border edge on the xy plane for a 2d plot.
-
#top_left_back
Activate the border edge on the top xy plane going from the left corner to back corner in a 3d perspective.
-
#top_left_front
Activate the border edge on the top xy plane going from the left corner to front corner in a 3d perspective.
-
#top_right_back
Activate the border edge on the top xy plane going from the right corder to back corner in a 3d perspective.
-
#top_right_front
Activate the border edge on the top xy plane going from the right corder to front corner in a 3d perspective.
Instance methods inherited from module Cryplot::DepthMixin(Cryplot::Border)
back : T
back,
behind : T
behind,
depth_repr : String
depth_repr,
front : T
front
Instance methods inherited from module Cryplot::BaseMixin(Cryplot::Border)
derived : T
derived,
repr : String
repr,
to_s(io : IO) : Nil
to_s
Instance methods inherited from module Cryplot::LineMixin(Cryplot::Border)
dash_type(val : Int32)
dash_type,
line_color(color : String)
line_color,
line_repr : String
line_repr,
line_style(val : Int32)
line_style,
line_type(val : Int32)
line_type,
line_width(val : Int32)
line_width
Instance methods inherited from module Cryplot::BaseMixin(Cryplot::Border)
derived : T
derived,
repr : String
repr,
to_s(io : IO) : Nil
to_s
Constructor Detail
Instance Method Detail
Activate the border edge on the bottom xy plane going from the left corder to back corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the left corner to front corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the right corder to back corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the right corner to front corner in a 3d perspective.
returns a string representation of object of some class
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Activate the border edge on the top xy plane going from the left corner to back corner in a 3d perspective.
Activate the border edge on the top xy plane going from the left corner to front corner in a 3d perspective.
Activate the border edge on the top xy plane going from the right corder to back corner in a 3d perspective.
Activate the border edge on the top xy plane going from the right corder to front corner in a 3d perspective.