
public class CircleMarkers extends Object implements MarkerLibrary
| Modifier and Type | Field and Description |
|---|---|
private ColorLibrary |
colors
Color library
|
private String |
dotcolor
Color of "uncolored" dots
|
private String |
greycolor
Color of "greyed out" dots
|
| Constructor and Description |
|---|
CircleMarkers(StyleLibrary style)
Constructor
|
private ColorLibrary colors
private String dotcolor
private String greycolor
public CircleMarkers(StyleLibrary style)
style - Style library to usepublic Element useMarker(SVGPlot plot, Element parent, double x, double y, int stylenr, double size)
useMarker in interface MarkerLibraryplot - Plot to draw onparent - parent nodex - coordinatey - coordinatestylenr - style (enumerated)size - sizeCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.