Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI
|
de.lmu.ifi.dbs.elki.visualization.parallel3d |
3DPC: 3D parallel coordinate plot visualization for 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,
StyleLibrary stylelib,
java.util.Collection<VisualizationProcessor> factories)
Constructor.
|
VisualizerParameterizer(int samplesize,
StyleLibrary stylelib,
java.util.Collection<VisualizationProcessor> factories)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) StyleLibrary |
OpenGL3DParallelCoordinates.Instance.Shared.stylelib
Style library
|
Modifier and Type | Method and Description |
---|---|
StylingPolicy |
OpenGL3DParallelCoordinates.getStylePolicy(ResultHierarchy hier,
StyleLibrary stylelib)
Hack: Get/Create the style result.
|
Constructor and Description |
---|
Instance(Relation<? extends O> rel,
ProjectionParallel proj,
OpenGL3DParallelCoordinates.Settings<O> settings,
StylingPolicy stylepol,
StyleLibrary stylelib)
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(java.lang.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,
org.w3c.dom.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(java.lang.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 © 2019 ELKI Development Team. License information.