libSBML Perl API
libSBML 5.17.2 Perl API
|
Definition of RenderExtension, the core module of the render package. More...
Classes | |
class | RenderExtension |
{render} More... | |
Macros | |
#define | RENDER_CREATE_NS(variable, sbmlns) EXTENSION_CREATE_NS(RenderPkgNamespaces,variable,sbmlns); |
Typedefs | |
typedef SBMLExtensionNamespaces< RenderExtension > | RenderPkgNamespaces |
Definition of RenderExtension, the core module of the render package.
#define RENDER_CREATE_NS | ( | variable, | |
sbmlns | |||
) | EXTENSION_CREATE_NS(RenderPkgNamespaces,variable,sbmlns); |
enum FillRule_t |
Enumeration of values permitted as the value of the "rule" attribute on Fill objects.
enum FontFamily_t |
Enumeration of values permitted as the value of the "family" attribute on Font objects.
enum FontStyle_t |
Enumeration of values permitted as the value of the "style" attribute on Font objects.
Enumerator | |
---|---|
FONT_STYLE_UNSET | The font style is unset. |
FONT_STYLE_NORMAL | The font style is |
FONT_STYLE_ITALIC | The font style is |
FONT_STYLE_INVALID | Invalid FontStyle value. |
enum FontWeight_t |
Enumeration of values permitted as the value of the "weight" attribute on Font objects.
Enumerator | |
---|---|
FONT_WEIGHT_UNSET | The font weight is unset. |
FONT_WEIGHT_NORMAL | The font weight is |
FONT_WEIGHT_BOLD | The font weight is |
FONT_WEIGHT_INVALID | Invalid FontWeight value. |
Enumeration of values permitted as the value of the "spreadmethod" attribute on Gradient objects.
enum HTextAnchor_t |
Enumeration of values permitted as the value of the "text-anchor" attribute on various objects.
enum SBMLRenderTypeCode_t |
SBMLRenderTypeCode_t Enumeration of possible types in the libSBML “render” package implementation.
enum VTextAnchor_t |
Enumeration of values permitted as the value of the "vtext-anchor" attribute on various objects.