Interface Suggestion
- 
- All Known Implementing Classes:
- AnimationTimingFunction
 
 public interface SuggestionA suggestion is intended to be used on an enum whose values are suggestions for a free-form type of field. Furthermore, the suggestion may have a shorthand name.For example, the animation-timing-function style property has a few "built-in" functions like "easy-in" but can also be an arbitrary function like "cubic-bezier(0.1, 0.7, 1.0, 0.1)" Using suggestion, we can provide complex values with easy-to-understand shorthand like "bounce" 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetShorthand()The shorthand to display to the userjava.lang.StringgetValue()The actual value for the underlying property
 
-