Uses of Package
com.vividsolutions.jump.workbench.ui.renderer
Packages that use com.vividsolutions.jump.workbench.ui.renderer
Package
Description
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by com.vividsolutions.jump.workbench.uiClassDescriptionRenderingManager is in charge of rendering a map to the LayerViewPanel, to a file (image, pdf...) or to external device (printer).
-
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by com.vividsolutions.jump.workbench.ui.plugin.scalebarClassDescriptionFirst call #createRunnable.Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by com.vividsolutions.jump.workbench.ui.rendererClassDescriptionFirst call #createRunnable.Deprecated.The RendererFactory interface is used to create an instance of the renderer for the class of the content to be rendered.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.
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by com.vividsolutions.jump.workbench.ui.snapClassDescriptionFirst call #createRunnable.Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by org.openjump.core.rasterimageClassDescriptionFirst call #createRunnable.Deprecated.Replaced by
RendererFactoryThe RendererFactory interface is used to create an instance of the renderer for the class of the content to be rendered.Reading and writing can be done on separate threads. -
Classes in com.vividsolutions.jump.workbench.ui.renderer used by org.openjump.core.ui.plugin.viewClassDescriptionFirst call #createRunnable.Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by org.openjump.core.ui.plugin.view.helpclassescaleClassDescriptionFirst call #createRunnable.Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).
-
Classes in com.vividsolutions.jump.workbench.ui.renderer used by org.openjump.core.ui.plugin.view.showcenterClassDescriptionFirst call #createRunnable.Advantage over ImageCachingRenderer: no cached image (typically 1 MB each).
RendererFactory