| 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 |
|---|---|
GlobalRenderInformation |
GlobalRenderInformation.clone() |
GlobalRenderInformation |
RenderListOfLayoutsPlugin.createGlobalRenderInformation()
create a new GlobalRenderInformation element and adds it to the ListOfGlobalRenderInformation list
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.createGlobalRenderInformation(String id)
create a new GlobalRenderInformation element and adds it to the ListOfGlobalRenderInformation list
|
GlobalRenderInformation |
AbstractRenderPlugin.getRenderInformation() |
| Modifier and Type | Method and Description |
|---|---|
ListOf<GlobalRenderInformation> |
RenderListOfLayoutsPlugin.getListOfGlobalRenderInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RenderListOfLayoutsPlugin.addGlobalRenderInformation(GlobalRenderInformation field) |
boolean |
RenderListOfLayoutsPlugin.removeGlobalRenderInformation(GlobalRenderInformation field) |
void |
AbstractRenderPlugin.setRenderInformation(GlobalRenderInformation renderInformation)
Set the value of renderInformation
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderListOfLayoutsPlugin.setListOfGlobalRenderInformation(ListOf<GlobalRenderInformation> listOfGlobalRenderInformation) |
| Constructor and Description |
|---|
GlobalRenderInformation(GlobalRenderInformation obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.