Functions to export views to PlantUML.
Functions to export views to PlantUML.
(alias-name kw)
Returns a valid PlantUML alias for the namespaced keyword kw
.
Returns a valid PlantUML alias for the namespaced keyword `kw`.
Maps direction keys to PlantUML Rel suffixes.
Maps direction keys to PlantUML Rel suffixes.
Map from element type to PlantUML method.
Map from element type to PlantUML method.
(load-sprite-mappings options)
Loads the mappings from tech to sprite.
Loads the mappings from tech to sprite.
(load-sprite-mappings-from-dir dir)
Loads the mappings from the directory dir
and returns the merged map.
Loads the mappings from the directory `dir` and returns the merged map.
(load-sprite-mappings-from-resource resources)
Loads the list of resources
and returns the merged map.
Loads the list of `resources` and returns the merged map.
(local-import path)
(local-import prefix path)
Renders a local import.
Renders a local import.
(remote-import url)
(remote-import prefix path)
Renders a remote import.
Renders a remote import.
Renders an element in PlantUML.
Multifunction dispatching on the value of the :el key of the element e
.
Renders an element in PlantUML. Multifunction dispatching on the value of the :el key of the element `e`.
(render-imports diagram)
Renders the imports for the diagram.
Renders the imports for the diagram.
(render-layout diagram)
Renders the layout for the diagram.
Renders the layout for the diagram.
(render-legend diagram)
Renders the legend for the diagram.
Renders the legend for the diagram.
(render-sprite-import diagram sprite)
Renders the import for an sprite.
Renders the import for an sprite.
(render-sprite-imports diagram)
Renders the imports for icon/sprite libraries.
Renders the imports for icon/sprite libraries.
(render-spritelib-import diagram sprite-lib)
Renders the imports for an sprite library.
Renders the imports for an sprite library.
Renders a styles for the diagram.
Renders a styles for the diagram.
(render-title diagram)
Renders the title of the diagram.
Renders the title of the diagram.
(short-name kw)
Returns a valid PlantUML alias for the name part of the keyword kw
.
Returns a valid PlantUML alias for the name part of the keyword `kw`.
(sorted-sprite-mappings m)
Returns a list of sprite mappings sorted by the key.
Returns a list of sprite mappings sorted by the key.
Definition of sprite libraries.
Definition of sprite libraries.
(sprite-path sprite)
Returns a path for the given sprite
.
Returns a path for the given `sprite`.
(sprite? tech)
Returns true if the icon-map contains an icon for the given technology.
Returns true if the icon-map contains an icon for the given technology.
(sprites-for-diagram diagram)
Collects the sprites for the
Collects the sprites for the
Maps the subtype of an element to the PlantUML suffix.
Maps the subtype of an element to the PlantUML suffix.
Map from diagram type to PlantUML import.
Map from diagram type to PlantUML import.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close