Interface IAxisInfoProvider
Implements
Namespace:
Assembly: .dll
Syntax
public interface IAxisInfoProvider extends IAttachable
Methods
getAxisInfo()
Creates new instance of AxisInfo for this axis
Declaration
public abstract AxisInfo getAxisInfo()
Returns
| Type | Description |
|---|---|
| AxisInfo | The AxisInfo which is attached to this Axis |
getAxisTooltip()
Creates new instance of IAxisTooltip for further placement on this axis
Declaration
public abstract IAxisTooltip getAxisTooltip()
Returns
| Type | Description |
|---|---|
| IAxisTooltip | The IAxisTooltip instance which is attached to this Axis |
getAxisTooltip(Class<?> modifierType)
Creates IAxisTooltip instance for specified tooltipId which is attached to current IAxis
Declaration
public abstract IAxisTooltip getAxisTooltip(Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<?> | modifierType | The type of modifier for which tooltip will be created. |
Returns
| Type | Description |
|---|---|
| IAxisTooltip | The IAxisTooltip instance which is attached to this Axis |