Uses of Interface
com.luciad.view.ILcdPaintExceptionHandler
Packages that use ILcdPaintExceptionHandler
Package
Description
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 ILcdPaintExceptionHandler in com.luciad.view
Classes in com.luciad.view that implement ILcdPaintExceptionHandlerModifier and TypeClassDescriptionclass
This paint exception handler logs an error when an exception is encountered. -
Uses of ILcdPaintExceptionHandler in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdPaintExceptionHandlerModifier and TypeMethodDescriptionILcdGXYView.getPaintExceptionHandler()
Returns a handler to report paint exceptions.TLcdGXYViewBufferedImage.getPaintExceptionHandler()
TLcdGXYViewCanvas.getPaintExceptionHandler()
TLcdGXYViewJPanel.getPaintExceptionHandler()
TLcdGXYViewJPanelLightWeight.getPaintExceptionHandler()
TLcdGXYViewPanel.getPaintExceptionHandler()
TLcdGXYViewPlanarImage.getPaintExceptionHandler()
Methods in com.luciad.view.gxy with parameters of type ILcdPaintExceptionHandlerModifier and TypeMethodDescriptiondefault void
ILcdGXYView.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewBufferedImage.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewCanvas.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewJPanel.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewJPanelLightWeight.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewPanel.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.void
TLcdGXYViewPlanarImage.setPaintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions. -
Uses of ILcdPaintExceptionHandler in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return ILcdPaintExceptionHandlerModifier and TypeMethodDescriptionALspAWTView.getPaintExceptionHandler()
ILspView.getPaintExceptionHandler()
Returns a handler to report paint exceptions.TLspExternalView.getPaintExceptionHandler()
Deprecated.TLspFXView.getPaintExceptionHandler()
TLspOffscreenView.getPaintExceptionHandler()
Methods in com.luciad.view.lightspeed with parameters of type ILcdPaintExceptionHandlerModifier and TypeMethodDescriptionTLspViewBuilder.paintExceptionHandler
(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a paint exception handler for the view.