public class MinimalMarkers extends java.lang.Object implements MarkerLibrary
Modifier and Type | Field and Description |
---|---|
private ColorLibrary |
colors
Color library
|
private java.lang.String |
dotcolor
Color of "uncolored" dots
|
private java.lang.String |
greycolor
Color of "greyed out" dots
|
Constructor and Description |
---|
MinimalMarkers(StyleLibrary style)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
useMarker(SVGPlot plot,
org.w3c.dom.Element parent,
double x,
double y,
int stylenr,
double size)
Use a given marker on the document.
|
private ColorLibrary colors
private java.lang.String dotcolor
private java.lang.String greycolor
public MinimalMarkers(StyleLibrary style)
style
- Style library to usepublic org.w3c.dom.Element useMarker(SVGPlot plot, org.w3c.dom.Element parent, double x, double y, int stylenr, double size)
useMarker
in interface MarkerLibrary
plot
- Plot to draw onparent
- parent nodex
- coordinatey
- coordinatestylenr
- style (enumerated)size
- sizeCopyright © 2019 ELKI Development Team. License information.