CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Static Public Attributes
svgfig.Dots Class Reference

Public Member Functions

def __init__
 
def __repr__
 
def SVG
 

Public Attributes

 attr
 
 d
 
 height
 
 symbol
 
 width
 

Static Public Attributes

dictionary defaults = {}
 

Detailed Description

Dots draws SVG symbols at a set of points.

d                      required               list of (x,y) points
symbol                 default=None           SVG symbol or a new identifier to
                                              label an auto-generated symbol;
                                              if None, use pre-defined _circular_dot
width, height          default=1, 1           width and height of the symbols
                                              in SVG coordinates
attribute=value pairs  keyword list           SVG attributes

Definition at line 1907 of file svgfig.py.

Constructor & Destructor Documentation

def svgfig.Dots.__init__ (   self,
  d = [],
  symbol = None,
  width = 1.,
  height = 1.,
  attr 
)

Definition at line 1923 of file svgfig.py.

Member Function Documentation

def svgfig.Dots.__repr__ (   self)

Definition at line 1920 of file svgfig.py.

def svgfig.Dots.SVG (   self,
  trans = None 
)
Apply the transformation "trans" and return an SVG object.

Definition at line 1938 of file svgfig.py.

Member Data Documentation

svgfig.Dots.attr

Definition at line 1928 of file svgfig.py.

svgfig.Dots.d

Definition at line 1924 of file svgfig.py.

dictionary svgfig.Dots.defaults = {}
static

Definition at line 1918 of file svgfig.py.

svgfig.Dots.height

Definition at line 1926 of file svgfig.py.

svgfig.Dots.symbol

Definition at line 1932 of file svgfig.py.

svgfig.Dots.width

Definition at line 1925 of file svgfig.py.