Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.visualization.svg.SVGPath

Packages that use SVGPath
de.lmu.ifi.dbs.elki.visualization.svg Base SVG functionality (generation, markers, thumbnails, export, ...). 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
 

Uses of SVGPath in de.lmu.ifi.dbs.elki.visualization.svg
 

Methods in de.lmu.ifi.dbs.elki.visualization.svg that return SVGPath
 SVGPath SVGPath.close()
          Close the path.
 SVGPath SVGPath.cubicTo(double c1x, double c1y, double c2x, double c2y, double x, double y)
          Cubic Bezier line to the given coordinates.
 SVGPath SVGPath.drawTo(double x, double y)
          Draw a line given a series of coordinates.
 SVGPath SVGPath.horizontalLineTo(double x)
          Draw a horizontal line to the given x coordinate.
 SVGPath SVGPath.lineTo(double x, double y)
          Draw a line to the given coordinates.
 SVGPath SVGPath.moveTo(double x, double y)
          Move to the given coordinates.
 SVGPath SVGPath.quadTo(double c1x, double c1y, double x, double y)
          Quadratic Bezier line to the given coordinates.
 SVGPath SVGPath.relativeCubicTo(double c1x, double c1y, double c2x, double c2y, double x, double y)
          Cubic Bezier line to the given relative coordinates.
 SVGPath SVGPath.relativeHorizontalLineTo(double x)
          Draw a horizontal line to the given relative x coordinate.
 SVGPath SVGPath.relativeLineTo(double x, double y)
          Draw a line to the given relative coordinates.
 SVGPath SVGPath.relativeMoveTo(double x, double y)
          Move to the given relative coordinates.
 SVGPath SVGPath.relativeQuadTo(double c1x, double c1y, double x, double y)
          Quadratic Bezier line to the given relative coordinates.
 SVGPath SVGPath.relativeSmoothCubicTo(double c2x, double c2y, double x, double y)
          Smooth Cubic Bezier line to the given relative coordinates.
 SVGPath SVGPath.relativeSmoothQuadTo(double x, double y)
          Smooth quadratic Bezier line to the given relative coordinates.
 SVGPath SVGPath.relativeVerticalLineTo(double y)
          Draw a vertical line to the given relative y coordinate.
 SVGPath SVGPath.smoothCubicTo(double c2x, double c2y, double x, double y)
          Smooth Cubic Bezier line to the given coordinates.
 SVGPath SVGPath.smoothQuadTo(double x, double y)
          Smooth quadratic Bezier line to the given coordinates.
 SVGPath SVGPath.verticalLineTo(double y)
          Draw a vertical line to the given y coordinate.
 

Uses of SVGPath in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
 

Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with parameters of type SVGPath
private  void TreeMBRVisualizer.recDrawEdges(SVGPath path, DoubleDoublePair r_min, ArrayList<DoubleDoublePair> r_edges, int off, BitSet b)
           
 


Release 0.3 (2010-03-31_1612)