Uses of Class
de.quantummaid.httpmaid.chains.graph.Label
-
Packages that use Label Package Description de.quantummaid.httpmaid.chains.graph -
-
Uses of Label in de.quantummaid.httpmaid.chains.graph
Methods in de.quantummaid.httpmaid.chains.graph that return Label Modifier and Type Method Description static LabelLabel. emptyLabel()static LabelLabel. htmlLabel(String html)static LabelLabel. textLabel(String text)Methods in de.quantummaid.httpmaid.chains.graph with parameters of type Label Modifier and Type Method Description static EdgeEdge. edge(Node from, Node to, Color color, Label label)static NodeNode. node(String name, Label label, Color color)
-