| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math.scales | 
 Scales handling for plotting. 
 | 
| de.lmu.ifi.dbs.elki.result | 
 Result types, representation and handling 
 | 
| de.lmu.ifi.dbs.elki.visualization.opticsplot | 
 Code for drawing OPTICS plots 
 | 
| de.lmu.ifi.dbs.elki.visualization.projections | 
 Visualization projections 
 | 
| de.lmu.ifi.dbs.elki.visualization.svg | 
 Base SVG functionality (generation, markers, thumbnails, export, ...). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <O extends NumberVector<? extends Number>>  | 
Scales.calcScales(Relation<O> db)
Compute a linear scale for each dimension. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private LinearScale[] | 
ScalesResult.scales
The scales in use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LinearScale | 
ScalesResult.getScale(int dim)
Get the scale for dimension dim (starting at 1!). 
 | 
LinearScale[] | 
ScalesResult.getScales()
Get all scales. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalesResult.setScale(int dim,
        LinearScale scale)
Set the scale for dimension dim (starting at 1!). 
 | 
| Constructor and Description | 
|---|
ScalesResult(LinearScale[] scales)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) LinearScale | 
OPTICSPlot.scale
Scale to use 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LinearScale | 
OPTICSPlot.computeScale(List<ClusterOrderEntry<D>> order)
Compute the scale (value range) 
 | 
LinearScale | 
OPTICSPlot.getScale()  | 
| Modifier and Type | Field and Description | 
|---|---|
private LinearScale[] | 
SimpleParallel.scales
Scales 
 | 
protected LinearScale[] | 
AbstractProjection.scales
Scales in data set 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LinearScale | 
SimpleParallel.getAxisScale(int axis)  | 
LinearScale | 
ProjectionParallel.getAxisScale(int axis)
Get scale for the given axis 
 | 
LinearScale | 
OPTICSProjection.getScale(int d)  | 
LinearScale | 
SimpleParallel.getScale(int dim)  | 
LinearScale | 
Projection.getScale(int d)
Get the scale class for a particular dimension. 
 | 
LinearScale | 
AbstractProjection.getScale(int d)
Get the scales used, for rendering scales mostly. 
 | 
| Constructor and Description | 
|---|
AbstractFullProjection(LinearScale[] scales)
Constructor. 
 | 
AbstractProjection(LinearScale[] scales)
Constructor. 
 | 
AbstractSimpleProjection(LinearScale[] scales)
Constructor. 
 | 
AffineProjection(LinearScale[] scales,
                AffineTransformation proj)
Constructor with a given database and axes. 
 | 
Simple1D(LinearScale[] scales,
        int dnum)
Simple 1D projection using scaling only. 
 | 
Simple2D(LinearScale[] scales,
        int ax1,
        int ax2)
Constructor with a given database and axes. 
 | 
SimpleParallel(LinearScale[] scales)
Constructor. 
 | 
| 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 
 |