Table Of Contents

Previous topic

MVCTreeNotifyEvent

Next topic

NullTransform

This Page

phoenix_title NodePainter

This is the interface expected of a nodepainter.


class_hierarchy Inheritance Diagram

Inheritance diagram for class NodePainter

Inheritance diagram of NodePainter


method_summary Methods Summary

__init__  
Paint location should be provided only to draw in an unusual position

api Class API



class NodePainter

This is the interface expected of a nodepainter.


Methods



__init__(self, painter)


Paint(self, node, dc, location = None)

location should be provided only to draw in an unusual position (not the node’s normal position), otherwise the node’s projected x and y coordinates will be used.