Class BoxShadowValidator

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

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

    • input Link icon

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

      public boolean inset
      If inset or not.
    • 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.
    • spread Link icon

      public GUnit spread
      The spread, 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

    • BoxShadowValidator Link icon

      public BoxShadowValidator(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.