Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
de.lmu.ifi.dbs.elki.visualization.style |
Style management for ELKI visualizations.
|
de.lmu.ifi.dbs.elki.visualization.style.lines |
Generate line styles for plotting in CSS
|
de.lmu.ifi.dbs.elki.visualization.style.marker |
Draw plot markers
|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...).
|
de.lmu.ifi.dbs.elki.visualization.visualizers.pairsegments |
Visualizers for inspecting cluster differences using pair counting segments.
|
Modifier and Type | Field and Description |
---|---|
private StyleLibrary |
VisualizerParameterizer.stylelib
Style library to use.
|
protected StyleLibrary |
VisualizerParameterizer.Parameterizer.stylelib
Style library
|
(package private) StyleLibrary |
VisualizerContext.stylelibrary
Style library
|
Modifier and Type | Method and Description |
---|---|
StyleLibrary |
VisualizerContext.getStyleLibrary()
Get the style library
|
Modifier and Type | Method and Description |
---|---|
protected void |
VisualizerContext.makeStyleResult(StyleLibrary stylelib)
Generate a new style result for the given style library.
|
void |
VisualizerContext.setStyleLibrary(StyleLibrary library)
Get the style library
|
Constructor and Description |
---|
VisualizerContext(ResultHierarchy hier,
Result start,
Relation<?> relation,
StyleLibrary stylelib,
Collection<VisualizationProcessor> factories)
Constructor.
|
VisualizerParameterizer(int samplesize,
StyleLibrary stylelib,
Collection<VisualizationProcessor> factories)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesBasedStyleLibrary
Style library loading the parameters from a properties file.
|
Constructor and Description |
---|
ClusterStylingPolicy(Clustering<?> clustering,
StyleLibrary style)
Constructor.
|
Constructor and Description |
---|
DashedLineStyleLibrary(StyleLibrary style)
Constructor
|
SolidLineStyleLibrary(StyleLibrary style)
Constructor.
|
Constructor and Description |
---|
CircleMarkers(StyleLibrary style)
Constructor
|
MinimalMarkers(StyleLibrary style)
Constructor
|
PrettyMarkers(String prefix,
StyleLibrary style)
Constructor
|
PrettyMarkers(StyleLibrary style)
Constructor without prefix argument, will use
PrettyMarkers.DEFAULT_PREFIX as
prefix. |
Modifier and Type | Method and Description |
---|---|
static void |
SVGSimpleLinearAxis.drawAxis(SVGPlot plot,
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(Object owner,
CSSClassManager manager,
StyleLibrary style)
Register CSS classes with a
CSSClassManager |
Modifier and Type | Method and Description |
---|---|
void |
SegmentsStylingPolicy.setStyleLibrary(StyleLibrary style)
Assign the style library, for compatibility color styling.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.