Uses of Class
org.evoludo.simulator.ColorMap
Packages that use ColorMap
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
-
Uses of ColorMap in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ColorMapModifier and TypeFieldDescriptionGenericPopGraph.colorMapThe map for translating discrete traits into colors.Methods in org.evoludo.graphics that return ColorMapModifier and TypeMethodDescriptionGenericPopGraph.getColorMap()Get the map for translating trait values into colors.Methods in org.evoludo.graphics with parameters of type ColorMapModifier and TypeMethodDescriptionvoidGenericPopGraph.setColorMap(ColorMap<T> colorMap) Set the map for translating trait values into colors. -
Uses of ColorMap in org.evoludo.simulator
Subclasses of ColorMap in org.evoludo.simulatorModifier and TypeClassDescriptionstatic classAbstract super class for color maps following a gradient.static classOne dimensional color gradient spanning two or more colorsstatic classTwo dimensional color gradient with one color for each dimension.static classColor gradient forNdimensional data with one color for each dimension.static classColorMap.Hue<T>Color gradient following the hue.static classAssociates integer indices with colors.classColoring3D is a wrapper class for different schemes to map data onto colors for 3D visualization using WebGL.static classOne dimensional color gradient spanning two or more colorsstatic classTwo dimensional color gradient with one color for each dimension.static classNdimensional color gradient with one color for each dimension.static classColor gradient following the hue.static classAssociates integer indices with colors.classColoring is a wrapper class for different schemes to map data onto colors for 2D visualizations using the HTML5canvaselement.static classOne dimensional color gradient spanning two or more colorsstatic classTwo dimensional color gradient with one color for each dimension.static classNdimensional color gradient with one color for each dimension.static classColor gradient following the hue.static classAssociates integer indices with colors. -
Uses of ColorMap in org.evoludo.simulator.models
Methods in org.evoludo.simulator.models with parameters of type ColorMapModifier and TypeMethodDescription<T> voidIBSPopulation.getTagData(T[] colors, ColorMap<T> colorMap) Returns the tags of all individuals in this population coded as colors in the arraycolorsusing the mapcolorMap.<T> voidIBS.getTraitData(int id, T[] colors, ColorMap<T> colorMap) <T> voidIBSDPopulation.getTraitData(T[] colors, ColorMap<T> colorMap) <T> voidIBSMCPopulation.getTraitData(T[] colors, ColorMap<T> colorMap) abstract <T> voidIBSPopulation.getTraitData(T[] colors, ColorMap<T> colorMap) Returns the traits of all individuals in this population coded as colors in the arraycolorsusing the mapcolorMap.abstract <T> voidModel.getTraitData(int id, T[] colors, ColorMap<T> colorMap) Gets the trait data for species with IDidand translates them into colors using thecolorMap.<T> voidODE.getTraitData(int id, T[] colors, ColorMap<T> colorMap) Unused interface method.<T> voidPDE.getTraitData(int id, T[] colors, ColorMap<T> colorMap) -
Uses of ColorMap in org.evoludo.simulator.modules
Methods in org.evoludo.simulator.modules that return ColorMapModifier and TypeMethodDescription<T> ColorMap<T> Module.processColorMap(ColorMap<T> colorMap) <T> ColorMap<T> NetGames.processColorMap(ColorMap<T> colorMap) Methods in org.evoludo.simulator.modules with parameters of type ColorMapModifier and TypeMethodDescriptionprivate <T> TNetGames.IBSPop.getLeafColor(T type, ColorMap<T> cMap) Utility method to determine the color of leaves in the network.<T> voidNetGames.IBSPop.getTraitData(T[] colors, ColorMap<T> cMap) Returns the traits of all individuals in this population coded as colors in the arraycolorsusing the mapcolorMap.<T> ColorMap<T> Module.processColorMap(ColorMap<T> colorMap) <T> ColorMap<T> NetGames.processColorMap(ColorMap<T> colorMap)