| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
GeneralGlyph |
GeneralGlyph.clone() |
|
GeneralGlyph |
GeneralGlyph.createGeneralGlyph() |
Creates a new
GeneralGlyph element and adds it to the ListOfSubGlyphs list. |
GeneralGlyph |
GeneralGlyph.createGeneralGlyph(java.lang.String id) |
Creates a new
GeneralGlyph element and adds it to the ListOfSubGlyphs list. |
GeneralGlyph |
Layout.createGeneralGlyph(java.lang.String id) |
Creates and adds a new
GeneralGlyph. |
GeneralGlyph |
Layout.createGeneralGlyph(java.lang.String id,
java.lang.String reference) |
Creates and adds a new
GeneralGlyph. |
GeneralGlyph |
Layout.removeGeneralGlyph(int i) |
Removes an element from the
Layout.listOfAdditionalGraphicalObjects at
the given index. |
GeneralGlyph |
Layout.removeGeneralGlyph(java.lang.String id) |
|
GeneralGlyph |
Layout.removeGeneralGlyph(GeneralGlyph toBeRemoved) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Layout.addGeneralGlyph(GeneralGlyph object) |
Adds a
GeneralGlyph object. |
GeneralGlyph |
Layout.removeGeneralGlyph(GeneralGlyph toBeRemoved) |
| Constructor | Description |
|---|---|
GeneralGlyph(GeneralGlyph generalGlyph) |
Creates a new instance of
GeneralGlyph cloned from the given element. |
Copyright © 2009–2022. All rights reserved.