class documentation
class BigBracket(BigSymbol): (source)
Constructor: BigBracket(size, bracket, alignment)
A big bracket generator.
| Method | __init__ |
Set the size and symbol for the bracket. |
| Method | getcell |
Get the bracket piece as an array cell. |
| Method | getcontents |
Get the bracket as an array or as a single bracket. |
| Method | getpiece |
Return the nth piece for the bracket. |
| Method | getpiece1 |
Return the only piece for a single-piece bracket. |
| Method | getpiece3 |
Get the nth piece for a 3-piece bracket: parenthesis or square bracket. |
| Method | getpiece4 |
Get the nth piece for a 4-piece bracket: curly bracket. |
| Method | getsinglebracket |
Return the bracket as a single sign. |
| Instance Variable | alignment |
Undocumented |
| Instance Variable | original |
Undocumented |
| Instance Variable | pieces |
Undocumented |
| Instance Variable | size |
Undocumented |
Inherited from BigSymbol:
| Method | getpieces |
Get an array with all pieces. |
| Method | smalllimit |
Decide if the limit should be a small, one-line symbol. |
| Instance Variable | symbol |
Undocumented |