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 WindowedColourModelVolumeFunctions. getColourModel()static WindowedColourModelVolumeFunctions. getColourModel(int transferType)static WindowedColourModelVolumeFunctions. getColourModel(int transferType, ColourMap cmap)static WindowedColourModelVolumeFunctions. getColourModel(int transferType, ColourMap cmap, boolean setAlpha)static WindowedColourModelVolumeFunctions. 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.BufferedImageVolumeFunctions. 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 voidWindowedColourModel. 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_modelsMethods in mgui.interfaces.shapes that return WindowedColourModel Modifier and Type Method Description WindowedColourModelVolume3DInt. getColourModel()Returns the colour model for the current column, ornullif there is no current column.WindowedColourModelVolume3DInt. 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 WindowedColourModelGridVertexDataColumn. getColourModel()Returns the current colour modelMethods in mgui.interfaces.shapes.volume with parameters of type WindowedColourModel Modifier and Type Method Description java.awt.image.BufferedImageGridVertexDataColumn. getRSliceImage(int r, WindowedColourModel colour_model)Returns a slice image at the plane R=r.java.awt.image.BufferedImageGridVertexDataColumn. getSSliceImage(int s, WindowedColourModel colour_model)Returns a slice image at the plane S=s.java.awt.image.BufferedImageGridVertexDataColumn. 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 WindowedColourModelHistogramPlot. colour_model