/[schmitzm]/branches/2.3.KECK/src/skrueger/geotools/RenderingExecutor.java
ViewVC logotype

Diff of /branches/2.3.KECK/src/skrueger/geotools/RenderingExecutor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/2.0-RC2/src/skrueger/geotools/RenderingExecutor.java revision 621 by alfonx, Thu Jan 28 10:06:05 2010 UTC branches/2.3.KECK/src/skrueger/geotools/RenderingExecutor.java revision 1103 by alfonx, Thu Oct 14 09:45:14 2010 UTC
# Line 10  import org.geotools.renderer.GTRenderer; Line 10  import org.geotools.renderer.GTRenderer;
10  import org.geotools.renderer.RenderListener;  import org.geotools.renderer.RenderListener;
11  import org.opengis.feature.simple.SimpleFeature;  import org.opengis.feature.simple.SimpleFeature;
12    
13    import schmitzm.geotools.gui.XMapPane;
14    
15  /**  /**
16   * This class is used by {@link XMapPane} to start and stop the rendering a   * This class is used by {@link XMapPane} to start and stop the rendering a
17   * {@link Thread} for rendering.   * {@link Thread} for rendering.
18   */   */
19  class RenderingExecutor {  public class RenderingExecutor {
20          private final static Logger LOGGER = Logger.getLogger(RenderingExecutor.class);          private final static Logger LOGGER = Logger.getLogger(RenderingExecutor.class);
21          /**          /**
22           * Instance to a {@link RenderThread} doing any work. It's volatile so the           * Instance to a {@link RenderThread} doing any work. It's volatile so the

Legend:
Removed from v.621  
changed lines
  Added in v.1103

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26