Class GradientComboRenderer
- java.lang.Object
-
- org.openjump.core.rasterimage.styler.ui.GradientComboRenderer
-
- All Implemented Interfaces:
ListCellRenderer
public class GradientComboRenderer extends Object implements ListCellRenderer
Class that allows to add the GradientCanvas component to the items of a JComboBox.- Author:
- GeomaticaEAmbiente
-
-
Constructor Summary
Constructors Constructor Description GradientComboRenderer(float width, float height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
-
-
-
Method Detail
-
getListCellRendererComponent
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
- Specified by:
getListCellRendererComponent
in interfaceListCellRenderer
-
-