Package com.iizigo.prop.editor
Class TextShadowValidator
java.lang.Object
com.iizigo.prop.editor.TextShadowValidator
The text shadow validator.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescriptionThe blur, null if not parsed.The color, null if not parsed.Potential error.The horizontal unit, null if not parsed.- final StringThe input string.- booleanToo many params causes this flag to be set, "error" is null.The vertical unit, null if not parsed.
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionGets the parameters that were successfully parsed.
- Field Details- inputThe input string.
- horzThe horizontal unit, null if not parsed.
- vertThe vertical unit, null if not parsed.
- blurThe blur, null if not parsed.
- colorThe color, null if not parsed.
- errorPotential error.
- tooManyParamspublic boolean tooManyParamsToo many params causes this flag to be set, "error" is null.
 
- Constructor Details- TextShadowValidatorCreates the validator for an input.
 
- Method Details- getCSSValueGets the parameters that were successfully parsed.