Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.css |
Managing CSS styles / classes.
|
de.lmu.ifi.dbs.elki.visualization.gui.overview |
Classes for managing the overview plot.
|
de.lmu.ifi.dbs.elki.visualization.style.lines |
Generate line styles for plotting in CSS
|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...).
|
Modifier and Type | Field and Description |
---|---|
private HashMap<String,CSSClass> |
CSSClassManager.store
Store the contained CSS classes.
|
Modifier and Type | Method and Description |
---|---|
CSSClass |
CSSClassManager.addClass(CSSClass clss)
Add a single class to the map.
|
CSSClass |
CSSClassManager.getClass(String name)
Retrieve a single class by name only
|
CSSClass |
CSSClassManager.getClass(String name,
Object owner)
Retrieve a single class by name and owner
|
Modifier and Type | Method and Description |
---|---|
Collection<CSSClass> |
CSSClassManager.getClasses()
Get all CSS classes in this manager.
|
Modifier and Type | Method and Description |
---|---|
CSSClass |
CSSClassManager.addClass(CSSClass clss)
Add a single class to the map.
|
void |
CSSClassManager.removeClass(CSSClass clss)
Remove a single CSS class from the map.
|
Constructor and Description |
---|
CSSClass(Object owner,
String name,
CSSClass other)
Cloning constructor
|
Modifier and Type | Field and Description |
---|---|
private CSSClass |
OverviewPlot.selcss
The CSS class used on "selectable" rectangles.
|
Modifier and Type | Method and Description |
---|---|
void |
SolidLineStyleLibrary.formatCSSClass(CSSClass cls,
int style,
double width,
Object... flags) |
void |
LineStyleLibrary.formatCSSClass(CSSClass cls,
int style,
double width,
Object... meta)
Add the formatting statements to the given CSS class.
|
void |
DashedLineStyleLibrary.formatCSSClass(CSSClass cls,
int style,
double width,
Object... flags) |
Modifier and Type | Field and Description |
---|---|
private CSSClass |
SVGButton.butcss
Class for the buttons main CSS
|
private CSSClass |
SVGButton.titlecss
Title styling
|
Modifier and Type | Method and Description |
---|---|
void |
SVGPlot.addCSSClassOrLogError(CSSClass cls)
Convenience method to add a CSS class or log an error.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.