Package com.iizigo.prop.editor
Class BoxShadowValidator
java.lang.Object
com.iizigo.prop.editor.BoxShadowValidator
The box shadow validator.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionThe blur, null if not parsed.The color, null if not parsed.Potential error.The horizontal unit, null if not parsed.final String
The input string.boolean
If inset or not.The spread, null if not parsed.boolean
Too many params causes this flag to be set, "error" is null.The vertical unit, null if not parsed.Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionGets the parameters that were successfully parsed.
Field Details
input
The input string.inset
public boolean insetIf inset or not.horz
The horizontal unit, null if not parsed.vert
The vertical unit, null if not parsed.blur
The blur, null if not parsed.spread
The spread, null if not parsed.color
The color, null if not parsed.error
Potential error.tooManyParams
public boolean tooManyParamsToo many params causes this flag to be set, "error" is null.
Constructor Details
BoxShadowValidator
Creates the validator for an input.
Method Details
getCSSValue
Gets the parameters that were successfully parsed.