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 | Field and Description |
---|---|
static SVGArrow.Direction |
SVGArrow.DOWN
Constant for "down"
|
static SVGArrow.Direction |
SVGArrow.LEFT
Constant for "left"
|
static SVGArrow.Direction |
SVGArrow.RIGHT
Constant for "right"
|
static SVGArrow.Direction |
SVGArrow.UP
Constant for "up"
|
Modifier and Type | Method and Description |
---|---|
static SVGArrow.Direction |
SVGArrow.Direction.valueOf(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 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(Element tag,
int i,
SVGArrow.Direction j)
Add an event listener to the Element
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.