scratch.danyel.sample
Class SimpleRenderer
java.lang.Object
edu.uci.ics.jung.visualization.AbstractRenderer
scratch.danyel.sample.SimpleRenderer
- All Implemented Interfaces:
- Renderer
public class SimpleRenderer
- extends AbstractRenderer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRenderer
public SimpleRenderer(StringLabeller sl)
paintEdge
public void paintEdge(Graphics g,
Edge e,
int x1,
int y1,
int x2,
int y2)
- Specified by:
paintEdge
in interface Renderer
- Specified by:
paintEdge
in class AbstractRenderer
paintVertex
public void paintVertex(Graphics g,
Vertex v,
int x,
int y)
- Specified by:
paintVertex
in interface Renderer
- Specified by:
paintVertex
in class AbstractRenderer