| 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 |
|---|---|
FontFamily |
Text.getFontFamily() |
FontFamily |
RenderGroup.getFontFamily() |
FontFamily |
FontRenderStyle.getFontFamily() |
static FontFamily |
FontFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontFamily[] |
FontFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Text.setFontFamily(FontFamily fontFamily) |
void |
RenderGroup.setFontFamily(FontFamily fontFamily)
Set the value of fontFamily
|
void |
FontRenderStyle.setFontFamily(FontFamily fontFamily)
Set the value of fontFamily
|
Copyright © 2009–2017. All rights reserved.