| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Tile |
Tile.clone() |
Tile |
Tile.set(String fieldName,
Object value) |
Tile |
Tile.setHeight(Integer height)
The height of the tile, measured in grid blocks.
|
Tile |
Tile.setWidget(Widget widget)
The informational widget contained in the tile.
|
Tile |
Tile.setWidth(Integer width)
The width of the tile, measured in grid blocks.
|
Tile |
Tile.setXPos(Integer xPos)
The zero-indexed position of the tile in grid blocks relative to the left edge of the grid.
|
Tile |
Tile.setYPos(Integer yPos)
The zero-indexed position of the tile in grid blocks relative to the top edge of the grid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tile> |
MosaicLayout.getTiles()
The tiles to display.
|
| Modifier and Type | Method and Description |
|---|---|
MosaicLayout |
MosaicLayout.setTiles(List<Tile> tiles)
The tiles to display.
|
Copyright © 2011–2021 Google. All rights reserved.