Uses of Class
net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider.ColorDistributionTypes

Packages that use HSBTreeMapColorProvider.ColorDistributionTypes
net.sf.jtreemap.swing.provider This package contains some colour/color providers and the zoom menu. 
 

Uses of HSBTreeMapColorProvider.ColorDistributionTypes in net.sf.jtreemap.swing.provider
 

Methods in net.sf.jtreemap.swing.provider that return HSBTreeMapColorProvider.ColorDistributionTypes
static HSBTreeMapColorProvider.ColorDistributionTypes HSBTreeMapColorProvider.ColorDistributionTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HSBTreeMapColorProvider.ColorDistributionTypes[] HSBTreeMapColorProvider.ColorDistributionTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.jtreemap.swing.provider with parameters of type HSBTreeMapColorProvider.ColorDistributionTypes
HSBTreeMapColorProvider(JTreeMap treeMap, HSBTreeMapColorProvider.ColorDistributionTypes colorDistribution, Color color)
           
HSBTreeMapColorProvider(JTreeMap treeMap, HSBTreeMapColorProvider.ColorDistributionTypes colorDistribution, Color positiveColor, Color negativeColor)
           
HSBTreeMapColorProvider(JTreeMap treeMap, HSBTreeMapColorProvider.ColorDistributionTypes colorDistribution, float hue, float saturation)
           
HSBTreeMapColorProvider(JTreeMap treeMap, HSBTreeMapColorProvider.ColorDistributionTypes colorDistribution, float positiveHue, float positiveSaturation, float negativeHue, float negativeSaturation)
           
 



Copyright © 2012. All Rights Reserved.