Selection rectangle for TimeSeriesDisplay. More...
Public Member Functions | |
def | __init__ |
def | get_end |
def | get_name |
def | get_start |
def | set_color |
def | set_end |
def | set_name |
def | set_start |
Public Attributes | |
name | |
rects | |
x_end | |
x_start |
Selection rectangle for TimeSeriesDisplay.
Definition at line 24 of file data_display.py.
def hrl_lib.data_display.SelectRect.__init__ | ( | self, | |
x_start, | |||
x_end, | |||
axes_objects, | |||
color = '#FFCC33' , |
|||
alpha = .3 |
|||
) |
Definition at line 25 of file data_display.py.
def hrl_lib.data_display.SelectRect.get_end | ( | self | ) |
Definition at line 57 of file data_display.py.
def hrl_lib.data_display.SelectRect.get_name | ( | self | ) |
Definition at line 63 of file data_display.py.
def hrl_lib.data_display.SelectRect.get_start | ( | self | ) |
Definition at line 54 of file data_display.py.
def hrl_lib.data_display.SelectRect.set_color | ( | self, | |
color | |||
) |
Definition at line 39 of file data_display.py.
def hrl_lib.data_display.SelectRect.set_end | ( | self, | |
x | |||
) |
Definition at line 49 of file data_display.py.
def hrl_lib.data_display.SelectRect.set_name | ( | self, | |
n | |||
) |
Definition at line 60 of file data_display.py.
def hrl_lib.data_display.SelectRect.set_start | ( | self, | |
x | |||
) |
Definition at line 43 of file data_display.py.
Definition at line 25 of file data_display.py.
Definition at line 25 of file data_display.py.
Definition at line 25 of file data_display.py.
Definition at line 25 of file data_display.py.