Class BasicStyleListCellRenderer
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.style.BasicStyleListCellRenderer
-
- All Implemented Interfaces:
ListCellRenderer
public class BasicStyleListCellRenderer extends Object implements ListCellRenderer
-
-
Field Summary
Fields Modifier and Type Field Description protected ColorPanel
colorPanel
protected DefaultListCellRenderer
defaultListCellRenderer
-
Constructor Summary
Constructors Constructor Description BasicStyleListCellRenderer()
-
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)
void
setAlpha(int alpha)
protected void
setColorPanelSize(Dimension d)
void
setLineWidth(int lineWidth)
-
-
-
Field Detail
-
colorPanel
protected ColorPanel colorPanel
-
defaultListCellRenderer
protected DefaultListCellRenderer defaultListCellRenderer
-
-
Method Detail
-
setColorPanelSize
protected void setColorPanelSize(Dimension d)
-
setAlpha
public void setAlpha(int alpha)
-
setLineWidth
public void setLineWidth(int lineWidth)
-
getListCellRendererComponent
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
- Specified by:
getListCellRendererComponent
in interfaceListCellRenderer
-
-