Table of Contents

Class: PolyLine ./gui/interfaces/wxPyPlot.py

Class to define line type and style - All methods except __init__ are private.

Base Classes   
PolyPoints
Methods   
__init__
draw
getSymExtent
  __init__ 
__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, - wxPen Colour any wxNamedColour 'width'= 1, - Pen width 'style'= wxSOLID, - wxPen style 'legend'= '' - Line Legend to display

  draw 
draw (
        self,
        dc,
        printerScale,
        coord=None,
        )

  getSymExtent 
getSymExtent ( self,  printerScale )

Width and Height of Marker


Table of Contents

This document was automatically generated on Tue Jul 15 21:19:13 2003 by HappyDoc version 2.0.1