| Trees | Indices | Help |
|
|---|
|
|
Vertically stack child cells on top of each other.
This is not a replacement for table output! Stacked cells should be used
when one needs to display multiple lines in a single cell, and the text
paragraph logic in the Cell class is insufficient. (E.g. rendering faux
graphics, such as QR codes and heatmaps.)
Arguments:
table_align: If True (default) will align child cells as columns.
NOTE: With this option, child cells must all be JoinedCell
instanes and have exactly the same number of children each.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
mode =
(Inherited from rekall.ui.text.BaseCell)
|
|
width_explicit = False
(Inherited from rekall.ui.text.BaseCell)
|
|
| Properties | |
| width | |
| column_count | |
| align (Inherited from rekall.ui.text.BaseCell) | |
| height (Inherited from rekall.ui.text.BaseCell) | |
| lines (Inherited from rekall.ui.text.BaseCell) | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
repr(x)
|
| Property Details |
width
|
column_count
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:31 2017 | http://epydoc.sourceforge.net |