Uses of Class
com.luciad.view.ALcdPaintExecutorService
Packages that use ALcdPaintExecutorService
Package
Description
This package provides a convenient facility to transform your data.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of ALcdPaintExecutorService in com.luciad.model.transformation
Methods in com.luciad.model.transformation with parameters of type ALcdPaintExecutorServiceModifier and TypeMethodDescriptionstatic ALcdTransformingModel
TLcdTransformingModelFactory.createTransformingModel
(ILcdModel aOriginalModel, TLcdClusteringTransformer aModelTransformer, ALcdPaintExecutorService aPaintExecutorService) Creates a newALcdTransformingModel
instance which will contain the transformed data ofaOriginalModel
. -
Uses of ALcdPaintExecutorService in com.luciad.view
Methods in com.luciad.view that return ALcdPaintExecutorServiceModifier and TypeMethodDescriptionstatic ALcdPaintExecutorService
ALcdPaintExecutorService.create()
Creates a new paint executor service backed by a daemon thread.static ALcdPaintExecutorService
ALcdPaintExecutorService.createEDT()
Creates a new paint executor service backed by the Event Dispatch Thread, also known as AWT thread or Swing thread. -
Uses of ALcdPaintExecutorService in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ALcdPaintExecutorServiceModifier and TypeMethodDescriptionTLcdGXYViewBufferedImage.getPaintExecutorService()
Returns the used paint executor service.Methods in com.luciad.view.gxy with parameters of type ALcdPaintExecutorServiceModifier and TypeMethodDescriptionvoid
TLcdGXYViewBufferedImage.setPaintExecutorService
(ALcdPaintExecutorService aPaintExecutorService) Allows incrementally rendering the view in a thread that is not the Event Dispatch thread (EDT). -
Uses of ALcdPaintExecutorService in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return ALcdPaintExecutorServiceModifier and TypeMethodDescriptionTLspOffscreenView.getPaintExecutorService()
Returns the executor service which is used by theTLspOffscreenView.invokeLater(java.lang.Runnable)
method.Methods in com.luciad.view.lightspeed with parameters of type ALcdPaintExecutorServiceModifier and TypeMethodDescriptionvoid
TLspOffscreenView.setPaintExecutorService
(ALcdPaintExecutorService aPaintExecutorService) Sets the view's paint executor service, which is used by theTLspOffscreenView.invokeLater(java.lang.Runnable)
method.