Bridges-Java-3.0.1  3.0.1
Bridges(JavaAPI)
Public Member Functions | Protected Attributes | List of all members
bridges.base.SymbolCollection Class Reference
Inheritance diagram for bridges.base.SymbolCollection:
bridges.base.DataStruct

Detailed Description

the ShapeCollection represents a collection of symbols to visualize in Bridges

See also
See tutorial at http://bridgesuncc.github.io/tutorials/Symbol_Collection.html
Author
David Burlinson
Date
2018, 7/15/19

Public Member Functions

 SymbolCollection ()
 
String getDataStructType ()
 
void addSymbol (Symbol s)
 
String getDataStructureRepresentation ()
 
- Public Member Functions inherited from bridges.base.DataStruct
abstract String getDataStructType ()
 
abstract String getDataStructureRepresentation ()
 

Protected Attributes

Float domain = 100.0f
 
- Protected Attributes inherited from bridges.base.DataStruct
String QUOTE = "\""
 

Constructor & Destructor Documentation

◆ SymbolCollection()

bridges.base.SymbolCollection.SymbolCollection ( )

Constructor

Member Function Documentation

◆ addSymbol()

void bridges.base.SymbolCollection.addSymbol ( Symbol  s)

This method adds a symbol to the collection

Parameters
ssymbol to be added

◆ getDataStructType()

String bridges.base.SymbolCollection.getDataStructType ( )

This method gets the data structure type

Returns
The date structure type as a string

◆ getDataStructureRepresentation()

String bridges.base.SymbolCollection.getDataStructureRepresentation ( )

Get the JSON representation of the the data structure

Returns
JSON of symbol collection (string)

Member Data Documentation

◆ domain

Float bridges.base.SymbolCollection.domain = 100.0f
protected

The documentation for this class was generated from the following file: