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

Class Renderer

    • Constructor Summary

      Constructors 
      Constructor and Description
      Renderer() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void render(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)
      Render the given plot.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Renderer

        public Renderer()
    • Method Detail

      • render

        public abstract void render(ComponentEx comp,
                                    java.util.List<CacheableBlock> cacheBlockList)
        Render the given plot. This method is protected by environment lock.
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.