Interface CSSShorthandValue

All Superinterfaces:
Cloneable, CSSValue

public interface CSSShorthandValue extends CSSValue
Shorthand value.

These values are of SHORTHAND type.

  • Method Details

    • isImportant

      boolean isImportant()
      Is the value of important priority ?
      Returns:
      true if the priority is important.
    • getLonghands

      Set<String> getLonghands()
      Get the set of longhand properties that this shorthand is responsible for.
      Returns:
      the set of longhand properties.
    • getCssValueType

      default CSSValue.CssType getCssValueType()
      Description copied from interface: CSSValue
      Get the general category to which this value belongs.
      Specified by:
      getCssValueType in interface CSSValue
      Returns:
      the general value type.
    • getPrimitiveType

      default CSSValue.Type getPrimitiveType()
      Description copied from interface: CSSValue
      Get the primitive type.
      Specified by:
      getPrimitiveType in interface CSSValue
      Returns:
      the primitive type.
    • clone

      Description copied from interface: CSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface CSSValue
      Returns:
      a clone of this value.