Interface ISeriesInfo3DProvider
Implements
Namespace:
Assembly: .dll
Syntax
public interface ISeriesInfo3DProvider extends IAttachable
Methods
getSeriesInfo()
Creates SeriesInfo3D instance which is attached to current IRenderableSeries3D.
Declaration
public abstract renderableSeries.hitTest.SeriesInfo3D getSeriesInfo()
Returns
| Type | Description |
|---|---|
| SeriesInfo3D | The SeriesInfo3D instance. |
getSeriesTooltip()
Creates ISeriesTooltip3D instance which is attached to current IRenderableSeries3D.
Declaration
public abstract renderableSeriesISeriesTooltip3D getSeriesTooltip()
Returns
| Type | Description |
|---|---|
| renderableSeriesISeriesTooltip3D | Tooltip instance. |
getSeriesTooltip(Class<?> modifierType)
Creates ISeriesTooltip3D instance for specified tooltipId which is attached to current IRenderableSeries3D.
Declaration
public abstract renderableSeriesISeriesTooltip3D getSeriesTooltip(Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<?> | modifierType | The type of modifier for which tooltip will be created. |
Returns
| Type | Description |
|---|---|
| renderableSeriesISeriesTooltip3D | Tooltip instance. |