Class SelectionPassManager
Inheritance
SelectionPassManager
Namespace:
Assembly: .dll
Syntax
public class SelectionPassManager implements ISelectionPassManager
Constructors
SelectionPassManager(ISciChartSurface3D parentSurface)
Declaration
public SelectionPassManager(ISciChartSurface3D parentSurface)
Parameters
Methods
getEntityId(long selectionId)
Declaration
public static int getEntityId(long selectionId)
Parameters
| Type |
Name |
Description |
| long |
selectionId |
|
Returns
getSelectionId(float x, float y)
Declaration
public static long getSelectionId(float x, float y)
Parameters
Returns
getVertexId(long selectionId)
Declaration
public static int getVertexId(long selectionId)
Parameters
| Type |
Name |
Description |
| long |
selectionId |
|
Returns
tryDisableSelectionPassFor(Object target)
Tries to disable selection pass for specified target. If it's already disabled does nothing
Declaration
public final synchronized void tryDisableSelectionPassFor(Object target)
Parameters
| Type |
Name |
Description |
| Object |
target |
|
tryEnableSelectionPassFor(Object target)
Tries to enable selection pass for specified target. If it's already enabled does nothing
Declaration
public final void tryEnableSelectionPassFor(Object target)
Parameters
| Type |
Name |
Description |
| Object |
target |
|
Implements