ICY Version 1.0.1.0
Public Member Functions

icy.image.lut.LUT Class Reference

Inheritance diagram for icy.image.lut.LUT:
icy.image.lut.LUTBandListener icy.common.IcyChangedListener

List of all members.

Public Member Functions

 LUT (IcyColorModel cm)
IcyColorSpace getColorSpace ()
Scaler[] getScalers ()
boolean isEnabled ()
void setEnabled (boolean enabled)
ArrayList< LUTBandgetLutBands ()
int getNumComponents ()
LUTBand getLutBand (int band)
void copyScalers (LUT lut)
void copyColormaps (LUT lut)
boolean isCompatible (IcyColorModel colorModel)
void addListener (LUTListener listener)
void removeListener (LUTListener listener)
void fireLUTChanged (LUTEvent e)
void onChanged (EventHierarchicalChecker compare)
void lutBandChanged (LUTBandEvent e)
void beginUpdate ()
void endUpdate ()
boolean isUpdating ()

Member Function Documentation

void icy.image.lut.LUT.addListener ( LUTListener  listener)

Add a listener

Parameters:
listener
void icy.image.lut.LUT.copyColormaps ( LUT  lut)

Copy colormaps from the specified source lut

Parameters:
lut
void icy.image.lut.LUT.copyScalers ( LUT  lut)

Copy the scalers from the specified source lut

Parameters:
lut
ArrayList<LUTBand> icy.image.lut.LUT.getLutBands ( )
Returns:
the lutBand
int icy.image.lut.LUT.getNumComponents ( )
Returns:
the numComponents
void icy.image.lut.LUT.onChanged ( EventHierarchicalChecker  object)

fire changed event

Implements icy.common.IcyChangedListener.

void icy.image.lut.LUT.removeListener ( LUTListener  listener)

Remove a listener

Parameters:
listener

The documentation for this class was generated from the following file:
 All Classes Functions Variables