| net.refractions.udig.ui.palette.Friendly
Friendly | public enum Friendly (Code) | | Captures the information provided by the ColorBrewer icons.
- ColorBlind
- PhotoCopy
- LCD Projector
- LCD
- CRT
- Color Printing
See Also: http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_learnMore.html author: jgarnett since: 0.6.0 |
Field Summary | |
Enum Constant | COLORBLIND Will not confuse people with red-green color blindness. | Enum Constant | CRT Suitable for viewing on a laptop LCD display. | Enum Constant | LCD Suitable for the typical LCD room projector. | Enum Constant | PHOTOCOPY Will withstand black and white photocopying. | Enum Constant | PRINT Suitable for color printing. | Enum Constant | PROJECTOR | final public InternationalString | description | final public InternationalString | display |
COLORBLIND | Enum Constant COLORBLIND(Code) | | Will not confuse people with red-green color blindness. Red-green color blindness affects
approximately 8 percent of men and 0.4 percent of women.
|
CRT | Enum Constant CRT(Code) | | Suitable for viewing on a laptop LCD display. LCD monitors tend to wash-out colors which
results in noticeable differences from traditional CRT computer monitors.
|
LCD | Enum Constant LCD(Code) | | Suitable for the typical LCD room projector. LCD projectors have a tendency to 'wash-out'
colors resulting in pastel and pale colors looking the same (i.e. white).
|
PHOTOCOPY | Enum Constant PHOTOCOPY(Code) | | Will withstand black and white photocopying. Diverging schemes can not be photocopied
successfully. Differences in lightness should be preserved with sequential schemes.
|
PRINT | Enum Constant PRINT(Code) | | Suitable for color printing. CMYK specs are as close to press-ready as is reasonable.
|
PROJECTOR | Enum Constant PROJECTOR(Code) | | PROJECTOR field
|
description | final public InternationalString description(Code) | | |
display | final public InternationalString display(Code) | | |
parse | public static EnumSet<Friendly> parse(String text)(Code) | | Parse text of the form: colorblind, lcd, crt .
Parameters: text - EnumSet (may be empty) |
|
|