Package com.iizigo.prop.editor
Class TextShadowValidator
java.lang.Object
com.iizigo.prop.editor.TextShadowValidator
The text 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
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.horz
The horizontal unit, null if not parsed.vert
The vertical unit, null if not parsed.blur
The blur, 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
TextShadowValidator
Creates the validator for an input.
Method Details
getCSSValue
Gets the parameters that were successfully parsed.