| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| org.sbml.jsbml.ext.render.director |
This package contains interfaces and classes to create an implementation
to create a graphical representation of the
Layout
of a SBML document. |
| Modifier and Type | Method | Description |
|---|---|---|
LocalStyle |
LocalStyle.clone() |
| Modifier and Type | Method | Description |
|---|---|---|
org.sbml.jsbml.ListOf<LocalStyle> |
LocalRenderInformation.getListOfLocalStyles() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
LocalRenderInformation.addLocalStyle(LocalStyle localStyle) |
|
boolean |
LocalRenderInformation.removeLocalStyle(LocalStyle localStyle) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LocalRenderInformation.setListOfLocalStyles(org.sbml.jsbml.ListOf<LocalStyle> listOfLocalStyles) |
| Constructor | Description |
|---|---|
LocalStyle(LocalStyle localStyle) |
Creates a new
LocalStyle instance, cloned from the given object. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
RenderProcessor.linkObjectRoleToStyle(java.util.Map<java.lang.String,LocalStyle> roles,
GraphicalObject go) |
Copyright © 2009–2022. All rights reserved.