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 TypeClassDescriptionclassThis 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 voidILcdGXYView.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewBufferedImage.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewCanvas.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewJPanel.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewJPanelLightWeight.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewPanel.setPaintExceptionHandler(ILcdPaintExceptionHandler aPaintExceptionHandler) Sets a handler to report paint exceptions.voidTLcdGXYViewPlanarImage.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.