Module: Curses::Geometry
- Includes:
- Glyph, GraphicContext, Line, Polygon, Rectangle
- Included in:
- Curses
- Defined in:
- lib/curses/geometry.rb,
lib/curses/geometry/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Constants included from Line
Line::BOTTOM_LEFT_TO_TOP_RIGHT_GLYPH, Line::HORIZONTAL_GLYPH, Line::TOP_LEFT_TO_BOTTOM_RIGHT_GLYPH, Line::VERTICAL_GLYPH
Method Summary
Methods included from Polygon
#fill_polygon, #scan_polygon_left_edge, #scan_polygon_right_edge
Methods included from Rectangle
#draw_framed_rectangle, #fill_rectangle, #stroke_rectangle
Methods included from Line
#draw_antialiased_line, #draw_horizontal_line, #draw_line, #draw_vertical_line
Methods included from Glyph
Methods included from GraphicContext
#get_fill_glyph, #get_graphic_context, #get_stroke_glyph, #register_color_pair, #set_color_pair, #set_fill_glyph, #set_stroke_glyph