public abstract class BasePointMarker3D
extends com.scichart.core.framework.DisposableBase
implements com.scichart.core.framework.IAttachable, com.scichart.core.framework.IInvalidatableElement
Modifier and Type | Field and Description |
---|---|
protected com.scichart.core.framework.SmartPropertyInteger |
fillProperty |
MarkerType |
markerType |
protected com.scichart.core.framework.SmartPropertyFloat |
sizeProperty |
Modifier | Constructor and Description |
---|---|
protected |
BasePointMarker3D(MarkerType markerType)
Create new instance of
BasePointMarker3D class |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
void |
dispose() |
int |
getFill()
Gets fill color used by point marker
|
float |
getSize()
Gets the size of point marker
|
void |
invalidateElement() |
boolean |
isAttached() |
void |
setFill(int fillColor)
Sets fill color used by point marker
|
void |
setSize(float size)
Sets the size of point marker
|
protected final com.scichart.core.framework.SmartPropertyInteger fillProperty
protected final com.scichart.core.framework.SmartPropertyFloat sizeProperty
public final MarkerType markerType
protected BasePointMarker3D(MarkerType markerType)
BasePointMarker3D
classmarkerType
- The type of point markerpublic final void setFill(int fillColor)
fillColor
- The new fill colorpublic final int getFill()
public final void setSize(float size)
size
- The new size of point markerpublic final float getSize()
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
public final boolean isAttached()
isAttached
in interface com.scichart.core.framework.IAttachable
public void invalidateElement()
invalidateElement
in interface com.scichart.core.framework.IInvalidatableElement