public class OverlayInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OverlayInfo.Type |
| Modifier and Type | Field and Description |
|---|---|
int |
col |
float |
dx |
float |
dy |
float |
height |
int |
row |
OverlayInfo.Type |
type |
float |
width |
| Constructor and Description |
|---|
OverlayInfo() |
OverlayInfo(OverlayInfo.Type t) |
public OverlayInfo.Type type
public int col
public int row
public float width
public float height
public float dy
public float dx
public OverlayInfo()
public OverlayInfo(OverlayInfo.Type t)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.