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