Package org.pepstock.charba.client.enums
Interface IsInteractionMode
-
- All Superinterfaces:
Key
- All Known Implementing Classes:
DefaultInteractionMode
public interface IsInteractionMode extends Key
Defines an object which represents the interaction mode for the charts.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
Static Methods Modifier and Type Method Description static IsInteractionMode
create(String mode)
Returns an interaction mode instance by its string value.
-
-
-
Method Detail
-
create
static IsInteractionMode create(String mode)
Returns an interaction mode instance by its string value.- Parameters:
mode
- string value to use- Returns:
- new interaction mode instance
-
-