Interface Renderer.Vertex<V,E>
-
- All Known Implementing Classes:
BasicVertexRenderer,CachingVertexRenderer,GradientVertexRenderer,Renderer.Vertex.NOOP,VertexImageShaperDemo.DemoRenderer
public static interface Renderer.Vertex<V,E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRenderer.Vertex.NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
-