Uses of Class
elki.visualization.style.ColorInterpolation
-
Packages that use ColorInterpolation Package Description elki.visualization.style Style management for ELKI visualizations.elki.visualization.style.marker Draw plot markers. -
-
Uses of ColorInterpolation in elki.visualization.style
Methods in elki.visualization.style that return ColorInterpolation Modifier and Type Method Description static ColorInterpolationColorInterpolation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColorInterpolation[]ColorInterpolation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorInterpolation in elki.visualization.style.marker
Fields in elki.visualization.style.marker declared as ColorInterpolation Modifier and Type Field Description (package private) ColorInterpolationCircleMarkers. interpolColor interpolation style(package private) ColorInterpolationMinimalMarkers. interpolColor interpolation style(package private) ColorInterpolationPrettyMarkers. interpolColor interpolation style
-