Class AbstractRepresentation
java.lang.Object
signalprocesser.voronoi.representation.AbstractRepresentation
- All Implemented Interfaces:
RepresentationInterface
- Direct Known Subclasses:
BoundaryProblemRepresentation
,SimpleTriangulationRepresentation
,TriangulationRepresentation
,VoronoiCellRepresentation
,VoronoiCellRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract VPoint
createPoint
(int x, int y) abstract void
paint
(Graphics2D g) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface signalprocesser.voronoi.representation.RepresentationInterface
beginAlgorithm, circleEvent, endAlgorithm, siteEvent
-
Constructor Details
-
AbstractRepresentation
public AbstractRepresentation()
-
-
Method Details
-
createPoint
-
paint
-