| 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(String name,
        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,
        Element parent,
        LinearScale scale,
        double x1,
        double y1,
        double x2,
        double y2,
        boolean labels,
        boolean righthanded,
        StyleLibrary style)
Plot an axis with appropriate scales 
 | 
private static void | 
SVGSimpleLinearAxis.setupCSSClasses(Object owner,
               CSSClassManager manager,
               StyleLibrary style)
Register CSS classes with a  
CSSClassManager |