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