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