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

Class StyleWrapper

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.style.StyleWrapper

All Implemented Interfaces:

Serializable

public class StyleWrapper extends AbstractConfigurationObject

Helper class when JSON structure needs object with just style field

See Also:

  • Constructor Details

    • StyleWrapper

      public StyleWrapper()
  • Method Details

    • getStyle

      public Style getStyle()

      Return the style object

      Returns:

    • setStyle

      public void setStyle(Style style)

      Set the style object

      Parameters:

      style -