Package uno.anahata.asi.swing.agi.message.part.text
package uno.anahata.asi.swing.agi.message.part.text
Provides specialized renderers for different segments of a text message part.
This package includes support for rendering markdown (markup), code blocks with
syntax highlighting, and specialized visualizers for UML diagrams like Mermaid.
-
ClassDescriptionAbstract base class for rendering individual text segments (e.g., markdown text or code blocks).The authoritative renderer for all code block segments in the platform.Renders a markdown text segment into a
WrappingEditorPane.A specialized renderer for Mermaid diagrams.A record that describes a segment of text within aTextPartPanel.Defines the type of a text segment within aAbstractTextSegmentRenderer.

