Class BasicStyleListCellRenderer
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.BasicStyleListCellRenderer
- All Implemented Interfaces:
ListCellRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) voidsetAlpha(int alpha) protected voidvoidsetLineWidth(int lineWidth)
-
Field Details
-
colorPanel
-
defaultListCellRenderer
-
-
Constructor Details
-
BasicStyleListCellRenderer
public BasicStyleListCellRenderer()
-
-
Method Details
-
setColorPanelSize
-
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:
getListCellRendererComponentin interfaceListCellRenderer
-