public final class SVGArrow
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SVGArrow.Direction
Direction constants
|
| Modifier | Constructor and Description |
|---|---|
private |
SVGArrow()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Element |
makeArrow(SVGPlot svgp,
SVGArrow.Direction dir,
double x,
double y,
double size)
Draw an arrow at the given position.
|
public static org.w3c.dom.Element makeArrow(SVGPlot svgp, SVGArrow.Direction dir, double x, double y, double size)
svgp - Plot to draw todir - Direction to drawx - Center x coordinatey - Center y coordinatesize - Arrow sizeCopyright © 2019 ELKI Development Team. License information.