python::plot::PolyLine Class Reference

Class to define line type and style More...

Inheritance diagram for python::plot::PolyLine:

Inheritance graph
[legend]
Collaboration diagram for python::plot::PolyLine:

Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
 Creates PolyLine object points - sequence (array, tuple or list) of (x,y) points making up line **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'style'= wx.SOLID, - wx.Pen style 'legend'= '' - Line Legend to display.
def draw
def getSymExtent
 Width and Height of Marker.


Detailed Description

Class to define line type and style

Member Function Documentation

def python::plot::PolyLine::__init__ (   self,
  points,
  attr 
)

Creates PolyLine object points - sequence (array, tuple or list) of (x,y) points making up line **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'style'= wx.SOLID, - wx.Pen style 'legend'= '' - Line Legend to display.

Reimplemented from python::plot::PolyPoints.

def python::plot::PolyLine::draw (   self,
  dc,
  printerScale,
  coord = None 
)

def python::plot::PolyLine::getSymExtent (   self,
  printerScale 
)

Width and Height of Marker.


The documentation for this class was generated from the following file:

Generated on Thu Mar 5 09:04:01 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8