| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Method | Description |
|---|---|---|
GlobalRenderInformation |
GlobalRenderInformation.clone() |
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.createGlobalRenderInformation() |
create a new GlobalRenderInformation element and adds it to the ListOfGlobalRenderInformation list
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.createGlobalRenderInformation(java.lang.String id) |
create a new GlobalRenderInformation element and adds it to the ListOfGlobalRenderInformation list
|
GlobalRenderInformation |
AbstractRenderPlugin.getRenderInformation() |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the methods
RenderLayoutPlugin.getListOfLocalRenderInformation(),
RenderLayoutPlugin.getLocalRenderInformation(int), and
RenderListOfLayoutsPlugin.getListOfGlobalRenderInformation()
respectively |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
RenderListOfLayoutsPlugin.addGlobalRenderInformation(GlobalRenderInformation field) |
|
boolean |
RenderListOfLayoutsPlugin.removeGlobalRenderInformation(GlobalRenderInformation field) |
|
void |
AbstractRenderPlugin.setRenderInformation(GlobalRenderInformation renderInformation) |
Deprecated.
This goes beyond/is besides the render-package's specification
and will be removed in a future release. Use the
LocalRenderInformation-related methods of
RenderLayoutPlugin, and the
GlobalRenderInformation-related methods of
RenderListOfLayoutsPlugin instead.
Set the value of renderInformation |
| Constructor | Description |
|---|---|
GlobalRenderInformation(GlobalRenderInformation obj) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.