public abstract class AbstractRepresentation extends java.lang.Object implements RepresentationInterface
Constructor and Description |
---|
AbstractRepresentation() |
Modifier and Type | Method and Description |
---|---|
abstract VPoint |
createPoint(int x,
int y) |
abstract void |
paint(java.awt.Graphics2D g) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginAlgorithm, circleEvent, endAlgorithm, siteEvent
public abstract VPoint createPoint(int x, int y)
public abstract void paint(java.awt.Graphics2D g)