| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.visualization.svg | 
 Base SVG functionality (generation, markers, thumbnails, export, ...) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SVGSimpleLinearAxis.LabelStyle | 
SVGSimpleLinearAxis.LabelStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SVGSimpleLinearAxis.LabelStyle[] | 
SVGSimpleLinearAxis.LabelStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| 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 
 | 
Copyright © 2019 ELKI Development Team. License information.