Modifier and Type | Method and Description |
---|---|
RelAbsVector |
RenderCubicBezier.basePoint1_X()
Returns the x value of the first base point of the curve (the one closer to the
starting point) as a reference.
|
RelAbsVector |
RenderCubicBezier.basePoint1_Y()
Returns the y value of the first base point of the curve (the one closer to the
starting point) as a reference.
|
RelAbsVector |
RenderCubicBezier.basePoint1_Z()
Returns the z value of the first base point of the curve (the one closer to the
starting point) as a reference.
|
RelAbsVector |
RenderCubicBezier.basePoint2_X()
Returns the x value of the second base point of the curve (the one further from the
starting point) as a reference.
|
RelAbsVector |
RenderCubicBezier.basePoint2_Y()
Returns the y value of the second base point of the curve (the one further from the
starting point) as a reference.
|
RelAbsVector |
RenderCubicBezier.basePoint2_Z()
Returns the z value of the second base point of the curve (the one further from the
starting point) as a reference.
|
RelAbsVector |
RadialGradient.getCenterX()
Returns the x coordinate for the center point as a reference.
|
RelAbsVector |
RadialGradient.getCenterY()
Returns the y coordinate for the center point as a reference.
|
RelAbsVector |
RadialGradient.getCenterZ()
Returns the z coordinate for the center point as a reference.
|
RelAbsVector |
Ellipse.getCX()
Returns the x coordinate for the center point as a reference.
|
RelAbsVector |
Ellipse.getCY()
Returns the y coordinate for the center point as a reference.
|
RelAbsVector |
Ellipse.getCZ()
Returns the z coordinate for the center point as a reference.
|
RelAbsVector |
RadialGradient.getFocalPointX()
Returns the x coordinate for the focal point as a reference.
|
RelAbsVector |
RadialGradient.getFocalPointY()
Returns the y coordinate for the focal point as a reference.
|
RelAbsVector |
RadialGradient.getFocalPointZ()
Returns the z coordinate for the focal point as a reference.
|
RelAbsVector |
Text.getFontSize()
Returns the font size as a reference.
|
RelAbsVector |
RenderGroup.getFontSize()
Returns the font size as a reference.
|
RelAbsVector |
Image.getHeight()
Returns a reference to the height of the image.
|
RelAbsVector |
Rectangle.getHeight()
Returns the height of the rectangle
|
RelAbsVector |
GradientStop.getOffset()
Returns the offset of the gradient.
|
RelAbsVector |
RadialGradient.getRadius()
Returns the radius as a reference.
|
RelAbsVector |
Rectangle.getRadiusX()
Returns the corner radius along the x axis
|
RelAbsVector |
Rectangle.getRadiusY()
Returns the corner radius along the y axis
|
RelAbsVector |
Ellipse.getRX()
Returns the radius along the x axis as a reference.
|
RelAbsVector |
Ellipse.getRY()
Returns the radius along the y axis as a reference.
|
RelAbsVector |
Image.getWidth()
Returns a reference to the width of the image.
|
RelAbsVector |
Rectangle.getWidth()
Returns the with of the rectangle
|
RelAbsVector |
Image.getX()
Returns a reference to the x coordinate of the image position.
|
RelAbsVector |
Text.getX()
Returns the x position offset as a reference.
|
RelAbsVector |
Rectangle.getX()
Returns the x coordinate of the rectangles position
|
RelAbsVector |
LinearGradient.getXPoint1()
Returns the x coordinate for the start point as a reference.
|
RelAbsVector |
LinearGradient.getXPoint2()
Returns the x coordinate for the end point as a reference.
|
RelAbsVector |
Image.getY()
Returns a reference to the y coordinate of the image position.
|
RelAbsVector |
Text.getY()
Returns the y position offset as a reference.
|
RelAbsVector |
Rectangle.getY()
Returns the y coordinate of the rectangles position
|
RelAbsVector |
LinearGradient.getYPoint1()
Returns the y coordinate for the start point as a reference.
|
RelAbsVector |
LinearGradient.getYPoint2()
Returns the y coordinate for the end point as a reference.
|
RelAbsVector |
Image.getZ()
Returns a reference to the z coordinate of the image position.
|
RelAbsVector |
Text.getZ()
Returns the z position offset as a reference.
|
RelAbsVector |
Rectangle.getZ()
Returns the z coordinate of the rectangles position
|
RelAbsVector |
LinearGradient.getZPoint1()
Returns the z coordinate for the start point as a reference.
|
RelAbsVector |
LinearGradient.getZPoint2()
Returns the z coordinate for the end point as a reference.
|
RelAbsVector |
RenderPoint.x()
Returns the x coordinate of the
RenderPoint as a reference. |
RelAbsVector |
RenderPoint.y()
Returns the y coordinate of the
RenderPoint as a reference. |
RelAbsVector |
RenderPoint.z()
Returns the z coordinate of the
RenderPoint as a reference. |
Modifier and Type | Method and Description |
---|---|
void |
RenderCubicBezier.setBasePoint1_X(RelAbsVector x)
Sets the x value of the first base point of the curve (the one closer to the
starting point).
|
void |
RenderCubicBezier.setBasePoint1_Y(RelAbsVector y)
Sets the y value of the first base point of the curve (the one closer to the
starting point).
|
void |
RenderCubicBezier.setBasePoint1_Z(RelAbsVector z)
Sets the z value of the first base point of the curve (the one closer to the
starting point).
|
void |
RenderCubicBezier.setBasePoint1(RelAbsVector x,
RelAbsVector y)
Sets the first basepoint to the given coordinatees.
|
void |
RenderCubicBezier.setBasePoint1(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the first basepoint to the given coordinatees.
|
void |
RenderCubicBezier.setBasePoint2_X(RelAbsVector x)
Sets the x value of the second base point of the curve (the one further from the
starting point).
|
void |
RenderCubicBezier.setBasePoint2_Y(RelAbsVector y)
Sets the y value of the second base point of the curve (the one further from the
starting point).
|
void |
RenderCubicBezier.setBasePoint2_Z(RelAbsVector z)
Sets the z value of the second base point of the curve (the one further from the
starting point).
|
void |
RenderCubicBezier.setBasePoint2(RelAbsVector x,
RelAbsVector y)
Sets the second basepoint to the given coordinatees.
|
void |
RenderCubicBezier.setBasePoint2(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the second basepoint to the given coordinatees.
|
void |
RadialGradient.setCenter(RelAbsVector x,
RelAbsVector y)
Sets the coordinates for the center point.
|
void |
RadialGradient.setCenter(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates for the center point.
|
void |
Ellipse.setCenter2D(RelAbsVector cx,
RelAbsVector cy)
Sets the 2D coordinates for the center point.
|
void |
Ellipse.setCenter3D(RelAbsVector cx,
RelAbsVector cy,
RelAbsVector cz)
Sets the 3D coordinates for the center point.
|
void |
Image.setCoordinates(RelAbsVector x,
RelAbsVector y)
Sets the position of the image relative to its viewport.
|
void |
Text.setCoordinates(RelAbsVector x,
RelAbsVector y)
Sets the position of the text within the viewport.
|
void |
RenderPoint.setCoordinates(RelAbsVector x,
RelAbsVector y)
Sets the coordinates of the
RenderPoint to the given values. |
void |
Image.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the position of the image relative to its viewport.
|
void |
Text.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the position of the text within the viewport.
|
void |
Rectangle.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the position of the Rectangle within the viewport.
|
void |
RenderPoint.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates of the
RenderPoint to the given values. |
void |
LinearGradient.setCoordinates(RelAbsVector x1,
RelAbsVector y1,
RelAbsVector x2,
RelAbsVector y2)
Sets the 2D coordinates for the start and the end point of the linear gradient vector.
|
void |
RadialGradient.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector r,
RelAbsVector fx,
RelAbsVector fy)
Sets the 2D coordinates for the center and the focal
point as well as the radius.
|
void |
LinearGradient.setCoordinates(RelAbsVector x1,
RelAbsVector y1,
RelAbsVector z1,
RelAbsVector x2,
RelAbsVector y2,
RelAbsVector z2)
Sets the 3D coordinates for the start and the end point of the linear gradient vector.
|
void |
RadialGradient.setCoordinates(RelAbsVector x,
RelAbsVector y,
RelAbsVector z,
RelAbsVector r,
RelAbsVector fx,
RelAbsVector fy,
RelAbsVector fz)
Sets the 3D coordinates for the center and the focal
point as well as the radius.
|
void |
Rectangle.setCoordinatesAndSize(RelAbsVector x,
RelAbsVector y,
RelAbsVector z,
RelAbsVector w,
RelAbsVector h)
Sets the position and the size of the Rectangle within the viewport.
|
void |
Ellipse.setCX(RelAbsVector cx)
Sets the x coordinates for the center point.
|
void |
Ellipse.setCY(RelAbsVector cy)
Sets the y coordinates for the center point.
|
void |
Ellipse.setCZ(RelAbsVector cz)
Sets the z coordinates for the center point.
|
void |
Image.setDimensions(RelAbsVector width,
RelAbsVector height)
Sets the dimensions of the image.
|
void |
RadialGradient.setFocalPoint(RelAbsVector x,
RelAbsVector y)
Sets the coordinates for the focal point.
|
void |
RadialGradient.setFocalPoint(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates for the focal point.
|
void |
Text.setFontSize(RelAbsVector size)
Sets the font size.
|
void |
RenderGroup.setFontSize(RelAbsVector size)
Sets the font size.
|
void |
Image.setHeight(RelAbsVector height)
Sets the height of the image when rendered.
|
void |
Rectangle.setHeight(RelAbsVector h)
Sets the height of the Rectangle
|
void |
GradientStop.setOffset(RelAbsVector offset)
Sets the offset to the given vector object.
|
void |
RenderPoint.setOffsets(RelAbsVector x,
RelAbsVector y)
Sets the coordinates of the
RenderPoint to the given values. |
void |
RenderPoint.setOffsets(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates of the
RenderPoint to the given values. |
void |
LinearGradient.setPoint1(RelAbsVector x,
RelAbsVector y)
Sets the coordinates for the start point of the linear gradient vector.
|
void |
LinearGradient.setPoint1(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates for the start point of the linear gradient vector.
|
void |
LinearGradient.setPoint2(RelAbsVector x,
RelAbsVector y)
Sets the coordinates for the end point of the linear gradient vector.
|
void |
LinearGradient.setPoint2(RelAbsVector x,
RelAbsVector y,
RelAbsVector z)
Sets the coordinates for the end point of the linear gradient vector.
|
void |
Ellipse.setRadii(RelAbsVector rx,
RelAbsVector ry)
Sets the radii of the ellipse
|
void |
Rectangle.setRadii(RelAbsVector rx,
RelAbsVector ry)
Sets the two corner radii of the rectangle
|
void |
RadialGradient.setRadius(RelAbsVector r)
Sets the radius of the radial gradient.
|
void |
Rectangle.setRadiusX(RelAbsVector rx)
Sets the corner radius along the x axis
|
void |
Rectangle.setRadiusY(RelAbsVector ry)
Sets the corner radius along the y axis
|
void |
Ellipse.setRX(RelAbsVector rx)
Sets the radius along the x axis
|
void |
Ellipse.setRY(RelAbsVector ry)
Sets the radius along the y axis
|
void |
Rectangle.setSize(RelAbsVector w,
RelAbsVector h)
Sets the size of the Rectangle
|
void |
Image.setWidth(RelAbsVector width)
Sets the width of the image when rendered.
|
void |
Rectangle.setWidth(RelAbsVector w)
Sets the siwidth of the Rectangle
|
void |
Image.setX(RelAbsVector coord)
Sets the x coordinate of the image position.
|
void |
Text.setX(RelAbsVector x)
Sets the x position of the text within the viewport.
|
void |
Rectangle.setX(RelAbsVector x)
Sets the x position of the Rectangle within the viewport.
|
void |
RenderPoint.setX(RelAbsVector x)
Sets the x ccordiante of the
RenderPoint object. |
void |
Image.setY(RelAbsVector coord)
Sets the y coordinate of the image position.
|
void |
Text.setY(RelAbsVector y)
Sets the y position of the text within the viewport.
|
void |
Rectangle.setY(RelAbsVector y)
Sets the y position of the Rectangle within the viewport.
|
void |
RenderPoint.setY(RelAbsVector y)
Sets the y ccordiante of the
RenderPoint object. |
void |
Image.setZ(RelAbsVector coord)
Sets the z coordinate of the image position.
|
void |
Text.setZ(RelAbsVector z)
Sets the z position of the text within the viewport.
|
void |
Rectangle.setZ(RelAbsVector z)
Sets the z position of the Rectangle within the viewport.
|
void |
RenderPoint.setZ(RelAbsVector z)
Sets the z ccordiante of the
RenderPoint object. |
Constructor and Description |
---|
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,
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.
|
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,
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. |
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,
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. |