Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...)
|
de.lmu.ifi.dbs.elki.visualization.visualizers.parallel |
Visualizers based on parallel coordinates
|
Modifier and Type | Method and Description |
---|---|
static SVGArrow.Direction |
SVGArrow.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVGArrow.Direction[] |
SVGArrow.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
SVGArrow.makeArrow(SVGPlot svgp,
SVGArrow.Direction dir,
double x,
double y,
double size)
Draw an arrow at the given position.
|
Modifier and Type | Method and Description |
---|---|
private void |
AxisReorderVisualization.Instance.addEventListener(org.w3c.dom.Element tag,
int i,
SVGArrow.Direction j)
Add an event listener to the Element
|
Copyright © 2019 ELKI Development Team. License information.