Public Member Functions | |
def | __init__ |
def | draw |
def | SetColor |
Public Attributes | |
canvas | |
figure | |
Private Member Functions | |
def | _onIdle |
def | _onSize |
def | _SetSize |
Private Attributes | |
_resizeflag |
Definition at line 23 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel.__init__ | ( | self, | |
parent, | |||
color = None , |
|||
dpi = None , |
|||
kwargs | |||
) |
Definition at line 24 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel._onIdle | ( | self, | |
evt | |||
) | [private] |
Definition at line 60 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel._onSize | ( | self, | |
event | |||
) | [private] |
Definition at line 57 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel._SetSize | ( | self | ) | [private] |
Definition at line 65 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel.draw | ( | self | ) |
Reimplemented in joint_state_viz.JointStateVizPanel.
Definition at line 72 of file joint_state_viz.py.
def joint_state_viz.WXMatPlotLibPanel.SetColor | ( | self, | |
rgbtuple = None |
|||
) |
Set figure and canvas colours to be the same.
Definition at line 48 of file joint_state_viz.py.
Definition at line 24 of file joint_state_viz.py.
Definition at line 24 of file joint_state_viz.py.
Definition at line 24 of file joint_state_viz.py.