| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.visualization.opticsplot |
Code for drawing OPTICS plots
|
| de.lmu.ifi.dbs.elki.visualization.style |
Style management for ELKI visualizations.
|
| de.lmu.ifi.dbs.elki.visualization.visualizers.pairsegments |
Visualizers for inspecting cluster differences using pair counting segments.
|
| de.lmu.ifi.dbs.elki.visualization.visualizers.parallel |
Visualizers based on parallel coordinates.
|
| Modifier and Type | Field and Description |
|---|---|
private StylingPolicy |
OPTICSColorFromStylingPolicy.policy
The styling policy
|
| Constructor and Description |
|---|
OPTICSColorFromStylingPolicy(StylingPolicy policy)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassStylingPolicy
Styling policy that is based on classes, for example clusters or
labels.
|
interface |
SingleObjectsStylingPolicy
Styling policy based on assigning objects individual colors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterStylingPolicy
Styling policy based on cluster membership.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) StylingPolicy |
StyleResult.policy
Styling policy
|
| Modifier and Type | Method and Description |
|---|---|
StylingPolicy |
StyleResult.getStylingPolicy()
Get the active styling policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleResult.setStylingPolicy(StylingPolicy policy)
Set the active styling policy
|
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentsStylingPolicy
Styling policy to communicate the segment selection to other visualizers.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LineVisualization.Instance.addCSSClasses(SVGPlot svgp,
StylingPolicy sp)
Adds the required CSS-Classes
|