All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface tdg.BadDogCallback

public interface BadDogCallback

Method Index

 o drawBadDog(Graphics)
Draw the "bad dog" to let user know what went wrong.
 o isValidChart()
Does the chart pass the "bad dog" tests?

Methods

 o isValidChart
 public abstract boolean isValidChart()
Does the chart pass the "bad dog" tests?

 o drawBadDog
 public abstract void drawBadDog(Graphics gx)
Draw the "bad dog" to let user know what went wrong.


All Packages  Class Hierarchy  This Package  Previous  Next  Index