T
- The modifier to which this behavior will be attached.public class CrossDrawableBehavior<T extends IChartModifierCore> extends DrawableBehavior<T>
TooltipModifier
at the hit test point.Modifier and Type | Field and Description |
---|---|
android.graphics.Paint |
tooltipPointMarkerPaint |
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(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class DrawableBehavior<T extends IChartModifierCore>
protected void onDrawOverlay(android.graphics.Canvas canvas)
onDrawOverlay
in class DrawableBehavior<T extends IChartModifierCore>
canvas
- The Canvas
instance to draw on.