public abstract class BaseMeshPointMarker3D extends BasePointMarker3D
fillProperty, markerType, sizeProperty
Modifier | Constructor and Description |
---|---|
protected |
BaseMeshPointMarker3D()
Initialises a new instance of
BaseMeshPointMarker3D . |
Modifier and Type | Method and Description |
---|---|
TSRIndexedMesh |
getPointsMesh()
Gets the
TSRIndexedMesh which is the 3D model repeated at each data point |
protected abstract TSRIndexedMesh |
getPointsMeshInternal()
Creates the
TSRIndexedMesh which is the 3D model repeated at each data point |
void |
invalidatePointMeshCache()
Asynchronously requests that the point marker recreates
getPointsMesh() mesh and redraws itself. |
attachTo, detach, dispose, getFill, getSize, invalidateElement, isAttached, setFill, setSize
protected BaseMeshPointMarker3D()
BaseMeshPointMarker3D
.public final TSRIndexedMesh getPointsMesh()
TSRIndexedMesh
which is the 3D model repeated at each data pointprotected abstract TSRIndexedMesh getPointsMeshInternal()
TSRIndexedMesh
which is the 3D model repeated at each data pointpublic final void invalidatePointMeshCache()
getPointsMesh()
mesh and redraws itself.