public class BoxShadowValidator extends Object
Modifier and Type | Field and Description |
---|---|
GUnit |
blur
The blur, null if not parsed.
|
GColor |
color
The color, null if not parsed.
|
String |
error
Potential error.
|
GUnit |
horz
The horizontal unit, null if not parsed.
|
String |
input
The input string.
|
boolean |
inset
If inset or not.
|
GUnit |
spread
The spread, null if not parsed.
|
boolean |
tooManyParams
Too many params causes this flag to be set, "error" is null.
|
GUnit |
vert
The vertical unit, null if not parsed.
|
Constructor and Description |
---|
BoxShadowValidator(String input)
Creates the validator for an input.
|
Modifier and Type | Method and Description |
---|---|
String |
getCSSValue()
Gets the parameters that were successfully parsed.
|
public final String input
public boolean inset
public GUnit horz
public GUnit vert
public GUnit blur
public GUnit spread
public GColor color
public String error
public boolean tooManyParams
public BoxShadowValidator(String input)
public String getCSSValue()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.