Documentation of 'org.jplot2d.renderer.AsyncImageRenderer' Java class
AsyncImageRenderer
org.jplot2d.renderer

Class AsyncImageRenderer



  • public class AsyncImageRenderer
    extends ImageRenderer
    This renderer assemble all cacheable component in a individual thread asynchronously.
    • Constructor Detail

      • AsyncImageRenderer

        public AsyncImageRenderer(ImageFactory imageFactory)
    • Method Detail

      • render

        public final void render(ComponentEx comp,
                                 java.util.List<CacheableBlock> cacheBlockList)
        Description copied from class: Renderer
        Render the given plot. This method is protected by environment lock.
        Overrides:
        render in class ImageRenderer
        Parameters:
        comp - the component to be rendered
        cacheBlockList - A list of CacheBlock in z-order, contains the top component, even if the component is uncacheable. The CacheBlock contains cacheable components that will be rendered.
      • setRendererCancelPolicy

        public void setRendererCancelPolicy(AsyncImageRenderer.RendererCancelPolicy policy)
        In PARALLEL mode, all scheduled renderer exist in the queue. In SURPASS mode, there is only 1 renderer in the queue is scheduled

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.