diff --git a/docs/html/annotated.html b/docs/html/annotated.html index 882c6344..607a24f5 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -86,6 +86,9 @@ $(function() {
|
-
|
-
|
-Point (tvg) | -Scene (tvg) | -|||
|
-Shape (tvg) | -||||||
Canvas (tvg) | -GlCanvas (tvg) | -Matrix (tvg) | -SwCanvas (tvg) | -||||
Fill::ColorStop (tvg) |
|
|
-RadialGradient (tvg) | -||||
|
|
-||||||
Initializer (tvg) | +Tvg_Matrix | +||||||
Tvg_Point | +|||||||
Canvas (tvg) | +Initializer (tvg) | Paint (tvg) | +Saver (tvg) | ||||
Fill (tvg) | +|||||||
Fill::ColorStop (tvg) |
|
Picture (tvg) | -Saver (tvg) | +Scene (tvg) | |||
LinearGradient (tvg) | -|||||||
|
+Point (tvg) | +Shape (tvg) | +|||||
LinearGradient (tvg) | +
|
+SwCanvas (tvg) | +|||||
Fill (tvg) | +
|
+
|
+|||||
|
+RadialGradient (tvg) | +||||||
Matrix (tvg) | +Tvg_Color_Stop | +||||||
GlCanvas (tvg) | +|||||||
Public Member Functions |
Public Member Functions |
Public Member Functions |
Public Member Functions |
Public Member Functions |
Public Member Functions |
Public Types | CShape | A class representing two-dimensional figures and their properties |
CPoint | A data structure representing a point in two-dimensional space |
CSaver | A class for exporting a paint object into a specified file, from which to recover the paint data later |
CTvg_Color_Stop | A data structure storing the information about the color and its relative position inside the gradient bounds |
CTvg_Matrix | A data structure representing a three-dimensional matrix |
CTvg_Point | A data structure representing a point in two-dimensional space |
ThorVG | ThorVG classes and enumerations providing C++ APIs |
▼ThorVG_CAPI | ThorVG C language binding APIs |
Initializer | A module enabling initialization and termination of the TVG engines |
▼Canvas | A module for managing and drawing graphical elements |
SwCanvas | A module for rendering the graphical elements using the software engine |
Paint | A module for managing graphical elements. It enables duplication, transformation and composition |
Shape | A module for managing two-dimensional figures and their properties |
Gradient | A module managing the gradient fill of objects |
Picture | A module enabling to create and to load an image in one of the supported formats: svg, png, jpg and raw |
Scene | A module managing the multiple paints as one group paint |
Saver | A module for exporting a paint object into a specified file |