Generated by
JDiff

Class org.sbml.jsbml.ext.layout.GeneralGlyph

Removed Methods
boolean addSpeciesReferenceGlyph(ReferenceGlyph) Appends the specified element to the end of the .listOfReferenceGlyphs.
ReferenceGlyph createSpeciesReferenceGlyph(String, String) Creates and adds a new ReferenceGlyph
void setListOfSpeciesReferencesGlyph(ListOf<ReferenceGlyph>) @param listOfReferenceGlyph
 

Added Methods
boolean addReferenceGlyph(ReferenceGlyph) Appends the specified element to the end of the .listOfReferenceGlyphs.
GeneralGlyph createGeneralGlyph() Creates a new GeneralGlyph element and adds it to the ListOfSubGlyphs list
GeneralGlyph createGeneralGlyph(String) Creates a new GeneralGlyph element and adds it to the ListOfSubGlyphs list
ReferenceGlyph createReferenceGlyph() Creates a new ReferenceGlyph element and adds it to the ListOfSubGlyphs list
ReferenceGlyph createReferenceGlyphForList() Creates a new ReferenceGlyph element and adds it to the ListOfSubGlyphs list
ReferenceGlyph createReferenceGlyphForList(String) Creates a new ReferenceGlyph element and adds it to the ListOfSubGlyphs list
void removeGeneralGlyph(int)  
void removeGeneralGlyph(GraphicalObject)  
void setListOfReferenceGlyph(ListOf<ReferenceGlyph>) The listOfReferenceGlyphs is optional, since conceivable the GeneralGlyph could just contain a number of subglyphs.