com.atlassian.jira.lookandfeel
Class ColorCounter

java.lang.Object
  extended by com.atlassian.jira.lookandfeel.ColorCounter

public class ColorCounter
extends Object


Constructor Summary
ColorCounter()
           
 
Method Summary
 void addColor(HSBColor color)
           
 List<ColorCount> getColorRatio()
           
 Map<HSBColor,Integer> getColorRatioAsMap()
           
 List<ColorCount> getSimilarColorRatio()
          Like {#getColorRatio}, except it groups similar colours together.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorCounter

public ColorCounter()
Method Detail

addColor

public void addColor(HSBColor color)

getColorRatioAsMap

public Map<HSBColor,Integer> getColorRatioAsMap()

getColorRatio

public List<ColorCount> getColorRatio()

getSimilarColorRatio

public List<ColorCount> getSimilarColorRatio()
Like {#getColorRatio}, except it groups similar colours together.



Copyright © 2002-2014 Atlassian. All Rights Reserved.