org.das2.system.DefaultMonitorFactory
Provided so we could look at monitors leftover when debugging. Note Autoplot appears to get old monitors from here
DefaultMonitorFactory( )
getMonitor
getMonitor( org.das2.graph.DasCanvas canvas, String label, String description ) → ProgressMonitor
Parameters
canvas - a DasCanvas
label - a String
description - a String
Returns:
org.das2.util.monitor.ProgressMonitor
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getMonitor( org.das2.graph.DasCanvasComponent context, String label, String description ) → ProgressMonitor
getMonitor( String label, String description ) → ProgressMonitor
getMonitors
getMonitors( ) → org.das2.system.DefaultMonitorFactory.MonitorEntry[]
Returns:
org.das2.system.DefaultMonitorFactory.MonitorEntry[]
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getMonitors( int i ) → org.das2.system.DefaultMonitorFactory.MonitorEntry
getSize
getSize( ) → int
Returns:
int
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isClear
isClear( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setClear
setClear( boolean clear ) → void
Parameters
clear - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setSize
setSize( int size ) → void
Parameters
size - an int
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]