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.colorMap
The 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 TypeMethodDescriptionvoid
GenericPopGraph.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 class
Abstract super class for color maps following a gradient.static class
One dimensional color gradient spanning two or more colorsstatic class
Two dimensional color gradient with one color for each dimension.static class
Color gradient forN
dimensional data with one color for each dimension.static class
ColorMap.Hue<T>
Color gradient following the hue.static class
Associates integer indices with colors.class
Coloring3D is a wrapper class for different schemes to map data onto colors for 3D visualization using WebGL.static class
One dimensional color gradient spanning two or more colorsstatic class
Two dimensional color gradient with one color for each dimension.static class
N
dimensional color gradient with one color for each dimension.static class
Color gradient following the hue.static class
Associates integer indices with colors.class
Coloring is a wrapper class for different schemes to map data onto colors for 2D visualizations using the HTML5canvas
element.static class
One dimensional color gradient spanning two or more colorsstatic class
Two dimensional color gradient with one color for each dimension.static class
N
dimensional color gradient with one color for each dimension.static class
Color gradient following the hue.static class
Associates 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> void
IBSPopulation.getTagData
(T[] colors, ColorMap<T> colorMap) Returns the tags of all individuals in this population coded as colors in the arraycolors
using the mapcolorMap
.<T> void
IBS.getTraitData
(int id, T[] colors, ColorMap<T> colorMap) <T> void
IBSDPopulation.getTraitData
(T[] colors, ColorMap<T> colorMap) <T> void
IBSMCPopulation.getTraitData
(T[] colors, ColorMap<T> colorMap) abstract <T> void
IBSPopulation.getTraitData
(T[] colors, ColorMap<T> colorMap) Returns the traits of all individuals in this population coded as colors in the arraycolors
using the mapcolorMap
.abstract <T> void
Model.getTraitData
(int id, T[] colors, ColorMap<T> colorMap) Gets the trait data for species with IDid
and translates them into colors using thecolorMap
.<T> void
ODE.getTraitData
(int id, T[] colors, ColorMap<T> colorMap) Unused interface method.<T> void
PDE.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> T
NetGames.IBSPop.getLeafColor
(T type, ColorMap<T> cMap) Utility method to determine the color of leaves in the network.<T> void
NetGames.IBSPop.getTraitData
(T[] colors, ColorMap<T> cMap) Returns the traits of all individuals in this population coded as colors in the arraycolors
using the mapcolorMap
.<T> ColorMap
<T> Module.processColorMap
(ColorMap<T> colorMap) <T> ColorMap
<T> NetGames.processColorMap
(ColorMap<T> colorMap)