SymbolCollection represents a collection of symbols to visualize in Bridges This class is a container for the different symbol types supported in BRIDGES.
- See also
- See tutorial at https://bridgesuncc.github.io/tutorials/Symbol_Collection.html
- Author
- David Burlinson
- Date
- 2018, 7/15/19
◆ SymbolCollection()
bridges.base.SymbolCollection.SymbolCollection |
( |
| ) |
|
Constructor - maintained internally as a hashmap
◆ addSymbol()
void bridges.base.SymbolCollection.addSymbol |
( |
Symbol |
s | ) |
|
This method adds a symbol to the collection
- Parameters
-
◆ getDataStructType()
String bridges.base.SymbolCollection.getDataStructType |
( |
| ) |
|
This method gets the data structure type
- Returns
- The date structure type as a string
Reimplemented from bridges.base.DataStruct.
◆ getDataStructureRepresentation()
String bridges.base.SymbolCollection.getDataStructureRepresentation |
( |
| ) |
|
Get the JSON representation of the the data structure
- Returns
- JSON of symbol collection (string)
Reimplemented from bridges.base.DataStruct.
◆ setViewport()
void bridges.base.SymbolCollection.setViewport |
( |
float |
xmin, |
|
|
float |
xmax, |
|
|
float |
ymin, |
|
|
float |
ymax |
|
) |
| |
◆ autoscaledomain
boolean bridges.base.SymbolCollection.autoscaledomain = true |
|
protected |
◆ domainxmax
Float bridges.base.SymbolCollection.domainxmax = 100.0f |
|
protected |
◆ domainxmin
Float bridges.base.SymbolCollection.domainxmin = -100.0f |
|
protected |
◆ domainymax
Float bridges.base.SymbolCollection.domainymax = 100.0f |
|
protected |
◆ domainymin
Float bridges.base.SymbolCollection.domainymin = -100.0f |
|
protected |
The documentation for this class was generated from the following file: