public interface VertexLabelRenderer
Modifier and Type | Method and Description |
---|---|
<T> Component |
getVertexLabelRendererComponent(JComponent vv,
Object value,
Font font,
boolean isSelected,
T vertex)
Returns the component used for drawing the label.
|
<T> Component getVertexLabelRendererComponent(JComponent vv, Object value, Font font, boolean isSelected, T vertex)
vv
- the JComponent
that is asking the
renderer to draw; can be null
value
- the value of the cell to be rendered. It is
up to the specific renderer to interpret
and draw the value. For example, if
value
is the string "true", it could be rendered as a
string or it could be rendered as a check
box that is checked. null
is a
valid valuevertex
- the vertex for the label being drawn.Copyright © 2015. All rights reserved.