Class ColorScheme

java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.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.
  • Constructor Details

  • Method Details

    • create

      public static ColorScheme create(String name)
    • 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()
    • getColors

      public List<Color> getColors()
    • getName

      public String getName()