Class OverlayInfo

java.lang.Object
com.vaadin.addon.spreadsheet.client.OverlayInfo
All Implemented Interfaces:
Serializable

@JsType(namespace="Vaadin.Spreadsheet") public class OverlayInfo extends Object implements Serializable
See Also:
  • Field Details

    • IMAGE

      public static final String IMAGE
      See Also:
    • COMPONENT

      public static final String COMPONENT
      See Also:
    • type

      public String type
    • col

      public int col
    • row

      public int row
    • width

      public float width
    • height

      public float height
    • dy

      public float dy
    • dx

      public float dx
  • Constructor Details

    • OverlayInfo

      public OverlayInfo()