public interface MarkerLibrary
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
useMarker(SVGPlot plot,
org.w3c.dom.Element parent,
double x,
double y,
int style,
double size)
Insert a marker at the given coordinates.
|
org.w3c.dom.Element useMarker(SVGPlot plot, org.w3c.dom.Element parent, double x, double y, int style, double size)
plot
- Plot to draw onparent
- parent nodex
- coordinatey
- coordinatestyle
- style (enumerated)size
- sizeCopyright © 2019 ELKI Development Team. License information.