| ArrowSpec |
Arrow specification for line elements, equivalent to ggplot2's arrow(). |
6 |
| CanvasContext |
Provides canvas environment information needed for unit-to-pixel conversion. |
6 |
| CssRule |
Represents a single CSS rule with a selector and a set of properties. |
3 |
| CssThemeMapper |
The CSS theme mapping module. |
4 |
| DefaultTheme |
Provides factory methods for creating default themes equivalent to ggplot2's built-in themes: theme_grey, theme_bw, theme_classic, theme_minimal, theme_light, and theme_dark. |
6 |
| ElementGeom |
Geom defaults element, equivalent to ggplot2's element_geom(). |
11 |
| ElementHelpers |
|
8 |
| ElementLine |
Line element, equivalent to ggplot2's element_line(). |
9 |
| ElementPoint |
Point element, equivalent to ggplot2's element_point(). |
9 |
| ElementPolygon |
Polygon element, equivalent to ggplot2's element_polygon(). |
9 |
| ElementRect |
Rectangle element, equivalent to ggplot2's element_rect(). |
8 |
| ElementText |
Text element, equivalent to ggplot2's element_text(). |
13 |
| InheritanceTree |
Defines the inheritance relationships between theme elements and the element type for each named element. |
5 |
| LayoutCalculator |
The automatic layout calculation system. |
21 |
| Margin |
Represents a four-sided margin (top, right, bottom, left). |
7 |
| PlotLayout |
Contains computed pixel positions for the main plot regions. |
15 |
| ResolvedElementLine |
A line element with all properties resolved to pixel values. |
6 |
| ResolvedElementRect |
A rectangle element with all properties resolved to pixel values. |
7 |
| ResolvedElementText |
A text element with all properties resolved to pixel values. |
14 |
| Theme |
The main theme class that holds all ggplot2 theme elements and scalar properties. |
52 |
| ThemeElement |
Base class for all theme elements. |
6 |
| ThemeElementNames |
Contains string constants for all ggplot2 theme element names. |
146 |
| ThemeElementType |
Identifies the type of a theme element, used for CSS parsing and inheritance resolution. |
18 |
| Unit |
Represents a measurement with a unit, equivalent to R's grid::unit(). |
25 |
| UnitConverter |
Converts Unit values to pixels based on a CanvasContext. |
10 |
| UnitType |
Supported unit types for theme measurements, mirroring R's grid unit() system. |
20 |