Uses of Class
ucar.unidata.util.ColorTable.Breakpoint
Packages that use ColorTable.Breakpoint
Package
Description
UI classes for color tables.
General utilities.
-
Uses of ColorTable.Breakpoint in ucar.unidata.ui.colortable
Methods in ucar.unidata.ui.colortable with parameters of type ColorTable.BreakpointModifier and TypeMethodDescriptionvoid
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 BPvoid
ColorTableCanvas.setBrightness
(ColorTable.Breakpoint from, ColorTable.Breakpoint to) Set the transparency between the 2 BPsvoid
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