islandev
Interface SnapshotPainter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EmptySnapshotPainter

public interface SnapshotPainter
extends java.io.Serializable

A snapshot painter is capable of providing a graphical version of something related to the current evolutionary process, such as a diagram of the current elite individual.


Method Summary
 javax.swing.JComponent getPainter()
           
 

Method Detail

getPainter

public javax.swing.JComponent getPainter()