public static class Config.ImageMarker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
radius
Radius as a proportion of the image height
|
double |
x
X position as a proportion of the image width
|
double |
y
Y position as a proportion of the image height
|
| Constructor and Description |
|---|
ImageMarker(double x,
double y) |
ImageMarker(double x,
double y,
double radius) |