Class RasterRampIcon
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.RasterRampIcon
-
-
Constructor Summary
Constructors Constructor Description RasterRampIcon(Color[] colors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Constructor Detail
-
RasterRampIcon
public RasterRampIcon(Color[] colors)
-
-
Method Detail
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
-