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(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,
Element parent,
LinearScale scale,
double x1,
double y1,
double x2,
double y2,
SVGSimpleLinearAxis.LabelStyle labelstyle,
StyleLibrary style)
Plot an axis with appropriate scales
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.