public abstract class BaseTexturePointMarker3D extends BasePointMarker3D
fillProperty, markerType, sizeProperty
Modifier | Constructor and Description |
---|---|
protected |
BaseTexturePointMarker3D()
Initializes the instance of
BaseTexturePointMarker3D |
Modifier and Type | Method and Description |
---|---|
Texture2D |
getPointTexture()
Gets the
Texture2D instance which is repeated across data-points |
protected abstract Texture2D |
getPointTextureInternal()
Cretes the
Texture2D instance which is repeated across data-points |
void |
invalidatePointTextureCache()
Asynchronously requests that the point marker recreates
getPointTexture() texture and redraws itself. |
attachTo, detach, dispose, getFill, getSize, invalidateElement, isAttached, setFill, setSize
protected BaseTexturePointMarker3D()
BaseTexturePointMarker3D
public final Texture2D getPointTexture()
Texture2D
instance which is repeated across data-pointsprotected abstract Texture2D getPointTextureInternal()
Texture2D
instance which is repeated across data-pointspublic final void invalidatePointTextureCache()
getPointTexture()
texture and redraws itself.