public class CustomPointMarker3D extends BaseTexturePointMarker3D
fillProperty, markerType, sizeProperty
Constructor and Description |
---|
CustomPointMarker3D(android.graphics.Bitmap textureBitmap)
Creates a new instance of
CustomPointMarker3D class |
Modifier and Type | Method and Description |
---|---|
protected Texture2D |
getPointTextureInternal()
Cretes the
Texture2D instance which is repeated across data-points |
getPointTexture, invalidatePointTextureCache
attachTo, detach, dispose, getFill, getSize, invalidateElement, isAttached, setFill, setSize
public CustomPointMarker3D(android.graphics.Bitmap textureBitmap)
CustomPointMarker3D
classtextureBitmap
- The Bitmap
to use for renderingprotected Texture2D getPointTextureInternal()
BaseTexturePointMarker3D
Texture2D
instance which is repeated across data-pointsgetPointTextureInternal
in class BaseTexturePointMarker3D