Uses of Class
de.quantummaid.httpmaid.chains.graph.Color
-
Packages that use Color Package Description de.quantummaid.httpmaid.chains.graph -
-
Uses of Color in de.quantummaid.httpmaid.chains.graph
Fields in de.quantummaid.httpmaid.chains.graph declared as Color Modifier and Type Field Description static ColorColor. BLACKstatic ColorColor. BLUEstatic ColorColor. GREENstatic ColorColor. ORANGEstatic ColorColor. PURPLEstatic ColorColor. REDstatic ColorColor. VIOLETstatic ColorColor. YELLOWMethods in de.quantummaid.httpmaid.chains.graph that return Color Modifier and Type Method Description ColorColorPool. assign(T key)Methods in de.quantummaid.httpmaid.chains.graph with parameters of type Color Modifier and Type Method Description static EdgeEdge. edge(Node from, Node to, Color color, Label label)static NodeNode. node(String name, Color color)static NodeNode. node(String name, Label label, Color color)
-