Uses of Class
mgui.interfaces.maps.DiscreteColourMap
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
mgui.io.domestic.maps | |
mgui.io.foreign.caret | |
mgui.io.foreign.mricro |
-
Uses of DiscreteColourMap in mgui.interfaces
Methods in mgui.interfaces that return types with arguments of type DiscreteColourMap Modifier and Type Method Description static java.util.ArrayList<DiscreteColourMap>
InterfaceEnvironment. getDiscreteColourMaps()
Returns all loaded discrete colour maps. -
Uses of DiscreteColourMap in mgui.interfaces.maps
Fields in mgui.interfaces.maps declared as DiscreteColourMap Modifier and Type Field Description DiscreteColourMap
DiscreteColourMapLayout. map
static DiscreteColourMap
DiscreteColourMap. RANDOM_600
Methods in mgui.interfaces.maps that return DiscreteColourMap Modifier and Type Method Description static DiscreteColourMap
DiscreteColourMap. getRandom600()
Methods in mgui.interfaces.maps with parameters of type DiscreteColourMap Modifier and Type Method Description void
DiscreteColourMapTable. setMap(DiscreteColourMap map)
Constructors in mgui.interfaces.maps with parameters of type DiscreteColourMap Constructor Description DiscreteColourMapLayout(DiscreteColourMap map)
DiscreteColourMapLayout(DiscreteColourMap map, int box_size, java.awt.Font font, java.awt.Color background)
DiscreteColourMapLayout(DiscreteColourMap map, java.awt.Color background)
DiscreteColourMapTable(DiscreteColourMap map)
-
Uses of DiscreteColourMap in mgui.interfaces.plots.osp
Methods in mgui.interfaces.plots.osp that return DiscreteColourMap Modifier and Type Method Description DiscreteColourMap
InterfaceStripChart. getColourMap()
Methods in mgui.interfaces.plots.osp with parameters of type DiscreteColourMap Modifier and Type Method Description void
InterfaceStripChart. setColourMap(DiscreteColourMap map)
-
Uses of DiscreteColourMap in mgui.io.domestic.maps
Fields in mgui.io.domestic.maps declared as DiscreteColourMap Modifier and Type Field Description DiscreteColourMap
DiscreteColourMapOutOptions. map
Methods in mgui.io.domestic.maps that return DiscreteColourMap Modifier and Type Method Description DiscreteColourMap
DiscreteColourMapLoader. loadMap()
DiscreteColourMap
DiscreteColourMapLoader. loadMap(DiscreteColourMapInOptions.Format format, boolean normalized)
Loads a discrete colour map from the specified format.Methods in mgui.io.domestic.maps with parameters of type DiscreteColourMap Modifier and Type Method Description boolean
DiscreteColourMapWriter. writeMap(DiscreteColourMap map)
boolean
DiscreteColourMapWriter. writeMap(DiscreteColourMap map, boolean alpha)
Constructors in mgui.io.domestic.maps with parameters of type DiscreteColourMap Constructor Description DiscreteColourMapOutOptions(DiscreteColourMap map)
-
Uses of DiscreteColourMap in mgui.io.foreign.caret
Fields in mgui.io.foreign.caret declared as DiscreteColourMap Modifier and Type Field Description DiscreteColourMap
CaretAreaColourOutputOptions. colour_map
Methods in mgui.io.foreign.caret that return DiscreteColourMap Modifier and Type Method Description DiscreteColourMap
CaretAreaColourLoader. loadMap(NameMap nameMap)
Methods in mgui.io.foreign.caret with parameters of type DiscreteColourMap Modifier and Type Method Description boolean
CaretAreaColourWriter. writeColourMap(DiscreteColourMap colour_map)
Writescolour_map
to file. -
Uses of DiscreteColourMap in mgui.io.foreign.mricro
Methods in mgui.io.foreign.mricro that return DiscreteColourMap Modifier and Type Method Description DiscreteColourMap
MricroLutLoader. loadMap()
DiscreteColourMap
MricroLutLoader. loadMap(DiscreteColourMapInOptions.Format format, boolean normalized)
Loads a discrete colour map from the specified format.Methods in mgui.io.foreign.mricro with parameters of type DiscreteColourMap Modifier and Type Method Description boolean
MricroLutWriter. writeMap(DiscreteColourMap map, boolean alpha)