Uses of Class
com.vividsolutions.jump.workbench.ui.ColorPanel

Packages that use ColorPanel
com.vividsolutions.jump.workbench.ui   
com.vividsolutions.jump.workbench.ui.renderer.style   
 

Uses of ColorPanel in com.vividsolutions.jump.workbench.ui
 

Fields in com.vividsolutions.jump.workbench.ui declared as ColorPanel
 ColorPanel LayerColorPanel.FourColorPanel.panel1
           
 ColorPanel LayerColorPanel.FourColorPanel.panel2
           
 ColorPanel LayerColorPanel.FourColorPanel.panel3
           
 ColorPanel LayerColorPanel.FourColorPanel.panel4
           
 

Uses of ColorPanel in com.vividsolutions.jump.workbench.ui.renderer.style
 

Fields in com.vividsolutions.jump.workbench.ui.renderer.style declared as ColorPanel
protected  ColorPanel BasicStyleListCellRenderer.colorPanel
           
 

Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type ColorPanel
protected  void ColorSchemeListCellRenderer.color(ColorPanel colorPanel, java.awt.Color fillColor, java.awt.Color lineColor)