◆ __init__()
def bridges.symbol_collection.SymbolCollection.__init__ |
( |
|
self | ) |
|
Constructor for collection of symbols.
◆ add_symbol()
def bridges.symbol_collection.SymbolCollection.add_symbol |
( |
|
self, |
|
|
|
s |
|
) |
| |
Add a symbol to the collection.
- Parameters
-
- Returns
-
none
◆ get_data_structure_representation()
def bridges.symbol_collection.SymbolCollection.get_data_structure_representation |
( |
|
self | ) |
|
Getter for the data structure's JSON representatoin.
- Returns
-
str the data structure representation
◆ get_data_structure_type()
def bridges.symbol_collection.SymbolCollection.get_data_structure_type |
( |
|
self | ) |
|
◆ setviewport()
def bridges.symbol_collection.SymbolCollection.setviewport |
( |
|
self, |
|
|
|
xmin, |
|
|
|
xmax, |
|
|
|
ymin, |
|
|
|
ymax |
|
) |
| |
Set the display size.
- Parameters
-
xmin | min x coordinate |
xmax | max x coordinate |
ymin | min y coordinate |
ymax | max y coordinate |
◆ update_axis_domains()
def bridges.symbol_collection.SymbolCollection.update_axis_domains |
( |
|
self, |
|
|
|
s |
|
) |
| |
Update the bounding box of the symbol collection.
- Parameters
-
s | input symbol to update dimensions |
- Returns
-
none
The documentation for this class was generated from the following file: