Empirical
Classes | Namespaces
svg_shapes.h File Reference

Tools to build common SVG shapes. More...

#include "d3_init.h"
#include "selection.h"
#include "scales.h"
#include "dataset.h"
#include "../js_utils.h"

Go to the source code of this file.

Classes

class  D3::SvgShapeGenerator
 
class  D3::SymbolGenerator
 
class  D3::BaseLineGenerator
 
class  D3::LineGenerator
 Generator for regular old (cartesian) lines. More...
 
class  D3::LinkGenerator
 
class  D3::AreaGenerator
 An area is defined by two lines, with the area in between shaded. More...
 
class  D3::RadialLineGenerator
 
class  D3::RadialAreaGenerator
 
class  D3::ChordGenerator
 
class  D3::ArcGenerator
 

Namespaces

 D3
 

Detailed Description

Tools to build common SVG shapes.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2018