| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| org.sbml.jsbml.ext.render.director |
This package contains interfaces and classes to create an implementation
to create a graphical representation of the
Layout
of a SBML document. |
| Class | Description |
|---|---|
| AbstractRenderPlugin | |
| ColorDefinition | |
| DefaultValues |
Encodes default values within the containing
ListOfGlobalRenderInformation or
ListOfLocalRenderInformation. |
| Ellipse |
Encodes an ellipse.
|
| FontFamily |
The FontFamily enumeration gives a hint as to which font is to be used when rendering
Text elements. |
| FontRenderStyle | |
| GlobalRenderInformation | |
| GradientBase | |
| GradientBase.Spread |
The type GradientSpreadMethod is being used by GradientBase elements to decide how gradients propagate over
the whole element they are applied to.
|
| GradientStop | |
| GraphicalPrimitive1D | |
| GraphicalPrimitive2D | |
| GraphicalPrimitive2D.FillRule |
The type FillRule enumeration describes how a surface created by connecting points on a Polygon are to be filled when rendered.
|
| HTextAnchor |
The enumeration HTextAnchor defines the horizontal alignment of text elements.
|
| Image | |
| LinearGradient | |
| LineEnding | |
| ListOfGlobalRenderInformation |
Derives from the
ListOf class and contains one or more objects of type GlobalRenderInformation. |
| ListOfLocalRenderInformation |
Derives from the
ListOf class and contains one or more objects of type LocalRenderInformation. |
| ListOfRenderInformation |
Derives from the
ListOf class and contains one or more objects of type RenderInformationBase. |
| LocalRenderInformation | |
| LocalStyle | |
| Point3D | |
| Polygon | |
| RadialGradient | |
| Rectangle | |
| RelAbsVector |
Implements the RelAbsVector-datatype defined in the render-specification:
A RelAbsVector encodes a single number as a combination of an absolute and a
relative part: "a + r%", where the relative part is with respect to some
surrounding space (like a boundingBox).
This implementation deviates from the one in libSBML in that the support for ,Coordinate' get/set/isSet is reduced |
| RenderCubicBezier | |
| RenderCurve |
Implements the curve concept from the SBML render extension.
|
| RenderCurveSegment |
Parent class to
RenderPoint and RenderCubicBezier. |
| RenderCurveSegment.Type | |
| RenderGraphicalObjectPlugin |
Extends the
GraphicalObject class with an extra attribute. |
| RenderGroup |
The
RenderGroup class from the SBML render extension is used to group graphical primitives together
to create composite representations from simple primitives. |
| RenderInformationBase | |
| RenderLayoutPlugin | |
| RenderListOfLayoutsPlugin | |
| RenderPoint | |
| Style | |
| Style.Type |
The type StyleType is used by
LocalStyle and GlobalStyle elements, in order to apply a particular style to a
GraphicalObject. |
| Text | |
| Transformation | |
| Transformation2D | |
| VTextAnchor |
The VTextAnchor enumeration allows models to specify how text elements are to be
vertically aligned within their
BoundingBox. |
| Class | Description |
|---|---|
| LocalStyle |
Copyright © 2009–2022. All rights reserved.