Table Of Contents

Previous topic

Indicator

Next topic

RulerCtrl

This Page

phoenix_title Label

Auxilary class. Just holds information about a label in RulerCtrl.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Label

Inheritance diagram of Label


method_summary Methods Summary

__init__ Default class constructor.

api Class API



class Label(object)

Auxilary class. Just holds information about a label in RulerCtrl.


Methods



__init__(self, pos=-1, lx=-1, ly=-1, text="")

Default class constructor.

Parameters:
  • pos – the indicator position;
  • lx – the indicator x coordinate;
  • ly – the indicator y coordinate;
  • text – the label text.