Uses of Interface
com.luciad.view.lightspeed.ILspPaintingOrder
Packages that use ILspPaintingOrder
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of ILspPaintingOrder in com.luciad.view.lightspeed
Classes in com.luciad.view.lightspeed that implement ILspPaintingOrderMethods in com.luciad.view.lightspeed that return ILspPaintingOrderModifier and TypeMethodDescriptionALspAWTView.getPaintingOrder()ILspView.getPaintingOrder()Gets the order object that determines the order in which layers and their various painters are invoked.TLspExternalView.getPaintingOrder()Deprecated.TLspFXView.getPaintingOrder()TLspOffscreenView.getPaintingOrder()Methods in com.luciad.view.lightspeed with parameters of type ILspPaintingOrderModifier and TypeMethodDescriptionvoidALspAWTView.setPaintingOrder(ILspPaintingOrder aPaintingOrder) voidILspView.setPaintingOrder(ILspPaintingOrder aPaintingOrder) Sets the order object that determines the order in which layers and their various painters are invoked.voidTLspExternalView.setPaintingOrder(ILspPaintingOrder aPaintingOrder) Deprecated.voidTLspFXView.setPaintingOrder(ILspPaintingOrder aPaintingOrder) voidTLspOffscreenView.setPaintingOrder(ILspPaintingOrder aPaintingOrder)