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 java.util.HashMap<java.lang.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(java.lang.String name)
Retrieve a single class by name only
|
CSSClass |
CSSClassManager.getClass(java.lang.String name,
java.lang.Object owner)
Retrieve a single class by name and owner
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.lang.Object owner,
java.lang.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,
java.lang.Object... flags) |
void |
LineStyleLibrary.formatCSSClass(CSSClass cls,
int style,
double width,
java.lang.Object... meta)
Add the formatting statements to the given CSS class.
|
void |
DashedLineStyleLibrary.formatCSSClass(CSSClass cls,
int style,
double width,
java.lang.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 © 2019 ELKI Development Team. License information.