public class PictureTile extends Object
| Constructor and Description |
|---|
PictureTile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPicture()
Base64-encoded snapshot data.
|
Double |
getX()
Offset from owning layer left boundary
|
Double |
getY()
Offset from owning layer top boundary
|
void |
setPicture(String picture)
Base64-encoded snapshot data.
|
void |
setX(Double x)
Offset from owning layer left boundary
|
void |
setY(Double y)
Offset from owning layer top boundary
|
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public String getPicture()
public void setPicture(String picture)
Copyright © 2020. All rights reserved.