| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
TextGlyph |
TextGlyph.clone() |
TextGlyph |
GeneralGlyph.createTextGlyph()
Creates a new
TextGlyph element and adds it to the ListOfSubGlyphs list. |
TextGlyph |
Layout.createTextGlyph(String id)
Creates and adds a new
TextGlyph. |
TextGlyph |
GeneralGlyph.createTextGlyph(String id)
Creates a new
TextGlyph element and adds it to the ListOfSubGlyphs list. |
TextGlyph |
Layout.createTextGlyph(String id,
String text)
Creates and adds a new
TextGlyph. |
TextGlyph |
Layout.getTextGlyph(int i) |
TextGlyph |
Layout.getTextGlyph(String id) |
TextGlyph |
Layout.removeTextGlyph(int i)
Removes an element from the listOfTextGlyphs at the given index.
|
TextGlyph |
Layout.removeTextGlyph(String textGlyphId)
Removes an element from the listOfTextGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextGlyph> |
Layout.findTextGlyphs(String id)
Searches within the
Layout.listOfTextGlyphs for TextGlyphs whose
getOriginOfText() points to the given id. |
ListOf<TextGlyph> |
Layout.getListOfTextGlyphs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.addTextGlyph(TextGlyph TextGlyph) |
boolean |
Layout.removeTextGlyph(TextGlyph textGlyph)
Removes an element from the listOfTextGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.setListOfTextGlyphs(ListOf<TextGlyph> textGlyphs)
This element is optional.
|
| Constructor and Description |
|---|
TextGlyph(TextGlyph textGlyph) |
Copyright © 2009–2017. All rights reserved.