public class PlainClassRenderer extends java.lang.Object implements AtomicVertexRenderer
AtomicVertex
with
ClassAttributes
.Constructor and Description |
---|
PlainClassRenderer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex.
|
public java.lang.String render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)
ClassAttributes
.render
in interface AtomicVertexRenderer
vertex
- Vertex to be rendered.cycle
- Cycle to which vertex
belongs. Will be
null
if it does not belong to a cycle (i.e.
a strong component with more than one element).layerIndex
- Index of the layer to which vertex
belongs.