deferred class
	EV_FIGURE_DRAWING_ROUTINES

General
	cluster: interface
	description: "Abstract class for drawing of figures."
	keywords: "figure, primitives, drawing"

Ancestors
	ANY
	EV_FIGURE_MATH

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)