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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverlayInfo()
-
-
-
Field Detail
-
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
-
COMPONENT
public static final String COMPONENT
- See Also:
- Constant Field Values
-
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
-
-