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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IMAGE
- See Also:
-
COMPONENT
- See Also:
-
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()
-