Class Break

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

public class Break
extends Debug
Das Break-Debug ist ein besonderes Debug-Objekt. Es zeichnet nichts auf den Screen, sondern veranlasst den Controller, die Simulation zu unterbrechen.
  • Field Summary

    Fields inherited from class hoverball.debug.Debug

    color, debugs
  • Constructor Summary

    Constructors 
    Constructor Description
    Break()
    Erzeugt ein 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()
      Erzeugt ein Break-Debug.