| 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 |
|---|---|
static FontFamily |
FontFamily.toFontFamily(String value)
Checks if a given String value matches one of the
FontFamily hints. |
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 |
FontRenderStyle.setFontFamily(FontFamily fontFamily)
Set the value of fontFamily by using a
FontFamily type. |
Copyright © 2009–2020. All rights reserved.