Interface CSSPathValue

All Superinterfaces:
CSSShapeValue

public interface CSSPathValue extends CSSShapeValue
Represents a path() function.

This is an incubating interface and may change in the future.

  • Method Summary

    Modifier and Type
    Method
    Description
    The fill rule.
    The string representing the path.
  • Method Details

    • getFillRule

      CSSTypedValue getFillRule()
      The fill rule.
      Returns:
      the fill rule, or null if none.
    • getPath

      String getPath()
      The string representing the path.
      Returns:
      the path.