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 EventQueue

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


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

Constructor Detail

CustomEventQueue

public CustomEventQueue()
Method Detail

dispatchEvent

protected void dispatchEvent(AWTEvent event)
Overrides:
dispatchEvent in class EventQueue

setCustomEventQueue

public static void setCustomEventQueue()