public final class CompositeHitProvider extends java.lang.Object implements IHitProvider
Constructor and Description |
---|
CompositeHitProvider(IHitProvider arg1,
IHitProvider arg2)
Creates a new instance of
CompositeHitProvider instance |
CompositeHitProvider(IHitProvider arg1,
IHitProvider arg2,
IHitProvider arg3)
Creates a new instance of
CompositeHitProvider instance |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
boolean |
isAttached() |
void |
update2D(HitTestInfo hitTestInfo)
Performs 2D hit test on specified renderable series.
|
void |
updateVertical(HitTestInfo hitTestInfo)
Performs vertical hit test on specified renderable series.
|
public CompositeHitProvider(IHitProvider arg1, IHitProvider arg2)
CompositeHitProvider
instancearg1
- The first IHitProvider
arg2
- The second IHitProvider
public CompositeHitProvider(IHitProvider arg1, IHitProvider arg2, IHitProvider arg3)
CompositeHitProvider
instancearg1
- The first IHitProvider
arg2
- The second IHitProvider
arg3
- The third IHitProvider
public void attachTo(@NonNull com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
public boolean isAttached()
isAttached
in interface com.scichart.core.framework.IAttachable
public void update2D(HitTestInfo hitTestInfo)
update2D
in interface IHitProvider
hitTestInfo
- The hit test info instance to update.public void updateVertical(HitTestInfo hitTestInfo)
updateVertical
in interface IHitProvider
hitTestInfo
- The hit test info instance to update.