| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Field and Description |
|---|---|
protected RelAbsVector |
Ellipse.cx |
protected RelAbsVector |
Ellipse.cy |
protected RelAbsVector |
Ellipse.cz |
protected RelAbsVector |
Ellipse.rx |
protected RelAbsVector |
Ellipse.ry |
| Modifier and Type | Method and Description |
|---|---|
GradientStop |
GradientBase.createGradientStop(RelAbsVector offset,
String stopColor)
create a new GradientStop element and adds it to the ListOfGradientStops list
|
void |
RadialGradient.setCx(RelAbsVector cx)
Set the value of cx
|
void |
Ellipse.setCx(RelAbsVector cx)
Set the value of cx
|
void |
RadialGradient.setCy(RelAbsVector cy)
Set the value of cy
|
void |
Ellipse.setCy(RelAbsVector cy)
Set the value of cy
|
void |
RadialGradient.setCz(RelAbsVector cz)
Set the value of cz
|
void |
Ellipse.setCz(RelAbsVector cz)
Set the value of cz
|
void |
Text.setFontSize(RelAbsVector fontSize) |
void |
FontRenderStyle.setFontSize(RelAbsVector fontSize)
Set the value of fontSize
|
void |
RadialGradient.setFx(RelAbsVector fx)
Set the value of fx
|
void |
RadialGradient.setFy(RelAbsVector fy)
Set the value of fy
|
void |
RadialGradient.setFz(RelAbsVector fz)
Set the value of fz
|
void |
Rectangle.setHeight(RelAbsVector height)
Set the value of height
|
void |
Image.setHeight(RelAbsVector height)
Set the value of height
|
void |
GradientStop.setOffset(RelAbsVector offset)
Set the value of offset
|
void |
RadialGradient.setR(RelAbsVector r)
Set the value of r
|
void |
Rectangle.setRx(RelAbsVector rx)
Set the value of
Rectangle.rx |
void |
Ellipse.setRx(RelAbsVector rx)
Set the value of rx
|
void |
Rectangle.setRy(RelAbsVector ry)
Set the value of
Rectangle.ry |
void |
Ellipse.setRy(RelAbsVector ry)
Set the value of ry
|
void |
Rectangle.setWidth(RelAbsVector width)
Set the value of width
|
void |
Image.setWidth(RelAbsVector width)
Set the value of width
|
void |
RenderPoint.setX(RelAbsVector x) |
void |
Rectangle.setX(RelAbsVector x) |
void |
Point3D.setX(RelAbsVector x)
Set the value of x
|
void |
Image.setX(RelAbsVector x)
Set the value of x
|
void |
Text.setX(RelAbsVector x) |
void |
RenderCubicBezier.setX1(RelAbsVector x1)
Set the value of x1
|
void |
LinearGradient.setX1(RelAbsVector x1)
Set the value of x1
|
void |
RenderCubicBezier.setX2(RelAbsVector x2)
Set the value of x2
|
void |
LinearGradient.setX2(RelAbsVector x2)
Set the value of x2
|
void |
RenderPoint.setY(RelAbsVector y) |
void |
Rectangle.setY(RelAbsVector y) |
void |
Point3D.setY(RelAbsVector y)
Set the value of y
|
void |
Image.setY(RelAbsVector y)
Set the value of y
|
void |
Text.setY(RelAbsVector y) |
void |
RenderCubicBezier.setY1(RelAbsVector y1)
Set the value of y1
|
void |
LinearGradient.setY1(RelAbsVector y1)
Set the value of y1
|
void |
RenderCubicBezier.setY2(RelAbsVector y2)
Set the value of y2
|
void |
LinearGradient.setY2(RelAbsVector y2)
Set the value of y2
|
void |
RenderPoint.setZ(RelAbsVector z) |
void |
Rectangle.setZ(RelAbsVector z) |
void |
Point3D.setZ(RelAbsVector z)
Set the value of z
|
void |
Image.setZ(RelAbsVector z)
Set the value of z
|
void |
Text.setZ(RelAbsVector z) |
void |
RenderCubicBezier.setZ1(RelAbsVector z1)
Set the value of z1
|
void |
LinearGradient.setZ1(RelAbsVector z1)
Set the value of z1
|
void |
RenderCubicBezier.setZ2(RelAbsVector z2)
Set the value of z2
|
void |
LinearGradient.setZ2(RelAbsVector z2)
Set the value of z2
|
| Constructor and Description |
|---|
GradientStop(RelAbsVector offset,
String stopColor)
Creates a GradientStop instance with an offset and a color.
|
GradientStop(RelAbsVector offset,
String stopColor,
int level,
int version)
Creates a GradientStop instance with an offset, color, level, and version.
|
RelAbsVector(RelAbsVector original)
Copy-constructor
|
Copyright © 2009–2020. All rights reserved.