class Cruml::Renders::Config
- Cruml::Renders::Config
- Reference
- Object
Overview
Stores the diagram configuration.
Defined in:
renders/config.crClass Method Summary
-
.abstract_color : String
Gets the color for abstract classes.
-
.class_color : String
Gets the color for classes.
-
.class_def_colors : String
Generates the class definitions for the diagram.
-
.interface_color : String
Gets the color for interfaces.
-
.module_color : String
Gets the color for modules.
-
.no_color=(no_color : Bool)
Whether to disable colors in the diagram.
-
.no_color? : Bool
Whether to disable colors in the diagram.
-
.text_color : String
Gets the text color.
-
.theme : Symbol
The theme of the diagram (
:light
or:dark
). -
.theme=(theme : Symbol)
The theme of the diagram (
:light
or:dark
). -
.theme_color : String
Gets the theme color.