Package | Description |
---|---|
org.openimaj.image.colour | |
org.openimaj.vis.general |
Modifier and Type | Method and Description |
---|---|
static ColourMap |
ColourMap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColourMap[] |
ColourMap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Float[][] |
RGBColour.coloursFromMap(ColourMap cm,
int n)
Generate a range of colours from a
ColourMap . |
Modifier and Type | Method and Description |
---|---|
ColourMap |
HeightMap3D.getColourMap() |
ColourMap |
DotPlotVisualisation3D.getColourMap() |
ColourMap |
DotPlotVisualisation.getColourMap() |
ColourMap |
BarVisualisation3D.getColourMap() |
Modifier and Type | Method and Description |
---|---|
void |
HeightMap3D.setColourMap(ColourMap colourMap) |
void |
DotPlotVisualisation3D.setColourMap(ColourMap colourMap) |
void |
DotPlotVisualisation.setColourMap(ColourMap colourMap) |
void |
BarVisualisation3D.setColourMap(ColourMap colourMap) |
void |
BarVisualisation.useColourMap(ColourMap cp)
Whether to use a colour map and which one.
|
void |
BarVisualisationBasic.useColourMap(ColourMap cp)
Whether to use a colour map and which one.
|
Constructor and Description |
---|
HeatMap(int width,
int height,
ColourMap map) |