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 TypeMethodDescriptionvoid
ALspAWTView.setPaintingOrder
(ILspPaintingOrder aPaintingOrder) void
ILspView.setPaintingOrder
(ILspPaintingOrder aPaintingOrder) Sets the order object that determines the order in which layers and their various painters are invoked.void
TLspExternalView.setPaintingOrder
(ILspPaintingOrder aPaintingOrder) Deprecated.void
TLspFXView.setPaintingOrder
(ILspPaintingOrder aPaintingOrder) void
TLspOffscreenView.setPaintingOrder
(ILspPaintingOrder aPaintingOrder)