Uses of Class
elki.visualization.svg.SVGSimpleLinearAxis.LabelStyle
-
Packages that use SVGSimpleLinearAxis.LabelStyle Package Description elki.visualization.svg Base SVG functionality (generation, markers, thumbnails, export, ...). -
-
Uses of SVGSimpleLinearAxis.LabelStyle in elki.visualization.svg
Methods in elki.visualization.svg that return SVGSimpleLinearAxis.LabelStyle Modifier and Type Method Description static SVGSimpleLinearAxis.LabelStyle
SVGSimpleLinearAxis.LabelStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVGSimpleLinearAxis.LabelStyle[]
SVGSimpleLinearAxis.LabelStyle. 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 SVGSimpleLinearAxis.LabelStyle Modifier and Type Method Description static void
SVGSimpleLinearAxis. drawAxis(SVGPlot plot, org.w3c.dom.Element parent, LinearScale scale, double x1, double y1, double x2, double y2, SVGSimpleLinearAxis.LabelStyle labelstyle, StyleLibrary style)
Plot an axis with appropriate scales
-