DESY ACOP Beans Home

Uses of Class
de.desy.acop.video.displayer.ColorMap

Packages that use ColorMap
de.desy.acop.video   
de.desy.acop.video.displayer   
de.desy.acop.video.displayer.timage   
de.desy.acop.video.timageio   
 

Uses of ColorMap in de.desy.acop.video
 

Methods in de.desy.acop.video that return ColorMap
 ColorMap AcopVideoParameters.getColorMap()
          Returns the color map.
 ColorMap AcopVideo.getColorMap()
          Returns the color map used to render the image.
 

Methods in de.desy.acop.video with parameters of type ColorMap
 void AcopVideo.setColorMap(ColorMap newValue)
          Sets the color map for the image.
 

Constructors in de.desy.acop.video with parameters of type ColorMap
AcopVideoParameters(ConnectionParameters parameters, boolean aoiZoom, ImageZoom imageZoom, OverlayState overlayState, boolean keepAspectRatio, boolean histogramEqualisation, int histogramMin, int histogramMax, ColorMap colorMap, boolean displayClutHeader)
          Constructs a new AcopVideoParameters.
 

Uses of ColorMap in de.desy.acop.video.displayer
 

Methods in de.desy.acop.video.displayer that return ColorMap
 ColorMap ImageDisplayer.getColorMap()
          returns the currently used false color map to outside world.
 ColorMap ImageCLUT.getColorMap()
          Returns the color map
static ColorMap ColorMap.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorMap[] ColorMap.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.desy.acop.video.displayer with parameters of type ColorMap
 void ImageDisplayer.setColorMap(ColorMap newValue)
          Updates the currently used false color map.
 

Constructors in de.desy.acop.video.displayer with parameters of type ColorMap
ColorLookupTable(ColorMap colorMap, int bytesPerPixel, int effBitsPerPixel)
          Deprecated. Constructs a false color lookup table
ImageCLUT(ColorMap colorMap, int[] nBits)
           
 

Uses of ColorMap in de.desy.acop.video.displayer.timage
 

Methods in de.desy.acop.video.displayer.timage with parameters of type ColorMap
 java.awt.image.BufferedImage TImageConverter.parseTineImage(de.desy.tine.types.IMAGE timage, boolean aoiExpansion, ColorMap colorMap)
          Deprecated. Creates Java Image from TINE IMAGE
 java.awt.image.BufferedImage TImageConverter.parseTineImageNoClone(de.desy.tine.types.IMAGE timage, boolean aoiExpansion, ColorMap colorMap)
          Deprecated. Creates Java Image from TINE IMAGE without cloning the original image.
 

Uses of ColorMap in de.desy.acop.video.timageio
 

Methods in de.desy.acop.video.timageio with parameters of type ColorMap
static java.awt.image.BufferedImage TBufferedImage.toBufferedImage(de.desy.tine.types.IMAGE ti, ColorMap colorMap, boolean normalize, boolean aoiExpansion)
          Creates BufferedImage from Tine IMAGE in 'archival'/'export' mode.
static java.awt.image.BufferedImage TBufferedImage.toBufferedImage(de.desy.tine.types.IMAGE ti, ColorMap colorMap, boolean normalize, int min, int max, boolean aoiExpansion)
           
 

Constructors in de.desy.acop.video.timageio with parameters of type ColorMap
TBufferedImage(de.desy.tine.types.IMAGE ti, ColorMap colorMap, boolean normalize, boolean aoiExpansion)
          Creates TBufferedImage instance from Tine IMAGE (in 'archival' mode).
 



Copyright © 2010. All Rights Reserved.