net.sf.jtreemap.ktreemap
Interface ITreeMapColorProvider

All Superinterfaces:
org.eclipse.jface.viewers.IColorProvider
All Known Implementing Classes:
HSBTreeMapColorProvider

public interface ITreeMapColorProvider
extends org.eclipse.jface.viewers.IColorProvider

IColorProvider for a KTreeMap

 

Method Summary
 org.eclipse.swt.widgets.Composite getLegend(org.eclipse.swt.widgets.Composite parent, int style)
          Return a Composite for the color legend of a KTreeMap
 
Methods inherited from interface org.eclipse.jface.viewers.IColorProvider
getBackground, getForeground
 

Method Detail

getLegend

org.eclipse.swt.widgets.Composite getLegend(org.eclipse.swt.widgets.Composite parent,
                                            int style)
Return a Composite for the color legend of a KTreeMap

Parameters:
parent - parent Composite
style - style
Returns:
a Composite for the color legend of a KTreeMap