T
- The modifier to which this behavior will be attached.public class PieChartCrossDrawableBehavior<T extends PieChartTooltipModifier> extends PieChartDrawableBehavior<T>
PieChartTooltipModifier
at the hit test point.lastUpdatePoint, modifier, modifierType, parentSurface, services
Constructor and Description |
---|
PieChartCrossDrawableBehavior(java.lang.Class<T> modifierType)
Creates a new instance of
PieChartDrawableBehavior class |
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
attachTo, getIsEnabled, isAttached, isLastPointValid, onIsEnabledChanged, resetLastUpdatePoint, setIsEnabled
public PieChartCrossDrawableBehavior(java.lang.Class<T> modifierType)
PieChartDrawableBehavior
classmodifierType
- The type of the associated IPieChartModifier
public void attachTo(@NonNull com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class PieChartDrawableBehavior<T extends PieChartTooltipModifier>
protected void onDrawOverlay(android.graphics.Canvas canvas)
onDrawOverlay
in class PieChartDrawableBehavior<T extends PieChartTooltipModifier>
canvas
- The Canvas
instance to draw on.