Generated by
JDiff

Class org.sbml.jsbml.ext.layout.Layout

Added Methods
void addAdditionalGraphicalObject(GraphicalObject) Adds an arbitrary additional GraphicalObject.
int getNumCompartmentGlyphs() Returns the number of CompartmentGlyphs of this Layout.
int getNumReactionGlyphs() Returns the number of ReactionGlyphs of this Layout.
int getNumSpeciesGlyphs() Returns the number of SpeciesGlyphs of this Layout.
int getNumTextGlyphs() Returns the number of TextGlyphs of this Layout.
boolean removeCompartmentGlyph(CompartmentGlyph) Removes an element from the listOfCompartmentGlyphs.
CompartmentGlyph removeCompartmentGlyph(int) Removes an element from the listOfCompartmentGlyphs at the given index.
CompartmentGlyph removeCompartmentGlyph(String) Removes an element from the listOfCompartmentGlyphs.
GeneralGlyph removeGeneralGlyph(int) Removes an element from the .listOfAdditionalGraphicalObjects at the given index.
GeneralGlyph removeGeneralGlyph(String) @param id
GeneralGlyph removeGeneralGlyph(GeneralGlyph) @param toBeRemoved
boolean removeReactionGlyph(ReactionGlyph) Removes an element from the listOfReactionGlyphs.
ReactionGlyph removeReactionGlyph(int) Removes an element from the .listOfReactionGlyphs at the given index.
ReactionGlyph removeReactionGlyph(String) Removes an element from the listOfReactionGlyphs.
boolean removeSingletons() Removes all singleton SpeciesGlyphs (no SpeciesReferenceGlyph in ReactionGlyph) and also removes their associated TextGlyphs
boolean removeSpeciesGlyph(SpeciesGlyph) Removes an element from the listOfSpeciesGlyphs.
SpeciesGlyph removeSpeciesGlyph(int) Removes an element from the listOfSpeciesGlyphs at the given index.
SpeciesGlyph removeSpeciesGlyph(String) Removes an element from the listOfSpeciesGlyphs.
boolean removeTextGlyph(TextGlyph) Removes an element from the listOfTextGlyphs.
TextGlyph removeTextGlyph(int) Removes an element from the listOfTextGlyphs at the given index.
TextGlyph removeTextGlyph(String) Removes an element from the listOfTextGlyphs.