Uses of Class
elki.visualization.svg.SVGArrow.Direction
-
Packages that use SVGArrow.Direction Package Description elki.visualization.svg Base SVG functionality (generation, markers, thumbnails, export, ...).elki.visualization.visualizers.parallel Visualizers based on parallel coordinates. -
-
Uses of SVGArrow.Direction in elki.visualization.svg
Methods in elki.visualization.svg that return SVGArrow.Direction Modifier and Type Method 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.Methods in elki.visualization.svg with parameters of type SVGArrow.Direction Modifier and Type Method 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. -
Uses of SVGArrow.Direction in elki.visualization.visualizers.parallel
Methods in elki.visualization.visualizers.parallel with parameters of type SVGArrow.Direction Modifier and Type Method Description private void
AxisReorderVisualization.Instance. addEventListener(org.w3c.dom.Element tag, int i, SVGArrow.Direction j)
Add an event listener to the Element
-