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 theTLcdGXYAsynchronousPaintHintcorresponding to the layeraLayer.
-
Method Details
-
getPaintHint
Returns the
TLcdGXYAsynchronousPaintHintcorresponding to the layeraLayer.Depending on the returned
TLcdGXYAsynchronousPaintHintinstances, 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
-