Interface IDiagramConfig

    • Method Detail

      • getName

        @Stability(Experimental)
        @NotNull
        String getName()
        (experimental) Name of the diagram.

        Used as the basename of the generated file(s) which gets the extension appended.

      • getTitle

        @Stability(Experimental)
        @NotNull
        String getTitle()
        (experimental) The title of the diagram.
      • getIgnoreDefaults

        @Stability(Experimental)
        @Nullable
        default Boolean getIgnoreDefaults()
        (experimental) Indicates if default diagram config is applied as defaults to this config.

        Default: false