| Package | Description |
|---|---|
| info.leadinglight.jdot | |
| info.leadinglight.jdot.enums |
| Modifier and Type | Method and Description |
|---|---|
Graph |
Graph.setBgColor(Color.SVG color) |
ClusterGraph |
ClusterGraph.setBgColor(Color.SVG color) |
Node |
Node.setColor(Color.SVG color) |
Edge |
Edge.setColor(Color.SVG color) |
ClusterGraph |
ClusterGraph.setColor(Color.SVG color) |
Node |
Node.setFillColor(Color.SVG color) |
Edge |
Edge.setFillColor(Color.SVG color) |
ClusterGraph |
ClusterGraph.setFillColor(Color.SVG color) |
Node |
Node.setFontColor(Color.SVG fontcolor) |
Graph |
Graph.setFontColor(Color.SVG fontcolor) |
Edge |
Edge.setFontColor(Color.SVG fontcolor) |
ClusterGraph |
ClusterGraph.setFontColor(Color.SVG fontcolor) |
Edge |
Edge.setLabelFontColor(Color.SVG fontcolor) |
ClusterGraph |
ClusterGraph.setPenColor(Color.SVG color) |
| Modifier and Type | Method and Description |
|---|---|
static Color.SVG |
Color.SVG.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color.SVG[] |
Color.SVG.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.