Package | Description |
---|---|
edu.ucsd.sbrg.escher.converter |
Provides converters for Escher JSON to community standards (SBGN, SBML) and vice-versa.
|
edu.ucsd.sbrg.escher.model |
Represents model classes for representation of Escher's components.
|
Modifier and Type | Method and Description |
---|---|
TextLabel |
SBGN2Escher.createTextLabel(org.sbgn.bindings.Glyph glyph)
Create a
TextLabel from an SBGN-ML Glyph . |
protected TextLabel |
SBML2Escher.createTextLabel(org.sbml.jsbml.ext.layout.TextGlyph textGlyph)
Create a
TextLabel from a TextGlyph . |
Modifier and Type | Method and Description |
---|---|
TextLabel |
TextLabel.clone() |
TextLabel |
EscherMap.getTextLabel(String id) |
Modifier and Type | Method and Description |
---|---|
Map<String,TextLabel> |
EscherMap.getTextLabels() |
Set<Map.Entry<String,TextLabel>> |
EscherMap.textLabels() |
Modifier and Type | Method and Description |
---|---|
void |
EscherMap.addTextLabel(TextLabel textLabel) |
Modifier and Type | Method and Description |
---|---|
void |
EscherMap.setTextLabels(Map<String,TextLabel> textLabels) |
Constructor and Description |
---|
TextLabel(TextLabel textLabel) |
Copyright © 2015–2019 University of Tübingen. All rights reserved.