Uses of Class
mgui.image.util.WindowedColourModel
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
mgui.image.util |
Utility classes for operations on 2D and 3D images.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.volume | |
mgui.interfaces.stats |
Provides general statistics operations on interface objects.
|
-
Uses of WindowedColourModel in mgui.geometry.volume
Methods in mgui.geometry.volume that return WindowedColourModel Modifier and Type Method Description static WindowedColourModel
VolumeFunctions. getColourModel()
static WindowedColourModel
VolumeFunctions. getColourModel(int transferType)
static WindowedColourModel
VolumeFunctions. getColourModel(int transferType, ColourMap cmap)
static WindowedColourModel
VolumeFunctions. getColourModel(int transferType, ColourMap cmap, boolean setAlpha)
static WindowedColourModel
VolumeFunctions. getColourModel(int transferType, ColourMap cmap, double scale, double intercept, double window_width, double window_mid, boolean setAlphaFromIntensity)
Methods in mgui.geometry.volume with parameters of type WindowedColourModel Modifier and Type Method Description static java.awt.image.BufferedImage
VolumeFunctions. getOverlayImage(java.util.ArrayList<java.awt.image.BufferedImage> images, WindowedColourModel colour_model)
Compiles an overlay from the list of images by adding them one-by-one starting from the last element (since this will be on the bottom). -
Uses of WindowedColourModel in mgui.image.util
Methods in mgui.image.util with parameters of type WindowedColourModel Modifier and Type Method Description void
WindowedColourModel. setFromColourModel(WindowedColourModel model)
-
Uses of WindowedColourModel in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes with type parameters of type WindowedColourModel Modifier and Type Field Description protected java.util.HashMap<java.lang.String,WindowedColourModel>
Volume3DInt. colour_models
Methods in mgui.interfaces.shapes that return WindowedColourModel Modifier and Type Method Description WindowedColourModel
Volume3DInt. getColourModel()
Returns the colour model for the current column, ornull
if there is no current column.WindowedColourModel
Volume3DInt. getColourModel(java.lang.String column)
-
Uses of WindowedColourModel in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume that return WindowedColourModel Modifier and Type Method Description WindowedColourModel
GridVertexDataColumn. getColourModel()
Returns the current colour modelMethods in mgui.interfaces.shapes.volume with parameters of type WindowedColourModel Modifier and Type Method Description java.awt.image.BufferedImage
GridVertexDataColumn. getRSliceImage(int r, WindowedColourModel colour_model)
Returns a slice image at the plane R=r
.java.awt.image.BufferedImage
GridVertexDataColumn. getSSliceImage(int s, WindowedColourModel colour_model)
Returns a slice image at the plane S=s
.java.awt.image.BufferedImage
GridVertexDataColumn. getTSliceImage(int t, WindowedColourModel colour_model)
Returns a slice image at the plane T=t
. -
Uses of WindowedColourModel in mgui.interfaces.stats
Fields in mgui.interfaces.stats declared as WindowedColourModel Modifier and Type Field Description WindowedColourModel
HistogramPlot. colour_model