T
- The modifier to which this behavior will be attached.public class CrossDrawableBehavior<T extends TooltipModifier> extends DrawableBehavior<T>
TooltipModifier
at the hit test point.lastUpdatePoint, modifier, modifierType, parentSurface, services
Constructor and Description |
---|
CrossDrawableBehavior(java.lang.Class<T> modifierType)
Creates a new instance of the
CrossDrawableBehavior |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
protected void |
onDrawOverlay(android.graphics.Canvas canvas)
Called when the Overlay's onDraw(Canvas) method is called.
|
clear, detach, onBeginUpdate, onEndUpdate, onUpdate
applyThemeProvider, attachTo, getIsEnabled, isAttached, isLastPointValid, onIsEnabledChanged, resetLastUpdatePoint, setIsEnabled
public CrossDrawableBehavior(java.lang.Class<T> modifierType)
CrossDrawableBehavior
modifierType
- The type of the associated IChartModifier
public void attachTo(@NonNull com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class DrawableBehavior<T extends TooltipModifier>
protected void onDrawOverlay(android.graphics.Canvas canvas)
onDrawOverlay
in class DrawableBehavior<T extends TooltipModifier>
canvas
- The Canvas
instance to draw on.