com.vividsolutions.jump.workbench.ui.renderer.style
Class ColorScheme
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.ColorScheme
public class ColorScheme
- extends java.lang.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 Summary |
ColorScheme(java.lang.String name,
java.util.Collection colors)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorScheme
public ColorScheme(java.lang.String name,
java.util.Collection colors)
create
public static ColorScheme create(java.lang.String name)
rangeColorSchemeNames
public static java.util.Collection rangeColorSchemeNames()
discreteColorSchemeNames
public static java.util.Collection discreteColorSchemeNames()
getLastColorReturned
public int getLastColorReturned()
setLastColorReturned
public void setLastColorReturned(int lastColorReturned)
next
public java.awt.Color next()
getColors
public java.util.List getColors()
getName
public java.lang.String getName()