public interface Watchface
Modifier and Type | Method and Description |
---|---|
void |
renderPreview(GraphicsContext g,
int x,
int y,
int size)
Renders the preview of this watchface.
|
void |
show()
Shows this watchface.
|
void renderPreview(GraphicsContext g, int x, int y, int size)
g
- the graphics context to draw with.x
- the x coordinate of the region to draw in.y
- the y coordinate of the region to draw in.size
- the width and height of the region to draw in.void show()