| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VisualizerContext.makeStyleResult(StyleLibrary stylelib)
Generate a new style result for the given style library.
|
| Constructor and Description |
|---|
VisualizerContext(HierarchicalResult result,
StyleLibrary stylelib,
Collection<ProjectorFactory> projectors,
Collection<VisFactory> factories)
Constructor.
|
VisualizerParameterizer(int samplesize,
StyleLibrary stylelib,
Collection<ProjectorFactory> projectors,
Collection<VisFactory> factories,
Pattern hideVisualizers)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesBasedStyleLibrary
Style library loading the parameters from a properties file.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) StyleLibrary |
StyleResult.library
Style library
|
| Modifier and Type | Method and Description |
|---|---|
StyleLibrary |
StyleResult.getStyleLibrary()
Get the style library
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleResult.setStyleLibrary(StyleLibrary library)
Get the style library
|
| 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.
|