Class DefaultSelectableMetadataProvider3D
Defines a default implementation of ISelectableMetadataProvider3D which sets BaseRenderableSeries3D#getSelectedVertexColor() color for all selected vertices
Inheritance
DefaultSelectableMetadataProvider3D
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DefaultSelectableMetadataProvider3D extends renderableSeries.metadataProviders.SelectableMetadataProvider3DBase<renderableSeries.BaseRenderableSeries3D> implements renderableSeries.metadataProviders.IPointMetadataProvider3D, renderableSeries.metadataProviders.IFillMetadataProvider3D, renderableSeries.metadataProviders.IStrokeMetadataProvider3D, renderableSeries.metadataProviders.ISurfaceMeshMetadataProvider3D
Constructors
DefaultSelectableMetadataProvider3D()
Creates a new instance of DefaultSelectableMetadataProvider3D class
Declaration
public DefaultSelectableMetadataProvider3D()
Methods
updateFillColors(IntegerValues fillColors, int defaultFill)
Updates fill metadata
Declaration
public void updateFillColors(IntegerValues fillColors, int defaultFill)
Parameters
| Type | Name | Description |
|---|---|---|
| IntegerValues | fillColors | |
| int | defaultFill |
updateMeshColors(IntegerValues cellColors)
Update 3D surface mesh metadata
Declaration
public void updateMeshColors(IntegerValues cellColors)
Parameters
| Type | Name | Description |
|---|---|---|
| IntegerValues | cellColors |
updatePointMetadata(IntegerValues pointColors, FloatValues pointScales, int defaultColor, float defaultScale)
Updates metdata for point markers
Declaration
public void updatePointMetadata(IntegerValues pointColors, FloatValues pointScales, int defaultColor, float defaultScale)
Parameters
| Type | Name | Description |
|---|---|---|
| IntegerValues | pointColors | |
| FloatValues | pointScales | |
| int | defaultColor | |
| float | defaultScale |
updateStrokeColors(IntegerValues strokeColors, int defaultStroke)
Updates stroke metadata
Declaration
public void updateStrokeColors(IntegerValues strokeColors, int defaultStroke)
Parameters
| Type | Name | Description |
|---|---|---|
| IntegerValues | strokeColors | |
| int | defaultStroke |