|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gwoptics.graphics.graph2D.traces.RollingLine2DTrace.RollingTraceTooFastException
public class RollingLine2DTrace.RollingTraceTooFastException
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.
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 |
---|
public RollingLine2DTrace.RollingTraceTooFastException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |