Package com.iizigo.prop.editor
Class BoxShadowValidator
java.lang.Object
com.iizigo.prop.editor.BoxShadowValidator
The box 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.- booleanIf inset or not.The spread, null if not parsed.- 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.
- insetpublic boolean insetIf inset or not.
- horzThe horizontal unit, null if not parsed.
- vertThe vertical unit, null if not parsed.
- blurThe blur, null if not parsed.
- spreadThe spread, 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- BoxShadowValidatorCreates the validator for an input.
 
- Method Details- getCSSValueGets the parameters that were successfully parsed.