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