Classes
contrib/brl/bbas/bxml/bsvg/bsvg_element.h File Reference

Primitives of an SVG library using bxml. More...

#include <bxml/bxml_document.h>

Go to the source code of this file.

Classes

class  bsvg_element
class  bsvg_text
class  bsvg_group
 an SVG tag to group elements. More...
class  bsvg_ellipse
class  bsvg_rectangle
class  bsvg_line
class  bsvg_arrow_head
 tip of the arrow will be at x, y and the length will be l. More...
class  bsvg_polyline
class  bsvg_splice
 draw a splice e.g. for a "pie chart". More...

Detailed Description

Primitives of an SVG library using bxml.

files created in svg format may be rendered by any web browser.

So far, added basic shapes: rectangle, line, ellipse, polyline. Other shapes supported by SVG can also be added such as polygon etc. Just subclass from bsvg_element class and write a constructor.

Author:
Ozge C. Ozcanli (Brown)
Date:
April 21, 2009
    Modifications
     Ozge C. Ozcanli - July 08, 09 - ported to vxl from local repository - minor fixes
   

Definition in file bsvg_element.h.