Uses of Interface
xal.extension.widgets.plot.ColorGenerator
Packages that use ColorGenerator
-
Uses of ColorGenerator in xal.extension.widgets.plot
Classes in xal.extension.widgets.plot that implement ColorGeneratorModifier and TypeClassDescriptionclass
RainbowColorGenerator class keeps the map between color and range 0.0 - 1.0 based on the Rainbow approach.Methods in xal.extension.widgets.plot that return ColorGeneratorModifier and TypeMethodDescriptionColorSurfaceData.getColorGenerator()
Returns the color generator instance.Methods in xal.extension.widgets.plot with parameters of type ColorGeneratorModifier and TypeMethodDescriptionvoid
ColorSurfaceData.setColorGenerator
(ColorGenerator colorGen) Sets the color generator.