Modifier and Type | Class and Description |
---|---|
class |
LinearGradient
Representation of a linear gradient object from the SBML render extension.
|
class |
RadialGradient
Representation of a radial gradient object from the SBML render extension.
|
Modifier and Type | Method and Description |
---|---|
GradientBase |
ListOfGradientDefinitions.get(String id)
|
GradientBase |
RenderInformationBase.getGradientDefinition(long index)
Returns a pointer to the gradient definition with the given index, or
null
if the index is invalid. |
GradientBase |
RenderInformationBase.getGradientDefinition(String id)
Returns a pointer to the gradient definition with the given
id , or null
if there is no gradient definition with that id. |
GradientBase |
ListOfGradientDefinitions.remove(String sid)
Removes item in this
ListOfGradientDefinitions items with the given identifier. |
GradientBase |
RenderInformationBase.removeGradientDefinition(long index)
Removes the gradient definition with the given index.
|
Modifier and Type | Method and Description |
---|---|
int |
RenderInformationBase.addGradientDefinition(GradientBase gradient)
Adds a copy of the given gradient definition to the end of the list of
gradient definitions.
|