Class: ModelBaseStyle

ModelBaseStyle()

new ModelBaseStyle()

Properties:
Name Type Description
baseNameColor string color of base name (default: rgb(64, 64, 64))
baseInnerColor string color to fill base (default: rgb(242, 242, 242))
baseOutlineColor string color of base border (default: rgb(91, 91, 91))
baseOutlineThickness float base border thickness (default: 1.5)
baseNumColor string color of base number (default: rgb(64, 64, 64))
Source:

Classes

ModelBaseStyle

Methods

getId()

Return style id
Source:

setId()

Set style id
Source:

toCyStyle(selector)

Return in cytoscape style format
Parameters:
Name Type Description
selector string cytoscape selector
Source:

toCyStyleInList(selector)

Similar to toCyStyle, but return non empty styles in a list
Parameters:
Name Type Description
selector string cytoscape selector
Source: