Uses of Class
mgui.io.domestic.maps.DiscreteColourMapInOptions.Format
Package | Description |
---|---|
mgui.io.domestic.maps | |
mgui.io.foreign.mricro |
-
Uses of DiscreteColourMapInOptions.Format in mgui.io.domestic.maps
Fields in mgui.io.domestic.maps declared as DiscreteColourMapInOptions.Format Modifier and Type Field Description DiscreteColourMapInOptions.Format
DiscreteColourMapInOptions. format
Methods in mgui.io.domestic.maps that return DiscreteColourMapInOptions.Format Modifier and Type Method Description static DiscreteColourMapInOptions.Format
DiscreteColourMapInOptions.Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiscreteColourMapInOptions.Format[]
DiscreteColourMapInOptions.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.io.domestic.maps with parameters of type DiscreteColourMapInOptions.Format Modifier and Type Method Description ContinuousColourMap
DiscreteColourMapLoader. loadAsContinuousMap(DiscreteColourMapInOptions.Format format, int no_anchors, boolean normalized)
Loads this discrete map as a continuous maps withno_anchors
anchors.DiscreteColourMap
DiscreteColourMapLoader. loadMap(DiscreteColourMapInOptions.Format format, boolean normalized)
Loads a discrete colour map from the specified format. -
Uses of DiscreteColourMapInOptions.Format in mgui.io.foreign.mricro
Methods in mgui.io.foreign.mricro with parameters of type DiscreteColourMapInOptions.Format Modifier and Type Method Description DiscreteColourMap
MricroLutLoader. loadMap(DiscreteColourMapInOptions.Format format, boolean normalized)
Loads a discrete colour map from the specified format.