public interface VertexColorFunction
Color
s given a
Vertex
.
Used by PluggableRenderer
to specify the colors in
which to render each vertex.Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackColor(Vertex v)
Deprecated.
Returns the
Color to use for drawing the interior
of the vertex v . |
java.awt.Color |
getForeColor(Vertex v)
Deprecated.
Returns the
Color to use for drawing the border and
text for the vertex v . |