Class Break

java.lang.Object
hoverball.debug.Debug
hoverball.debug.Break

public class Break
extends Debug
The Break debug is particular debug. It plots nothing on screen but makes the Controller interrupt the simulation.
  • Field Summary

    Fields inherited from class hoverball.debug.Debug

    color, debugs
  • Constructor Summary

    Constructors 
    Constructor Description
    Break()
    Creates a Break debug.
  • Method Summary

    Methods inherited from class hoverball.debug.Debug

    color, paint, scale, vector

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Break

      public Break()
      Creates a Break debug.