Class StyleWrapper

java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.style.StyleWrapper
All Implemented Interfaces:
Serializable

public class StyleWrapper extends AbstractConfigurationObject
Helper class when JSON structure needs object with just style field
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • StyleWrapper

      public StyleWrapper()
  • Method Details

    • getStyle

      public Style getStyle()
      Return the style object
      Returns:
      a Style object.
    • setStyle

      public void setStyle(Style style)
      Set the style object
      Parameters:
      style - a Style object.