|
Antares Simulator
Power System Simulator
|
Represents the style attributes for a box in a graph. More...
#include <AstDOTStyleVisitor.h>
Public Attributes | |
| std::string_view | color |
| The color of the box. More... | |
| std::string_view | shape |
| The shape of the box. More... | |
| std::string_view | style |
| The style of the box. More... | |
Represents the style attributes for a box in a graph.
This structure defines the visual properties of a box, such as its color, shape, and style, which are used to customize the appearance of nodes in a graph.
| std::string_view Antares::Expressions::Visitors::BoxStyle::color |
The color of the box.
This attribute specifies the color of the box. It is a string view that should contain a valid color name or code.
| std::string_view Antares::Expressions::Visitors::BoxStyle::shape |
The shape of the box.
This attribute specifies the shape of the box. It is a string view that should contain a valid shape description (e.g., "circle", "rectangle").
| std::string_view Antares::Expressions::Visitors::BoxStyle::style |
The style of the box.
This attribute specifies the style of the box. It is a string view that should contain a valid style description (e.g., "filled", "dotted").