AGW Logo

agw_title Label

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

hierarchy Inheritance Diagram

Inheritance diagram for: Label

Inheritance diagram of Label


method_summary Methods Summary

__init__Default class constructor.

API Class API

class Label(object)[source]

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



__init__(pos=-1, lx=-1, ly=-1, text='')[source]

Default class constructor.

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

Table Of Contents

Previous topic

Indicator

Next topic

RulerCtrl