All Packages Class Hierarchy This Package Previous Next Index
Interface tdg.BadDogCallback
- public interface BadDogCallback
-
drawBadDog(Graphics)
-
Draw the "bad dog" to let user know what went wrong.
-
isValidChart()
-
Does the chart pass the "bad dog" tests?
isValidChart
public abstract boolean isValidChart()
- Does the chart pass the "bad dog" tests?
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