Interface ILcdGXYAsynchronousPaintHintProvider
- All Known Implementing Classes:
TLcyCompositeAsynchronousPaintHintProvider
public interface ILcdGXYAsynchronousPaintHintProvider
Provider for asynchronous paint hints. These hints are used to control asynchronous painting behavior.
- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns theTLcdGXYAsynchronousPaintHint
corresponding to the layeraLayer
.
-
Method Details
-
getPaintHint
Returns the
TLcdGXYAsynchronousPaintHint
corresponding to the layeraLayer
.Depending on the returned
TLcdGXYAsynchronousPaintHint
instances, it might be useful for implementations of this class to use a caching mechanism. This is however left to the implementation.- Parameters:
aLayer
- The layer to retrieve the paint hint for.- Returns:
- the paint hint
-