sbmlteam / jsbml

JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.

Home Page:https://sbml.org/software/jsbml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintaining children in Group (Render Extension Package)

mephenor opened this issue · comments

Hello,

In order to properly implement the Render Extension in JSBML, the Group class in the Render package(src folder) requires the ability to add children, ie objects related to Curve, GraphicalPrimitive2D, or Text. However, as of now, the ability to add, get, and get the number of children has not been added as of yet.

URL to file: https://svn.code.sf.net/p/jsbml/code/trunk/extensions/render/src/org/sbml/jsbml/ext/render/Group.java

Reported by: yvazirabad

  • status: unread --> open-accepted

Original comment by: niko-rodrigue

  • status: open-accepted --> closed-fixed
  • assigned_to: Ibrahim Vazirabad --> Nicolas Rodriguez

Original comment by: niko-rodrigue

Should be fixed in the trunk. Although there are still plenty of work to do on the render package.

Original comment by: niko-rodrigue