Class ColorScheme


  • public class ColorScheme
    extends Object
    The colour schemes were taken from the following sources:
    • Visual Mining, Inc. "Charts--Color Palettes" 2003. Available from http://chartworks.com/resources/palettes.html. Internet; accessed 24 April 2003.
    • Brewer, Cindy and Harrower, Mark. "ColorBrewer". Available from http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewerBeta2.html. Internet; accessed 24 April 2003.
    • Method Detail

      • rangeColorSchemeNames

        public static Collection<String> rangeColorSchemeNames()
      • discreteColorSchemeNames

        public static Collection<String> discreteColorSchemeNames()
      • getLastColorReturned

        public int getLastColorReturned()
      • setLastColorReturned

        public void setLastColorReturned​(int lastColorReturned)
      • next

        public Color next()
      • getName

        public String getName()