Uses of Class
ucar.unidata.util.ColorTable.Breakpoint

Packages that use ColorTable.Breakpoint
ucar.unidata.ui.colortable UI classes for color tables. 
ucar.unidata.util General utilities. 
 

Uses of ColorTable.Breakpoint in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable with parameters of type ColorTable.Breakpoint
 void ColorTableCanvas.addBreakpointAtData(ColorTable.Breakpoint bp)
          Add a new breakpoint the given index.
 void ColorTableCanvas.fill(Color color, ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Fill with the given color between the 2 BPs.
 void ColorTableCanvas.interpolate(ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Do a linear interpolation of the colors in the range defined by the given breakpoints.
 void ColorTableCanvas.interpolateBrightness(ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Do a linear interpolation of the colors in the range defined by the given breakpoints.
 void ColorTableCanvas.interpolateTrans(ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Do a linear interpolation of the colors in the range defined by the given breakpoints.
 void ColorTableCanvas.lockUnlockBreakpoint(ColorTable.Breakpoint bp)
          change the lock status on the BP
 void ColorTableCanvas.setBrightness(ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Set the transparency between the 2 BPs
 void ColorTableCanvas.setTransparency(ColorTable.Breakpoint from, ColorTable.Breakpoint to)
          Set the transparency between the 2 BPs
 

Uses of ColorTable.Breakpoint in ucar.unidata.util
 

Constructors in ucar.unidata.util with parameters of type ColorTable.Breakpoint
ColorTable.Breakpoint(ColorTable.Breakpoint that)
          _more_