public class Colors extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Color[] |
createBlueOceanColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Blue Ocean" settings.
|
static java.awt.Color[] |
createFancyDarkColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Fancy (dark background)" settings.
|
static java.awt.Color[] |
createFancyLightColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Fancy (light background)" settings.
|
static java.awt.Color[] |
createFluoColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Fluo" settings.
|
static java.awt.Color[] |
createGreenMintColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Green Mint" settings.
|
static java.awt.Color[] |
createIceCubeColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Ice Cube" settings.
|
static java.awt.Color[] |
createIndigoNightColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Indigo Night" settings.
|
static java.awt.Color[] |
createIntenseColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Intense" settings.
|
static java.awt.Color[] |
createOchreSandColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Ochre Sand" settings.
|
static java.awt.Color[] |
createPastelColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Pastel" settings.
|
static java.awt.Color[] |
createPimpColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Pimp" settings.
|
static java.awt.Color[] |
createPurpleWineColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Purple Wine" settings.
|
static java.awt.Color[] |
createRedRosesColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Red Roses" settings.
|
static java.awt.Color[] |
createShadesColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Shades" settings.
|
static java.awt.Color[] |
createTarnishColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Tarnish" settings.
|
static java.awt.Color[] |
createYellowLimeColors()
Returns a palette of ten colors created using the "i want hue" utility,
using the preset "Yellow Lime" settings.
|
static java.awt.Color[] |
getBrewerQualitativePairedN12Colors()
Returns a newly created array containing 12 colors from the the
ColorBrewer tool.
|
static java.awt.Color[] |
getBrewerQualitativeSet1N9Colors()
Returns a newly created array containing 9 colors from the the
ColorBrewer tool.
|
static java.awt.Color[] |
getBrewerQualitativeSet3N12Colors()
Returns a newly created array containing 11 colors from the the
ColorBrewer tool.
|
static java.awt.Color[] |
getColors1()
Returns an array of four colors.
|
static java.awt.Color[] |
getColors2()
Returns an array of four colors.
|
static java.awt.Color[] |
getDefaultColors()
Returns the default colors.
|
static java.awt.Color[] |
getDesignSeedsPepper()
Returns an array of six colors
(source: http://blog.design-seeds.com/generating-color/).
|
static java.awt.Color[] |
getDesignSeedsShells()
Returns an array of six colors
(source: http://blog.design-seeds.com/generating-color/).
|
static java.awt.Color[] |
getEarthColors()
Returns a palette of 7 colors with earth tones.
|
static java.awt.Color[] |
getSAPMultiColor()
Returns a set of colors sourced from
http://www.sapdesignguild.org/goodies/diagram_guidelines/index.html.
|
public static java.awt.Color[] getDefaultColors()
public static java.awt.Color[] createFancyLightColors()
null).public static java.awt.Color[] createFancyDarkColors()
null).public static java.awt.Color[] createShadesColors()
null).public static java.awt.Color[] createTarnishColors()
null).public static java.awt.Color[] createPastelColors()
null).public static java.awt.Color[] createPimpColors()
null).public static java.awt.Color[] createIntenseColors()
null).public static java.awt.Color[] createFluoColors()
null).public static java.awt.Color[] createRedRosesColors()
null).public static java.awt.Color[] createOchreSandColors()
null).public static java.awt.Color[] createYellowLimeColors()
null).public static java.awt.Color[] createGreenMintColors()
null).public static java.awt.Color[] createIceCubeColors()
null).public static java.awt.Color[] createBlueOceanColors()
null).public static java.awt.Color[] createIndigoNightColors()
null).public static java.awt.Color[] createPurpleWineColors()
null).public static java.awt.Color[] getEarthColors()
null).public static java.awt.Color[] getBrewerQualitativeSet1N9Colors()
public static java.awt.Color[] getBrewerQualitativePairedN12Colors()
public static java.awt.Color[] getBrewerQualitativeSet3N12Colors()
public static java.awt.Color[] getSAPMultiColor()
public static java.awt.Color[] getColors1()
public static java.awt.Color[] getColors2()
public static java.awt.Color[] getDesignSeedsShells()
public static java.awt.Color[] getDesignSeedsPepper()