python::plot::PolyMarker Class Reference

Class to define marker type and style More...

Inheritance diagram for python::plot::PolyMarker:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
 Creates PolyMarker object points - sequence (array, tuple or list) of (x,y) points **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'size'= 2, - Marker size 'fillcolour'= same as colour, - wx.Brush Colour any wx.NamedColour 'fillstyle'= wx.SOLID, - wx.Brush fill style (use wx.TRANSPARENT for no fill) 'marker'= 'circle' - Marker shape 'legend'= '' - Marker Legend to display.
def draw
def getSymExtent
 Width and Height of Marker.


Detailed Description

Class to define marker type and style

Member Function Documentation

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

Creates PolyMarker object points - sequence (array, tuple or list) of (x,y) points **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'size'= 2, - Marker size 'fillcolour'= same as colour, - wx.Brush Colour any wx.NamedColour 'fillstyle'= wx.SOLID, - wx.Brush fill style (use wx.TRANSPARENT for no fill) 'marker'= 'circle' - Marker shape 'legend'= '' - Marker Legend to display.

Marker Shapes:

  • 'circle'
  • 'dot'
  • 'square'
  • 'triangle'
  • 'triangle_down'
  • 'cross'
  • 'plus'

Reimplemented from python::plot::PolyPoints.

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

def python::plot::PolyMarker::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