Uses of Enum Class
com.luciad.view.gxy.asynchronous.TLcdGXYAsynchronousPaintQueue.InterruptMode
Packages that use TLcdGXYAsynchronousPaintQueue.InterruptMode
-
Uses of TLcdGXYAsynchronousPaintQueue.InterruptMode in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous that return TLcdGXYAsynchronousPaintQueue.InterruptModeModifier and TypeMethodDescriptionTLcdGXYAsynchronousPaintQueue.getInterruptMode()
Returns the interrupt mode.Returns the enum constant of this class with the specified name.TLcdGXYAsynchronousPaintQueue.InterruptMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.asynchronous with parameters of type TLcdGXYAsynchronousPaintQueue.InterruptModeModifier and TypeMethodDescriptionvoid
TLcdGXYAsynchronousPaintQueue.setInterruptMode
(TLcdGXYAsynchronousPaintQueue.InterruptMode aInterruptMode) Sets the interrupt mode.