Property | Type | Description | |
---|---|---|---|
StrategyBridge | System |
Method | Description | |
---|---|---|
ElementUnregistered ( HighlightModel element ) : void | ||
GetStrategyNames ( ) : IEnumerable |
Get all the available strategy names
|
|
GetStrategyTypes ( ) : IEnumerable |
Get the list of all types that implements IScrollingStrategy
|
|
GoToElement ( HighlightModel element ) : void | ||
OnExternalEvent ( ) : void | ||
Pause ( bool forceEndHighlight ) : void | ||
Resume ( ) : void | ||
Setup ( |
||
Start ( ) : void | ||
Stop ( ) : void | ||
StrategyBridge ( |
||
SwitchTo ( string strategyName ) : void |
Switch to the specified strategy
|
Method | Description | |
---|---|---|
StrategyBridge ( ) : System |
public ElementUnregistered ( HighlightModel element ) : void | ||
element | HighlightModel | |
return | void |
public static GetStrategyNames ( ) : IEnumerable |
||
return | IEnumerable |
public static GetStrategyTypes ( ) : IEnumerable |
||
return | IEnumerable |
public GoToElement ( HighlightModel element ) : void | ||
element | HighlightModel | |
return | void |
public Pause ( bool forceEndHighlight ) : void | ||
forceEndHighlight | bool | |
return | void |
public Setup ( |
||
timer | ||
getElements | Func |
|
config | IPluginConfigAccessor | |
return | void |
public StrategyBridge ( |
||
timer | ||
getElements | Func |
|
config | IPluginConfigAccessor | |
return | System |
public SwitchTo ( string strategyName ) : void | ||
strategyName | string | The name of the strategy to switch to |
return | void |