| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Method and Description |
|---|---|
LocalRenderInformation |
LocalRenderInformation.clone() |
LocalRenderInformation |
RenderLayoutPlugin.createLocalRenderInformation()
create a new LocalRenderInformation element and adds it to the ListOfLocalRenderInformation list
|
LocalRenderInformation |
RenderLayoutPlugin.createLocalRenderInformation(String id)
create a new LocalRenderInformation element and adds it to the ListOfLocalRenderInformation list
|
LocalRenderInformation |
RenderLayoutPlugin.getLocalRenderInformation(int i) |
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<LocalRenderInformation> |
RenderLayoutPlugin.getListOfLocalRenderInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RenderLayoutPlugin.addLocalRenderInformation(LocalRenderInformation field) |
boolean |
RenderLayoutPlugin.removeLocalRenderInformation(LocalRenderInformation field) |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderLayoutPlugin.setListOfLocalRenderInformation(org.sbml.jsbml.ListOf<LocalRenderInformation> listOfLocalRenderInformation) |
| Constructor and Description |
|---|
LocalRenderInformation(LocalRenderInformation obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.