| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected RenderGroup |
Style.group |
| Modifier and Type | Method | Description |
|---|---|---|
RenderGroup |
RenderGroup.clone() |
|
RenderGroup |
RenderGroup.createRenderGroup() |
Creates a new
RenderGroup element, adds it to the ListOfElements list and returns it. |
RenderGroup |
LineEnding.getGroup() |
|
RenderGroup |
Style.getGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LineEnding.setGroup(RenderGroup group) |
Sets the value of group
|
void |
Style.setGroup(RenderGroup group) |
Set the value of group
|
| Constructor | Description |
|---|---|
LocalStyle(int level,
int version,
RenderGroup group) |
Creates a LocalStyle instance with a level and version.
|
LocalStyle(java.lang.String id,
int level,
int version,
RenderGroup group) |
Creates a LocalStyle instance with an id, name, level, and version.
|
LocalStyle(RenderGroup group) |
Creates a LocalStyle instance with a group
|
RenderGroup(RenderGroup obj) |
Clone constructor
|
Style(int level,
int version,
RenderGroup group) |
Creates a Style instance with a level and version.
|
Style(java.lang.String id,
int level,
int version,
RenderGroup group) |
Creates a Style instance with an id, name, level, and version.
|
Style(RenderGroup group) |
Creates a Style instance with a group
|
Copyright © 2009–2022. All rights reserved.