| 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 | 
|---|---|
boolean | 
CSSClassManager.mergeCSSFrom(CSSClassManager other)
Merge CSS classes, for example to merge two plots. 
 | 
boolean | 
CSSClassManager.testMergeable(CSSClassManager other)
Check whether or not CSS classes of two plots can be merged 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private CSSClassManager | 
SVGPlot.cssman
CSS class manager 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CSSClassManager | 
SVGPlot.getCSSClassManager()
Get the plots CSS class manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private static void | 
SVGSimpleLinearAxis.setupCSSClasses(Object owner,
               CSSClassManager manager,
               StyleLibrary style)
Register CSS classes with a  
CSSClassManager |