com.vaadin.flow.component.charts.model.

Class Attributes

All Implemented Interfaces:

Serializable

public class Attributes extends AbstractConfigurationObject

A collection of style attributes for the Halo

See Also:

  • Constructor Details

    • Attributes

      public Attributes()
  • Method Details

    • getFill

      public Color getFill()

      Returns:

      See Also:

    • setFill

      public void setFill(Color fill)

      SVG fill attribute

      Parameters:

      fill -

    • getStroke

      public Color getStroke()

      Returns:

      See Also:

    • setStroke

      public void setStroke(Color stroke)

      SVG stroke attribute

      Parameters:

      stroke -

    • getStrokeWidth

      public Number getStrokeWidth()

      Returns:

      See Also:

    • setStrokeWidth

      public void setStrokeWidth(Number strokeWidth)

      SVG stroke-width attribute

      Parameters:

      strokeWidth -