Uses of Class
com.luciad.view.gxy.asynchronous.manager.TLcdGXYAsynchronousPaintHint.Choice
Packages that use TLcdGXYAsynchronousPaintHint.Choice
Package
Description
This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers.-
Uses of TLcdGXYAsynchronousPaintHint.Choice in com.luciad.view.gxy.asynchronous.manager
Methods in com.luciad.view.gxy.asynchronous.manager that return TLcdGXYAsynchronousPaintHint.ChoiceModifier and TypeMethodDescriptionTLcdGXYAsynchronousPaintQueueManager.getDefaultInterruptMode()Returns a default value for the interrupt mode property.TLcdGXYAsynchronousPaintQueueManager.getDefaultInterruptPainting()Returns a default value for the interrupt painting property.TLcdGXYAsynchronousPaintQueueManager.getDefaultPaintingMode()Returns a default value for the painting mode.TLcdGXYAsynchronousPaintHint.getInterruptMode()Short forgetProperties().get( INTERRUPT_MODE_KEY ).TLcdGXYAsynchronousPaintHint.getInterruptPainting()Short forgetProperties().get( INTERRUPT_PAINTING_KEY ).TLcdGXYAsynchronousPaintHint.getPaintingMode()Short forgetProperties().get( PAINTING_MODE_KEY ).Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type TLcdGXYAsynchronousPaintHint.ChoiceModifier and TypeMethodDescriptionvoidTLcdGXYAsynchronousPaintQueueManager.setDefaultInterruptMode(TLcdGXYAsynchronousPaintHint.Choice aDefaultInterruptMode) Sets a default value for the interrupt mode property.voidTLcdGXYAsynchronousPaintQueueManager.setDefaultInterruptPainting(TLcdGXYAsynchronousPaintHint.Choice aDefaultInterruptPainting) Sets a default value for the interrupt painting property.voidTLcdGXYAsynchronousPaintQueueManager.setDefaultPaintingMode(TLcdGXYAsynchronousPaintHint.Choice aDefaultPaintingMode) Sets the default value for the painting mode.voidTLcdGXYAsynchronousPaintHint.setInterruptMode(TLcdGXYAsynchronousPaintHint.Choice aInterruptMode) Short forgetProperties().put( INTERRUPT_MODE_KEY, aInterruptMode ).voidTLcdGXYAsynchronousPaintHint.setInterruptPainting(TLcdGXYAsynchronousPaintHint.Choice aInterruptPainting) Short forgetProperties().put( INTERRUPT_PAINTING_KEY, aInterruptPainting ).voidTLcdGXYAsynchronousPaintHint.setPaintingMode(TLcdGXYAsynchronousPaintHint.Choice aPaintingMode) Short forgetProperties().put( PAINTING_MODE_KEY, aPaintingMode ).