Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.css |
Managing CSS styles / classes
|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...)
|
Modifier and Type | Method and Description |
---|---|
CSSClass |
CSSClassManager.addClass(CSSClass clss)
Add a single class to the map.
|
CSSClass |
CSSClassManager.getClass(java.lang.String name,
java.lang.Object owner)
Retrieve a single class by name and owner
|
boolean |
CSSClassManager.mergeCSSFrom(CSSClassManager other)
Merge CSS classes, for example to merge two plots.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVGSimpleLinearAxis.drawAxis(SVGPlot plot,
org.w3c.dom.Element parent,
LinearScale scale,
double x1,
double y1,
double x2,
double y2,
SVGSimpleLinearAxis.LabelStyle labelstyle,
StyleLibrary style)
Plot an axis with appropriate scales
|
private static void |
SVGSimpleLinearAxis.setupCSSClasses(java.lang.Object owner,
CSSClassManager manager,
StyleLibrary style)
Register CSS classes with a
CSSClassManager |
Copyright © 2019 ELKI Development Team. License information.