Package com.vividsolutions.jump.workbench.ui.renderer
package com.vividsolutions.jump.workbench.ui.renderer
-
ClassDescriptionFirst call #createRunnable.Deprecated.The RendererFactory interface is used to create an instance of the renderer for the class of the content to be rendered.RenderingManager is in charge of rendering a map to the LayerViewPanel, to a file (image, pdf...) or to external device (printer).Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).This thread queue executes at maximum N Runnables in parallel were N is a given number of worker threads that should be used.If the number of running threads goes down to zero implementations of this interface are able to be informed.Reading and writing can be done on separate threads.
RendererFactory