Interface CamelCase
- 
- All Known Implementing Classes:
- AnimationDirection,- BackgroundClip,- BackgroundRepeat,- BoxSizing,- Cursor,- DockCornerPriority,- FontVariant,- MediaFeature,- OverflowWrap,- PseudoSelector,- TextAlign,- TextDecoration,- TextJustify,- WhiteSpace,- WordWrap
 
 public interface CamelCaseMarker interface for option enums to indicate that their names should be converted from camel case before use
- 
- 
Field SummaryFields Modifier and Type Field Description static java.util.regex.PatternDASH_LOWERRegex pattern for a dash followed by a single lower-case letterstatic java.util.regex.PatternUPPERRegex pattern for a single upper-case letter
 - 
Method SummaryStatic Methods Modifier and Type Method Description static java.lang.StringcamelCaseToCss(java.lang.String camelCaseName)Converts a camel case string to a css string.static java.lang.StringcssToCamelCase(java.lang.String cssName)
 
-