Package nltk :: Package draw :: Module chart :: Class ChartMatrixView
[hide private]
[frames] | no frames]

Class ChartMatrixView

source code

object --+
         |
        ChartMatrixView

A view of a chart that displays the contents of the corresponding matrix.

Instance Methods [hide private]
 
__init__(self, parent, chart, toplevel=True, title='Chart Matrix', show_numedges=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_init_quit(self, root) source code
 
_init_matrix(self, root) source code
 
_init_numedges(self, root) source code
 
_init_list(self, root) source code
 
destroy(self, *e) source code
 
set_chart(self, chart) source code
 
update(self) source code
 
activate(self) source code
 
inactivate(self) source code
 
add_callback(self, event, func) source code
 
remove_callback(self, event, func=None) source code
 
_fire_callbacks(self, event, *args) source code
 
select_cell(self, i, j) source code
 
deselect_cell(self) source code
 
_click_cell(self, i, j) source code
 
view_edge(self, edge) source code
 
mark_edge(self, edge) source code
 
unmark_edge(self, edge=None) source code
 
markonly_edge(self, edge) source code
 
draw(self) source code
 
pack(self, *args, **kwargs) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, chart, toplevel=True, title='Chart Matrix', show_numedges=False)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)