| 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 and Description |
|---|---|
LocalStyle |
LocalStyle.clone() |
| Modifier and Type | Method and Description |
|---|---|
ListOf<LocalStyle> |
LocalRenderInformation.getListOfLocalStyles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalRenderInformation.addLocalStyle(LocalStyle localStyle) |
boolean |
LocalRenderInformation.removeLocalStyle(LocalStyle localStyle) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalRenderInformation.setListOfLocalStyles(ListOf<LocalStyle> listOfLocalStyles) |
| Constructor and Description |
|---|
LocalStyle(LocalStyle localStyle)
Creates a new
LocalStyle instance, cloned from the given object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RenderProcessor.linkObjectRoleToStyle(Map<String,LocalStyle> roles,
GraphicalObject go) |
Copyright © 2009–2018. All rights reserved.