You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.model.

Class DrillUpButtonTheme

    • Constructor Detail

      • DrillUpButtonTheme

        public DrillUpButtonTheme()
    • Method Detail

      • setFill

        public void setFill​(Color fill)

        SVG fill attribute for the button

        Parameters:

        fill -

      • setStroke

        public void setStroke​(Color stroke)

        SVG stroke attribute for the button

        Parameters:

        stroke -

      • setStrokeWidth

        public void setStrokeWidth​(Number strokeWidth)

        SVG stroke-width attribute

        Parameters:

        strokeWidth -

      • setR

        public void setR​(Number r)

        SVG border radius attribute for the button

        Parameters:

        r -