Helper interface used by ILabelModel implementations to provide possible candidate ILabelModelParameters for a given label.
Inheritance Hierarchy
Remarks
Implementations of this interface can be retrieved from the ILabelModel's lookup method. Note that not all models necessarily need to or can provide implementations of this interface.
See Also
Developer's Guide
Members
No filters for this type
Methods
Returns an enumerator over a set of possible ILabelModelParameter instances that can be used for the label whose lookup returned this provider.
Returns an enumerator over a set of possible ILabelModelParameter instances that can be used for the label whose lookup returned this provider.
Static Methods
Creates an implementation of the interface ILabelModelParameterProvider by using the given function as implementation for its getParameters method.
Creates an implementation of the interface ILabelModelParameterProvider by using the given function as implementation for its getParameters method.
static
Parameters
- getParameters: function
- A function for ILabelModelParameterProvider's single abstract method getParameters.
Return Value
- ILabelModelParameterProvider
- An instance of the ILabelModelParameterProvider interface based on the given function.