public static interface EdgeVertexTileRenderer.EdgeVertexRenderer
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of this tile Render which would be shown in frontend
|
boolean |
renderEdge(Edge e,
EdgeVertexTileRenderer.EdgeVisualAttributes attrs) |
boolean |
renderVertex(Vertex v,
EdgeVertexTileRenderer.VertexVisualAttributes attrs) |
boolean renderEdge(Edge e, EdgeVertexTileRenderer.EdgeVisualAttributes attrs)
e - The edge being rendered.attrs - The edge visual attributes to fill-in.boolean renderVertex(Vertex v, EdgeVertexTileRenderer.VertexVisualAttributes attrs)
v - The vertex being rendered.attrs - The vertex visual attributes to fill-in.String getName()
Copyright © 2018. All rights reserved.