| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceGlyph |
ReferenceGlyph.clone() |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyph()
Creates a new
ReferenceGlyph element and adds it to the ListOfSubGlyphs list |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyph(String id)
Creates and adds a new
ReferenceGlyph |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyphForList()
Creates a new
ReferenceGlyph element and adds it to the ListOfSubGlyphs list |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyphForList(String id)
Creates a new
ReferenceGlyph element and adds it to the ListOfSubGlyphs list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<ReferenceGlyph> |
GeneralGlyph.getListOfReferenceGlyphs()
If the
GeneralGlyph.listOfReferenceGlyphs has not yet been initialized, this
will be done by this method. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeneralGlyph.addReferenceGlyph(ReferenceGlyph glyph)
Appends the specified element to the end of the
GeneralGlyph.listOfReferenceGlyphs. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralGlyph.setListOfReferenceGlyph(ListOf<ReferenceGlyph> listOfReferenceGlyph)
The listOfReferenceGlyphs is optional, since conceivable the
GeneralGlyph could
just contain a number of subglyphs. |
| Constructor and Description |
|---|
ReferenceGlyph(ReferenceGlyph speciesReferenceGlyph) |
Copyright © 2009–2016. All rights reserved.