Uses of Enum Class
org.apache.camel.spi.RouteDiagramDumper.NodeLabelMode
Packages that use RouteDiagramDumper.NodeLabelMode
-
Uses of RouteDiagramDumper.NodeLabelMode in org.apache.camel.spi
Subclasses with type arguments of type RouteDiagramDumper.NodeLabelMode in org.apache.camel.spiMethods in org.apache.camel.spi that return RouteDiagramDumper.NodeLabelModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RouteDiagramDumper.NodeLabelMode[]RouteDiagramDumper.NodeLabelMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.spi with parameters of type RouteDiagramDumper.NodeLabelModeModifier and TypeMethodDescriptiondefault StringRouteDiagramDumper.dumpRoutesAsAsciiArt(String filter, RouteDiagramDumper.NodeLabelMode nodeLabel, int nodeWidth) Dumps the routes as ASCII art textdefault StringRouteDiagramDumper.dumpRoutesAsAsciiArt(String filter, RouteDiagramDumper.NodeLabelMode nodeLabel, int nodeWidth, boolean unicode) Dumps the routes as ASCII art or Unicode box-drawing textRouteDiagramDumper.dumpRoutesAsImage(String filter, RouteDiagramDumper.Theme theme, boolean metrics, RouteDiagramDumper.NodeLabelMode nodeLabel, int nodeWidth, int fontSize) Dumps the routes as a PNG image