Graphs::GraphSymbols Class Reference

Inheritance diagram for Graphs::GraphSymbols:

Inheritance graph
[legend]
Collaboration diagram for Graphs::GraphSymbols:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
def draw
def _drawmarkers
def _circle
def _dot
def _square
def _triangle
def _triangle_down
def _cross
def _plus

Detailed Description

Definition at line 73 of file Graphs.py.


Member Function Documentation

def Graphs::GraphSymbols::__init__   self,
  points,
  attr
 

Reimplemented from Graphs::GraphPoints.

Definition at line 74 of file Graphs.py.

def Graphs::GraphSymbols::_circle   self,
  c,
  xc,
  yc,
  size = 1,
  fill = '',
  outline = 'black',
  fillstyle = ''
 

Definition at line 108 of file Graphs.py.

def Graphs::GraphSymbols::_cross   self,
  c,
  xc,
  yc,
  size = 1,
  fill = 'black',
  outline = None,
  fillstyle = ''
 

Definition at line 152 of file Graphs.py.

def Graphs::GraphSymbols::_dot   self,
  c,
  xc,
  yc,
  size = 1,
  fill = '',
  outline = 'black',
  fillstyle = ''
 

Definition at line 116 of file Graphs.py.

def Graphs::GraphSymbols::_drawmarkers   self,
  c,
  coords,
  marker = 'circle',
  color = 'black',
  fillstyle = '',
  fillcolor = '',
  size = 2
 

Definition at line 95 of file Graphs.py.

def Graphs::GraphSymbols::_plus   self,
  c,
  xc,
  yc,
  size = 1,
  fill = 'black',
  outline = None,
  fillstyle = ''
 

Definition at line 163 of file Graphs.py.

def Graphs::GraphSymbols::_square   self,
  c,
  xc,
  yc,
  size = 1,
  fill = '',
  outline = 'black',
  fillstyle = ''
 

Definition at line 124 of file Graphs.py.

def Graphs::GraphSymbols::_triangle   self,
  c,
  xc,
  yc,
  size = 1,
  fill = '',
  outline = 'black',
  fillstyle = ''
 

Definition at line 132 of file Graphs.py.

def Graphs::GraphSymbols::_triangle_down   self,
  c,
  xc,
  yc,
  size = 1,
  fill = '',
  outline = 'black',
  fillstyle = ''
 

Definition at line 142 of file Graphs.py.

def Graphs::GraphSymbols::draw   self,
  canvas
 

Definition at line 85 of file Graphs.py.


The documentation for this class was generated from the following file:
Generated on Sun Mar 5 23:04:03 2006 for Virtualiser by  doxygen 1.4.6-NO