public abstract class XMLAtomicVertexRenderer extends Object implements AtomicVertexRenderer
AtomicVertex with
NameAttributes.| Constructor and Description |
|---|
XMLAtomicVertexRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getElement() |
protected abstract String |
getRefElement() |
protected abstract AtomicVertexRenderer |
getVertexRenderer() |
String |
render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex.
|
public String render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)
ClassAttributes.render in interface AtomicVertexRenderervertex - 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.protected abstract AtomicVertexRenderer getVertexRenderer()
protected abstract String getElement()
protected abstract String getRefElement()
Copyright © 2014. All rights reserved.