org.jzy3d.plot3d.pipelines
Class CustomEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by org.jzy3d.plot3d.pipelines.CustomEventQueue

public class CustomEventQueue
extends java.awt.EventQueue

Utility for debugging event queue related to 3d in AWT.


Constructor Summary
CustomEventQueue()
           
 
Method Summary
static void setCustomEventQueue()
           
 
Methods inherited from class java.awt.EventQueue
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, postEvent, push
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomEventQueue

public CustomEventQueue()
Method Detail

setCustomEventQueue

public static void setCustomEventQueue()