Package org.das2.util.awt

Utility classes for awt functions.

See:
          Description

Interface Summary
GraphicsOutput  
 

Class Summary
EventQueueBlocker  
EventQueueBlocker_1  
LoggingEventQueue Tool for debugging event queue stuff.
PdfGraphicsOutput  
PngGraphicsOutput  
SvgGraphicsOutput  
 

Package org.das2.util.awt Description

Utility classes for awt functions. GraphicsOutput is an interface that allows various graphics output libraries (pdf, svg, png) to be used with the same interface. LoggingEventQueue is used for debugging and posts log messages as events are posted on the EventQueue. EventQueueBlocker blocks a thread until all the events on the EventQueue are processed.