Uses of Class
net.sourceforge.plantuml.jsondiagram.StyleExtractor
Packages that use StyleExtractor
Package
Description
Provides classes used to manage
[Tree] Files diagram.
Provides classes used to manage
JSON Diagram.
-
Uses of StyleExtractor in net.sourceforge.plantuml.filesdiagram
Constructors in net.sourceforge.plantuml.filesdiagram with parameters of type StyleExtractorModifierConstructorDescriptionFilesDiagram
(UmlSource source, StyleExtractor styleExtractor, PreprocessingArtifact preprocessing) -
Uses of StyleExtractor in net.sourceforge.plantuml.jsondiagram
Constructors in net.sourceforge.plantuml.jsondiagram with parameters of type StyleExtractorModifierConstructorDescriptionJsonDiagram
(UmlSource source, UmlDiagramType type, JsonValue json, List<Highlighted> highlighted, StyleExtractor styleExtractor, PreprocessingArtifact preprocessing)