Interface CSSProperty

All Known Implementing Classes:
CSSPropertyImpl

public interface CSSProperty
CSS property interface.
Version:
1.0.0
Author:
Angelo ZERR
  • Method Details

    • getName

      String getName()
      Return name of CSS property.
    • getValue

      CSSValue getValue()
      Return CSSValue value of CSS property.
    • setValue

      void setValue(CSSValue value)
      Set the CSSValue value of CSS property.
    • isImportant

      boolean isImportant()
      Return true if CSS property is important and false otherwise.
    • setImportant

      void setImportant(boolean important)