uk.ac.starlink.ttools.plot2
Annotation Type Slow


@Inherited
@Documented
@Target(value={METHOD,CONSTRUCTOR})
public @interface Slow

Indicates that a method may take a non-negligable amount of time. This is usually only the case in fact if large amounts of data are involved in the plot. Such methods ought not to be invoked on the AWT Event Dispatch Thread.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.