Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jteg.gui
Interface InformationVisualizer  view InformationVisualizer download InformationVisualizer.java

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PlaceArmiesVisualizer

public interface InformationVisualizer
extends java.util.EventListener

This class provides an interface for objects that wish to visualize some information. They can register with the boardcanvas, which will call them whenever the canvas is updated.


Method Summary
 void draw(java.awt.Graphics2D graphics)
           
 

Method Detail

draw

public void draw(java.awt.Graphics2D graphics)