Constructor and Description |
---|
ColorDefinition(RenderPkgNamespaces renderns)
Creates a new
ColorDefinition object with the given SBMLNamespaces . |
ColorDefinition(RenderPkgNamespaces renderns,
short r,
short g,
short b)
Constructor which sets the
ColorDefinition to the given RGBA values. |
ColorDefinition(RenderPkgNamespaces renderns,
short r,
short g,
short b,
short a)
Constructor which sets the
ColorDefinition to the given RGBA values. |
ColorDefinition(RenderPkgNamespaces renderns,
String id)
Constructor which sets the
ColorDefinition to completely opaque
black and sets the id to the given string. |
ColorDefinition(RenderPkgNamespaces renderns,
String id,
short r,
short g,
short b)
Constructor which sets the
ColorDefinition to the given RGBA values
and sets the id. |
ColorDefinition(RenderPkgNamespaces renderns,
String id,
short r,
short g,
short b,
short a)
Constructor which sets the
ColorDefinition to the given RGBA values
and sets the id. |
Ellipse(RenderPkgNamespaces renderns)
Creates a new
Ellipse object with the given SBMLNamespaces . |
Ellipse(RenderPkgNamespaces renderns,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector r)
Constructor with 2D center and radius.
|
Ellipse(RenderPkgNamespaces renderns,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector rx,
RelAbsVector ry)
Constructor with 2D center and radii.
|
Ellipse(RenderPkgNamespaces renderns,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector cz,
RelAbsVector rx,
RelAbsVector ry)
Constructor with 3D center and radii.
|
Ellipse(RenderPkgNamespaces renderns,
String id)
Instantiates a new ellipse object with the center set to 0,0,0
and the radii also set to 0.
|
Ellipse(RenderPkgNamespaces renderns,
String id,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector r)
Constructor with id, 2D center and radius.
|
Ellipse(RenderPkgNamespaces renderns,
String id,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector rx,
RelAbsVector ry)
Constructor with id, 2D center and radii.
|
Ellipse(RenderPkgNamespaces renderns,
String id,
RelAbsVector cx,
RelAbsVector cy,
RelAbsVector cz,
RelAbsVector rx,
RelAbsVector ry)
Constructor with id, 3D center and radii.
|
GlobalRenderInformation(RenderPkgNamespaces renderns)
Creates a new
GlobalRenderInformation object with the given SBMLNamespaces . |
GlobalRenderInformation(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
GlobalRenderInformation with the given id
and all lists empty. |
GlobalStyle(RenderPkgNamespaces renderns)
Creates a new
GlobalStyle object with the given SBMLNamespaces . |
GlobalStyle(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
GlobalStyle with the given id
and all lists empty. |
GradientStop(RenderPkgNamespaces renderns)
Creates a new
GradientStop object with the given SBMLNamespaces . |
Image(RenderPkgNamespaces renderns)
Creates a new
Image object with the given SBMLNamespaces . |
Image(RenderPkgNamespaces renderns,
String id)
Instantiates an
Image object with the given id . |
LinearGradient(RenderPkgNamespaces renderns)
Creates a new
LinearGradient object with the given SBMLNamespaces . |
LinearGradient(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
LinearGradient with no gradient stops. |
LineEnding(RenderPkgNamespaces renderns)
Creates a new
LineEnding object with the given SBMLNamespaces . |
LineEnding(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
LineEnding with an empty group object,
and a viewport with a size of 0. |
ListOfColorDefinitions(RenderPkgNamespaces renderns)
Ctor.
|
ListOfCurveElements(RenderPkgNamespaces renderns)
Ctor.
|
ListOfDrawables(RenderPkgNamespaces renderns)
Ctor.
|
ListOfGlobalRenderInformation(RenderPkgNamespaces renderns)
Ctor.
|
ListOfGlobalStyles(RenderPkgNamespaces renderns)
Ctor.
|
ListOfGradientDefinitions(RenderPkgNamespaces renderns)
Ctor.
|
ListOfGradientStops(RenderPkgNamespaces renderns)
Ctor.
|
ListOfLineEndings(RenderPkgNamespaces renderns)
Ctor.
|
ListOfLocalRenderInformation(RenderPkgNamespaces renderns)
Ctor.
|
ListOfLocalStyles(RenderPkgNamespaces renderns)
Ctor.
|
LocalRenderInformation(RenderPkgNamespaces renderns)
Creates a new
LocalRenderInformation object with the given SBMLNamespaces . |
LocalRenderInformation(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
LocalRenderInformation with the given id
and all lists empty. |
LocalStyle(RenderPkgNamespaces renderns)
Creates a new
LocalStyle object with the given SBMLNamespaces . |
LocalStyle(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
LocalStyle with an empty group
and empty id, role and type list. |
Polygon(RenderPkgNamespaces renderns)
Creates a new
Polygon object with the given SBMLNamespaces . |
Polygon(RenderPkgNamespaces renderns,
String id)
Instanciates a polygon with the given
id and no elements. |
RadialGradient(RenderPkgNamespaces renderns)
Creates a new
RadialGradient object with the given SBMLNamespaces . |
RadialGradient(RenderPkgNamespaces renderns,
String id)
Constructor which creates a
RadialGradient with no gradient stops. |
Rectangle(RenderPkgNamespaces renderns)
Creates a new Rectangle object with the given
SBMLNamespaces . |
Rectangle(RenderPkgNamespaces renderns,
String id)
Instantiates a new Rectangle object.
|
Rectangle(RenderPkgNamespaces renderns,
String id,
RelAbsVector x,
RelAbsVector y,
RelAbsVector w,
RelAbsVector h)
Instantiates a new Rectangle object.
|
Rectangle(RenderPkgNamespaces renderns,
String id,
RelAbsVector x,
RelAbsVector y,
RelAbsVector z,
RelAbsVector w,
RelAbsVector h)
Instantiates a new Rectangle object.
|
RenderCubicBezier(RenderPkgNamespaces renderns)
Creates a new
RenderCubicBezier object with the given SBMLNamespaces . |
RenderCubicBezier(RenderPkgNamespaces renderns,
RelAbsVector bp1_x,
RelAbsVector bp1_y,
RelAbsVector bp1_z,
RelAbsVector bp2_x,
RelAbsVector bp2_y,
RelAbsVector bp2_z,
RelAbsVector end_x,
RelAbsVector end_y,
RelAbsVector end_z)
Creates a
CubicBezier with the given points. |
RenderCurve(RenderPkgNamespaces renderns)
Creates a new
RenderCurve object with the given SBMLNamespaces . |
RenderCurve(RenderPkgNamespaces renderns,
String id)
Instantiates an empty curve object with the given
id . |
RenderGraphicalObjectPlugin(String uri,
String prefix,
RenderPkgNamespaces groupsns)
Constructor
|
RenderGroup(RenderPkgNamespaces renderns)
Creates a new
RenderGroup object with the given SBMLNamespaces . |
RenderGroup(RenderPkgNamespaces renderns,
String id)
Instantiates a new
RenderGroup object. |
RenderLayoutPlugin(String uri,
String prefix,
RenderPkgNamespaces groupsns)
Constructor
|
RenderListOfLayoutsPlugin(String uri,
String prefix,
RenderPkgNamespaces groupsns)
Constructor
|
RenderPkgNamespaces(RenderPkgNamespaces orig) |
RenderPoint(RenderPkgNamespaces renderns)
Creates a new
RenderPoint object with the given SBMLNamespaces . |
RenderPoint(RenderPkgNamespaces renderns,
RelAbsVector x,
RelAbsVector y)
Creates a new point with the given ccordinates.
|
RenderPoint(RenderPkgNamespaces renderns,
RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Creates a new point with the given ccordinates.
|
Text(RenderPkgNamespaces renderns)
Creates a new
Text object with the given SBMLNamespaces . |
Text(RenderPkgNamespaces renderns,
String id)
Instantiates a new
Text object with the given id and position offset. |
Text(RenderPkgNamespaces renderns,
String id,
RelAbsVector x)
Instantiates a new
Text object with the given id and position offset. |
Text(RenderPkgNamespaces renderns,
String id,
RelAbsVector x,
RelAbsVector y)
Instantiates a new
Text object with the given id and position offset. |
Text(RenderPkgNamespaces renderns,
String id,
RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Instantiates a new
Text object with the given id and position offset. |