Class TextShadowValidator

java.lang.Object
com.iizigo.prop.editor.TextShadowValidator

public class TextShadowValidator extends Object
The text shadow validator.
Author:
Christopher Mindus
  • Field Details Link icon

    • input Link icon

      public final String input
      The input string.
    • horz Link icon

      public GUnit horz
      The horizontal unit, null if not parsed.
    • vert Link icon

      public GUnit vert
      The vertical unit, null if not parsed.
    • blur Link icon

      public GUnit blur
      The blur, null if not parsed.
    • color Link icon

      public GColor color
      The color, null if not parsed.
    • error Link icon

      public String error
      Potential error.
    • tooManyParams Link icon

      public boolean tooManyParams
      Too many params causes this flag to be set, "error" is null.
  • Constructor Details Link icon

    • TextShadowValidator Link icon

      public TextShadowValidator(String input)
      Creates the validator for an input.
  • Method Details Link icon

    • getCSSValue Link icon

      public String getCSSValue()
      Gets the parameters that were successfully parsed.