public class SelectionPassManager extends java.lang.Object implements ISelectionPassManager
ISelectionPassManager
Constructor and Description |
---|
SelectionPassManager(ISciChartSurface3D parentSurface)
Creates an instance of
SelectionPassManager |
Modifier and Type | Method and Description |
---|---|
static int |
getEntityId(long selectionId) |
static long |
getSelectionId(float x,
float y) |
static int |
getVertexId(long selectionId) |
void |
tryDisableSelectionPassFor(java.lang.Object target)
Tries to disable selection pass for specified target.
|
void |
tryEnableSelectionPassFor(java.lang.Object target)
Tries to enable selection pass for specified target.
|
public SelectionPassManager(ISciChartSurface3D parentSurface)
SelectionPassManager
parentSurface
- The parent surfacepublic final void tryEnableSelectionPassFor(java.lang.Object target)
tryEnableSelectionPassFor
in interface ISelectionPassManager
target
- Target objectpublic final void tryDisableSelectionPassFor(java.lang.Object target)
tryDisableSelectionPassFor
in interface ISelectionPassManager
target
- Target objectpublic static long getSelectionId(float x, float y)
public static int getEntityId(long selectionId)
public static int getVertexId(long selectionId)