| Package | Description |
|---|---|
| org.epics.graphene |
| Modifier and Type | Method and Description |
|---|---|
static ValueColorScheme |
ValueColorSchemes.boneScale(Range range)
Returns a color scheme that varies linearly (black:dark blue:blue:light blue:white) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.coolScale(Range range)
Returns a color scheme that varies linearly (cyan:magenta) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.copperScale(Range range)
Returns a color scheme that varies linearly (black:dark brown:brown:light brown:tan) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.grayScale(Range range)
Returns a color scheme that varies linearly (black:white) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.hotScale(Range range)
Returns a color scheme that varies linearly (dark red:red:yellow:white) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.jetScale(Range range)
Returns a color scheme that varies linearly (dark blue:blue:cyan:yellow:red:dark red) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.pinkScale(Range range)
Returns a color scheme that varies linearly (dark red:dark pink:light pink) for values within range.
|
static ValueColorScheme |
ValueColorSchemes.RangeGradient(Range range,
ArrayList<Color> colors,
ArrayList<Double> percentages)
Returns a ValueColorScheme that varies linearly from color to color based on percentage.
|
static ValueColorScheme |
ValueColorSchemes.schemeFor(ColorScheme color,
Range range)
Creates a Value scheme associated with the Color scheme and range.
|
static ValueColorScheme |
ValueColorSchemes.singleRangeGradient(Range range,
Color minValueColor,
Color maxValueColor,
Color nanColor)
Returns a ValueColorScheme that varies linearly from one color to the next, based on range.
|
static ValueColorScheme |
ValueColorSchemes.springScale(Range range)
Returns a color scheme that varies linearly (magenta:yellow) for values within range.
|
Copyright © 2012-2014 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.