deferred class EV_FIGURE_DRAWER General cluster: interface description: "Adapters for EV_DRAWABLE that allow drawing of figures." keywords: "figure, primitives, drawing" Ancestors EV_FIGURE_DRAWING_ROUTINES* Queries default_colors: EV_STOCK_COLORS drawable: EV_DRAWABLE world: EV_FIGURE_WORLD Commands draw_figure_arc (arc: EV_FIGURE_ARC) draw_figure_dot (dot: EV_FIGURE_DOT) draw_figure_ellipse (ellipse: EV_FIGURE_ELLIPSE) draw_figure_equilateral (eql: EV_FIGURE_EQUILATERAL) draw_figure_line (line: EV_FIGURE_LINE) draw_figure_picture (picture: EV_FIGURE_PICTURE) draw_figure_pie_slice (slice: EV_FIGURE_PIE_SLICE) draw_figure_polygon (polygon: EV_FIGURE_POLYGON) draw_figure_polyline (line: EV_FIGURE_POLYLINE) draw_figure_rectangle (rectangle: EV_FIGURE_RECTANGLE) draw_figure_rounded_rectangle (f: EV_FIGURE_ROUNDED_RECTANGLE) draw_figure_star (star: EV_FIGURE_STAR) draw_figure_text (text_figure: EV_FIGURE_TEXT) draw_grid set_drawable (a_drawable: EV_DRAWABLE) Constraints drawable not void