libSBML Python API  5.20.2
Loading...
Searching...
No Matches
doc_render_style_type Class Reference

Detailed Description

The attribute "typeList" for LocalStyle and GlobalStyle objects contains a list of StyleType entries that describe what sorts of object to apply the style to. In the SBML Level 3 Version 1 Render specification, the following are the allowable entries in a whitespace-separated "typeList":
  • "COMPARTMENTGLYPH": The style is to be applied to all compartment glyphs.

  • "SPECIESGLYPH": The style is to be applied to all species glyphs.

  • "REACTIONGLYPH": The style is to be applied to all reaction glyphs.

  • "SPECIESREFERENCEGLYPH": The style is to be applied to all species reference glyphs.

  • "TEXTGLYPH": The style is to be applied to all text glyphs.

  • "GENERALGLYPH": The style is to be applied to all general glyphs.

  • "GRAPHICALOBJECT": The style is to be applied to all graphical objects.

  • "ANY": The style is to be applied to any and all glyphs and graphical objects. Equivalent to explicitly listing all other keywords.