phoenix_title wx.lib.plot.polyobjects.PolyBarsBase

Base class for PolyBars and PolyHistogram.

Warning

All methods are private.


class_hierarchy Class Hierarchy

Inheritance diagram for class PolyBarsBase:

sub_classes Known Subclasses

wx.lib.plot.polyobjects.PolyBars, wx.lib.plot.polyobjects.PolyHistogram


super_classes Known Superclasses

wx.lib.plot.polyobjects.PolyPoints


method_summary Methods Summary

__init__

draw

getSymExtent

Width and Height of Marker

scale_rect

set_pen_and_brush


api Class API

class PolyBarsBase(PolyPoints)

Base class for PolyBars and PolyHistogram.

Warning

All methods are private.

__init__(self, points, attr)
draw(self, dc, printerScale, coord=None)
getSymExtent(self, printerScale)

Width and Height of Marker

scale_rect(self, rect)
set_pen_and_brush(self, dc, printerScale)