org.gwoptics.graphics.graph2D.traces
Class RollingLine2DTrace.RollingTraceTooFastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gwoptics.graphics.graph2D.traces.RollingLine2DTrace.RollingTraceTooFastException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RollingLine2DTrace

public class RollingLine2DTrace.RollingTraceTooFastException
extends java.lang.RuntimeException

This exception is thrown when the graph is trying to update too fast. You must pick values for msRefreshRate and xIncr in the RollingLine2DTrace constructor so that the graph can update and render correctly. Using large x-axis increments per update and short refresh times will cause the issue. Experimenting with different values will be required.

Author:
Daniel Brown 23/11/10
See Also:
Serialized Form

Constructor Summary
RollingLine2DTrace.RollingTraceTooFastException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollingLine2DTrace.RollingTraceTooFastException

public RollingLine2DTrace.RollingTraceTooFastException()


processing library gwoptics by Daniel Brown and Andreas Freise. (c) 2009 onwards