jaga.pj.circuits.fpgaft
Class CircuitSimulatorPainterObject

java.lang.Object
  |
  +--jaga.pj.circuits.fpgaft.CircuitSimulatorPainterObject
All Implemented Interfaces:
java.io.Serializable, islandev.SnapshotPainter

public class CircuitSimulatorPainterObject
extends java.lang.Object
implements islandev.SnapshotPainter

See Also:
Serialized Form

Constructor Summary
CircuitSimulatorPainterObject(CircuitPainter cp, CircuitMapping mapping)
          Creates a new instance of PainterObject
 
Method Summary
 javax.swing.JComponent getPainter()
           
 void setEvoTask(islandev.EvolutionaryInteractiveTask moni)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircuitSimulatorPainterObject

public CircuitSimulatorPainterObject(CircuitPainter cp,
                                     CircuitMapping mapping)
Creates a new instance of PainterObject
Method Detail

setEvoTask

public void setEvoTask(islandev.EvolutionaryInteractiveTask moni)

getPainter

public javax.swing.JComponent getPainter()
Specified by:
getPainter in interface islandev.SnapshotPainter