|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VertexColorFunction
An interface for classes that return Color
s given a
Vertex
.
Used by PluggableRenderer
to specify the colors in
which to render each vertex.
Method Summary | |
---|---|
Color |
getBackColor(Vertex v)
Deprecated. Returns the Color to use for drawing the interior
of the vertex v . |
Color |
getForeColor(Vertex v)
Deprecated. Returns the Color to use for drawing the border and
text for the vertex v . |
Method Detail |
---|
Color getForeColor(Vertex v)
Color
to use for drawing the border and
text for the vertex v
.
Color getBackColor(Vertex v)
Color
to use for drawing the interior
of the vertex v
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |